Win32 API questions
Can anyone point me to a decent reference to using dialog boxes through API calls instead of MFC? Basically I just want to throw up a dialog box and stuff some strings into a list box. Does your DialogProc get called when the dialog box is initially displayed (and you could do it then) or do you have to wait for an event message?
Basically, I''m trying to avoid drawing a custom display after directx is initialized.
TIA,
-too new to have a decent alias
[MSDN] DialogBox and [MSDN] CreateDialog should satisfy your curiosity (and provide links to other information).
[ GDNet Start Here | GDNet Search Tool | GDNet FAQ | MS RTFM [MSDN] | SGI STL Docs | Google! ]
Thanks to Kylotan for the idea!
[ GDNet Start Here | GDNet Search Tool | GDNet FAQ | MS RTFM [MSDN] | SGI STL Docs | Google! ]
Thanks to Kylotan for the idea!
You''re welcome.
[ GDNet Start Here | GDNet Search Tool | GDNet FAQ | MS RTFM [MSDN] | SGI STL Docs | Google! ]
Thanks to Kylotan for the idea!
[ GDNet Start Here | GDNet Search Tool | GDNet FAQ | MS RTFM [MSDN] | SGI STL Docs | Google! ]
Thanks to Kylotan for the idea!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement