This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (4 messages)
Sleep
Message #51325
Hi, I noticed that the Sleep API is not available in win32s. Is there a comparable way of doing this under Win32s with GetMessage, WaitMessage or PeekMessage or some other API. I certainly do not want to stall the entire system just one process. Thanx, Jackie
Hi Lee, I will double check my results on hInstance. Thanx for the info. jackie
Hi Steve, Thanx, this helps alot !!! Jackie
#DialogBoxIndirect
Message #50204
HI, I have a question about the DialogBoxIndirect API, actually two questions: If I use DS_SETFONT what happens if the font I specify is not supported ?? Since I am specifying a point size and type face name I am not guaranteed that the font will be supported Is there…