in

DevPinoy.org

A Filipino Developers Community
All Tags » Minimize (RSS)
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.
  • Re: Minimize other windows...

    [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...
    Posted to .NET (Forum) by fabs on 01-27-2008
  • Re: Minimize other windows...

    [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...
    Posted to .NET (Forum) by fabs on 01-27-2008
Page 1 of 1 (2 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems