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.

winapi - Win32API How can my window follow to existing window -


to win32 professionals. let's have completed existing application window. task write application (my) window. window must align left edge existing window right edge while user moves existing window across screen (my window not allowed move user).

precondition: a) existing window can not subclassed b) windows hooks not case.


yes, looks right. i'd not asked question if not become problem. forgot os vista 2, application ie. try make application follows ie main window, align edge. subclassing of ie not allowed, , setwindowshook not works correctly under regular user (when user have admin privileges application works normally). such way of talking works under windows prior vista.

and looks there no trivial way solve task. thank all.

i think can't without hook. setwindowlong allows set wndproc, won't work if window belongs different application.


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 -