ATTENTION:Take our Code Challenge for the month of October 2008 and win some great prize! Learn more about it
here!
Browse Site by Tags
Showing related tags and posts accross the entire site.
-
[DllImport("user32.dll")] static extern bool ShowWindow(IntPtr hWnd, int nCmdShow); /* Hide = 0, ShowNormal = 1, ShowMinimized = 2, ShowMaximized = 3, Maximize = 3, ShowNormalNoActivate = 4, Show = 5, Minimize = 6, ShowMinNoActivate = 7, ShowNoActivate = 8, Restore = 9, ShowDefault = 10, ForceMinimized...
-
[quote user="LaTtEX"] I don't think you can do that (legally) simply because the Windows API prevents you from accessing the threads of other applications that were not instantiated by you. So unless you're the one who opened that form, you can't minimize it. [/quote] Actually I...
Page 1 of 1 (2 items)