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

    How to invoke Start button->Find->Computer...dialog box

    By clicking the Start button, a user can select the menu Find, then followed by the submenu Computer...
    is there a way to code in VC to invoke the Find:Computer dialog box straightaway ?

    Thanks.


  2. #2
    Join Date
    May 1999
    Location
    CA, USA
    Posts
    586

    Re: How to invoke Start button->Find->Computer...dialog box

    Perhaps you can emulate the pressing of the <Windows> + <Ctrl> + <F> keys which brings up that dialog.

    Rail

    Recording Engineer/Software Developer
    Rail Jon Rogut Software
    [email protected]
    http://home.earthlink.net/~railro/

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