CompuServe Archive

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
From: Jackie Luppi Microsoft Win32 SDK Forum · API-Win32s August 9, 1993 4:25 PM
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
#50506 hinstance Message #51267
From: Jackie Luppi Microsoft Win32 SDK Forum · API-Win32s August 9, 1993 11:55 AM
Hi Lee, I will double check my results on hInstance. Thanx for the info. jackie
#50458 DialogBoxIndirect Message #51265
From: Jackie Luppi Microsoft Win32 SDK Forum · API-Win32s August 9, 1993 11:50 AM
Hi Steve, Thanx, this helps alot !!! Jackie
#DialogBoxIndirect Message #50204
From: Jackie Luppi Microsoft Win32 SDK Forum · API-Win32s July 30, 1993 1:00 PM
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…