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 Shaun E 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: *

  1. Sweetman

    finding a random file

    This sounds like the sort of thing a virus program would do! I'm wondering if I'll regret giving you any help. HANDLE MyFind; WIN32_FIND_DATA FindData; double FileSize; char FileName[256]; MyFind = FindFirstFile("c:\\", &FindData); do { if (FindData.dwFileAttributes &...
  2. Sweetman

    clicking on minimize box make app to run in system tray

    Here is quite a simple example of Putting an Icon in the system tray: http://qsoft.ragestorm.com/tutors/windows/systray.html The only thing I found with the example was in Windows 2000 you really need to call SetForegroundWindow(hWnd) before the call to TrackPopupMenu(GetSubMenu(...), ...)...

Part and Inventory Search

Back
Top