Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

vb.net - How to implement a system wide text replacement in windows programmatically? -


i have small vb .net application that, among other things, attempts substitute system wide typed text user(hotstrings concept). achieve that, have deployed 'ahk2exe' , 'autohotkeysc.bin' application , did following:

when user assignes new 'hotstring':

  1. kill 'hotstring' exe script file if running
  2. append new hotstring script file (if non exist create new one)
  3. convert edited/new script file exe (using ahk2exe)
  4. run newly converted script exe (somewhere there check if hotstring has been assigned)

however, not totally satisfied method following 2 main reasons:

  1. the resources deployed application.
  2. lag: time takes system kill process , restart takes minimum of 5 seconds on fast computer , more on other computers. amount of time more time takes user assign hotstring, minimize/close window , test his/her new hotstring. when user no success think process failed. method not user experience.

so, looking different method or implementation. may using keyboard hooks? or maybe adding .dll library achieves same. there resources know might (free or commercial)? best way achieve desired goal?

many help.

implementing autohotkey pretty non trivial task.

but i'm pretty sure ahk supports "autoreload" option scripts

googling "autohotkey auto reload" turned several pages discussing concept. if worked, you'd have update script file , that's it, ahk should automatically reload script.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -