Can someone tell me how to program SDI using Visual C++. I am planning to create a simple paint program using Visual C++ 6.0 using SDI (Single Dynamic Interface). Thanks a lot!
: Can someone tell me how to program SDI using Visual C++. I am planning to create a simple paint program using Visual C++ 6.0 using SDI (Single Dynamic Interface). Thanks a lot! :
If you want to learn to write windows programs using pure win32 api functions, when start with the tutorial in the following link http://www.winprog.org/tutorial/
To learn MFC, use this Scribble tutorial, which is very close to what you want.
: Can someone tell me how to program SDI using Visual C++. I am planning to create a simple paint program using Visual C++ 6.0 using SDI (Single Dynamic Interface). Thanks a lot! :
SDI means Single DOCUMENT Interface (see e.g. http://en.wikipedia.org/wiki/SDI), the opposite of a Multiple Document Interface :-)
: : Can someone tell me how to program SDI using Visual C++. I am planning to create a simple paint program using Visual C++ 6.0 using SDI (Single Dynamic Interface). Thanks a lot! : : : : If you want to learn to write windows programs using pure win32 api functions, when start with the tutorial in the following link : http://www.winprog.org/tutorial/ : : To learn MFC, use this Scribble tutorial, which is very close to what you want. : : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vctutor98/HTML/_gs_scribble_tutorial.asp : : : wow! This is great! Thanks for the help guys! I really appreciate it!
: : Can someone tell me how to program SDI using Visual C++. I am planning to create a simple paint program using Visual C++ 6.0 using SDI (Single Dynamic Interface). Thanks a lot! : : : : SDI means Single DOCUMENT Interface (see e.g. http://en.wikipedia.org/wiki/SDI), the opposite of a Multiple Document Interface :-) : : See ya, : bilderbikkel : : Sorry, my fault...
Comments
:
If you want to learn to write windows programs using pure win32 api functions, when start with the tutorial in the following link
http://www.winprog.org/tutorial/
To learn MFC, use this Scribble tutorial, which is very close to what you want.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vctutor98/HTML/_gs_scribble_tutorial.asp
:
SDI means Single DOCUMENT Interface (see e.g. http://en.wikipedia.org/wiki/SDI), the opposite of a Multiple Document Interface :-)
See ya,
bilderbikkel
: :
:
: If you want to learn to write windows programs using pure win32 api functions, when start with the tutorial in the following link
: http://www.winprog.org/tutorial/
:
: To learn MFC, use this Scribble tutorial, which is very close to what you want.
:
: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vctutor98/HTML/_gs_scribble_tutorial.asp
:
:
:
wow! This is great! Thanks for the help guys! I really appreciate it!
: :
:
: SDI means Single DOCUMENT Interface (see e.g. http://en.wikipedia.org/wiki/SDI), the opposite of a Multiple Document Interface :-)
:
: See ya,
: bilderbikkel
:
:
Sorry, my fault...