[comp.windows.ms] MessageBox

hoang@Neon.Stanford.EDU (My Khanh Hoang) (09/08/90)

	What are some of the common reasons for a MessageBox call to mess up
	the caption and message text strings?

	I have this statement 

		MessageBox(hDlg, "abc", "xyz", MB_OK);

	in a dialog box window procedure and the text strings are not displayed
	or garbled when the message box appears.

	Thank you for your help.