Hi
Search for online documentation on CFormView which is like a Dialog bur derived from CScrollView ( CView ).
Hope this helps.
:-) Take it Easy :-)
Kartik.S
The moment you instantiate a class, the constructor is called. Classes are also scoped and have a life. After its life time (when the function ends), the destructors are called automatically (unless you use new for which delete must be called appropriately).
Hope this helps
eg
int main()
{...
Try www.GameTutorials.com for OpenGL and Win32 graphics effects.
Also visit www.developium.com whick is a forum dedicated to game programmers. :-) Take it Easy :-)
Kartik.S
I am new to VC++. I use VC++6 and use MFC.
I assume that the 1st dialog is in class CPassDlg.
I assume that the 2nd dialog is in class CWorkDlg.
I also assume that the Edit control does not use a database for storing a password and is named IDC_EDIT_PASS.
I also assume that there is a button on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.