This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (5 messages)
If you simply want to know if a file exists, you can use the standard C library function, access() (or _access()). If you want more information about the file, it's time stamp or size for instance, you can use stat(). If you want to get a list of files in…
Bart, it seems to me, and I could be wrong, that what you're saying is that you don't want the formview to get the focus while you have a dialog on top of it. One solution may to be simply intercept the WM_SETFOCUS messages of the formview and call SetFocus()…
Well Brad, yes and no. Depends on how pure you are. The fact that CObList doesn't have an '=' opererator doesn't bother me much. First off, I don't copy entire lists very often. Second, if I did want to copy a list, would I want to copy just the pointers…
Because of the way windows does multitasking, the WM_TIMER message is not totally accurate. One thing that you might be able to do is set a timer for every 50 seconds. Every time you get that, reset it for every 1 second. When you get to the time you need,…
Yeah, and besides, don't these Microsofties know that EVERYTHING in the computer industry has to have a 3 letter abbreviation??! I mean, we got MFC, MDI, VBX, TCP, PCX, GIF, MCI, WFW, etc etc etc… "OLE Control"? I don't think so. Chris