minifiredragon
Programmer
The tutorial I have here goes through how to create a socket in a dialog class. Here is what my question is. The app I am building is a SDI with database, so I have a CFormView.
To set up a socket it says I need to set up a pointer to the parent dialog window.:
SetParent(CDialog* pWnd)
since I am using a CFormView, would I use
SetParent(CFormView* pWnd)??
maybe a CView or CDocument?? I am looking but I can't really tell.
To set up a socket it says I need to set up a pointer to the parent dialog window.:
SetParent(CDialog* pWnd)
since I am using a CFormView, would I use
SetParent(CFormView* pWnd)??
maybe a CView or CDocument?? I am looking but I can't really tell.