CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: U I

  1. #1
    Join Date
    Apr 2000
    Location
    India,NewDelhi
    Posts
    1

    U I

    I would like other programs to minimise as soon as my exe is initialised

    Subho

  2. #2
    Guest

    Re: U I


  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: U I

    MSDN article Q194914 has the details including VB source code.
    You basically mimic the WindowsKey+M keyboard combination by calling the keybd_event API.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured