How to know the type of application?
-
Hi All Suppose i've a VC+ project. how ll i know wheather its a SDi or MDI or dailogbased project? Regards Phillip
Regards Phillip
-
Hi All Suppose i've a VC+ project. how ll i know wheather its a SDi or MDI or dailogbased project? Regards Phillip
Regards Phillip
Cool_Phillip wrote:
how ll i know wheather its a SDi or MDI or dailogbased project?
By looking at it?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Hi All Suppose i've a VC+ project. how ll i know wheather its a SDi or MDI or dailogbased project? Regards Phillip
Regards Phillip
Try to create each one of the 3 types project, look at what is difference, the main difference is CMainFrame
-
Hi All Suppose i've a VC+ project. how ll i know wheather its a SDi or MDI or dailogbased project? Regards Phillip
Regards Phillip
You can use a mirror. Just keep it in front your monitor, stand behind your monitor and the mirron will reveal what kinda application is it. Or you can use a simple see-through glass and sit in the usual place. That's how I do it every time. As our mate just said above, create 3 different apps of each type & you will know. Hints: 1. Dialog applications : Calculator 2. SDI : Mspaint, Notepad 3. MDI : MSWORD, Excel.
He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus
-
Cool_Phillip wrote:
how ll i know wheather its a SDi or MDI or dailogbased project?
By looking at it?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
DavidCrow wrote:
By looking at it?
Hi thanx for reply. But how come i'll know the type by looking at code. my project doesn't ve any CFramewnd, or CDoc.
Regards Phillip
-
Try to create each one of the 3 types project, look at what is difference, the main difference is CMainFrame
Thank you very much.
Regards Phillip
-
DavidCrow wrote:
By looking at it?
Hi thanx for reply. But how come i'll know the type by looking at code. my project doesn't ve any CFramewnd, or CDoc.
Regards Phillip
Cool_Phillip wrote:
But how come i'll know the type by looking at code.
Look at what is in the
InitInstance()
method."Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Cool_Phillip wrote:
But how come i'll know the type by looking at code.
Look at what is in the
InitInstance()
method."Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
Thank you very much.
Regards Phillip