Why you goose!
B
Bill Carter
@Bill Carter
Posts
-
Foul Language on The CodeProject -
What is everyone working on?My handicap is that I still code.
-
Your first ever development machine at workLeading Edge 8088 w/ Dual floppies. Still in service as a print server.
-
Automatic mouse and keyboardYou might check out this link. http://msdn.microsoft.com/library/psdk/winui/keybinpt\_7id0.htm
-
CDocument & CDialog1. In MyDlg.h add #include "MyDoc.h" 2. Add a member variable to you dialog class CMyDoc* m_pDoc; 3. In the function that creates the dialog - after the dialog is create but before DoModal() - add dlg.m_pDoc = (CMyDoc*)GetDocument();