Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MHani
  • Order by date
  1. MHani

    Noob hWnd Question

    //benlinkknilneb (Programmer) /* if you know the window title (it is your own program of cource), use findWindow, for example: */ HWND hHandle =FindWindow (NULL,"Oracle SQL*Plus"); if (hHandle) //Do something here // hope this helps
  2. MHani

    API To Shutdown Windows

    ExitWindowsEx(EWX_SHUTDOWN,0);

Part and Inventory Search

Back
Top