Propertysheet
-
HI ALL I HAVE CREATED AN DIALOG BASED APPLICATION IN WHICH I ADD TWO DIALOGS OF CHILD TYPE AND THEIR CALSSES ARE CPRO1 AND CPRO2 BOTH ARE DERIVED FROM CPROPERTYPAGE. NOW HOW CAN I GET THESE names on tab as ---------------------------------------------- | | | -----------|----------------|-----------------| ============================================== and i try code as CPro1 m_pro1; CProp2 m_prop2; m_propertysheet.AddPage(&m_pro1); m_propertysheet.AddPage(&m_prop2); m_propertysheet.m_psh.dwFlags |= PSH_NOAPPLYNOW | PSH_PROPTITLE; m_propertysheet.m_psh.pszCaption = "Simple"; //m_propertysheet.m_psh.nStartPage = 1; m_propertysheet.DoModal(); and can u tell me how it appear on right click Ashish Dogra MCA Noida
-
HI ALL I HAVE CREATED AN DIALOG BASED APPLICATION IN WHICH I ADD TWO DIALOGS OF CHILD TYPE AND THEIR CALSSES ARE CPRO1 AND CPRO2 BOTH ARE DERIVED FROM CPROPERTYPAGE. NOW HOW CAN I GET THESE names on tab as ---------------------------------------------- | | | -----------|----------------|-----------------| ============================================== and i try code as CPro1 m_pro1; CProp2 m_prop2; m_propertysheet.AddPage(&m_pro1); m_propertysheet.AddPage(&m_prop2); m_propertysheet.m_psh.dwFlags |= PSH_NOAPPLYNOW | PSH_PROPTITLE; m_propertysheet.m_psh.pszCaption = "Simple"; //m_propertysheet.m_psh.nStartPage = 1; m_propertysheet.DoModal(); and can u tell me how it appear on right click Ashish Dogra MCA Noida
ashish dogra wrote:
HI ALL I HAVE CREATED AN DIALOG BASED APPLICATION IN WHICH I ADD TWO DIALOGS OF CHILD TYPE AND THEIR CALSSES ARE CPRO1 AND CPRO2 BOTH ARE DERIVED FROM CPROPERTYPAGE. NOW HOW CAN I GET THESE
what did i suggest you yesterday ? wasn't it about stopping shouting ? come on, i'm sure a good boy like you can do this effort... just reach the CAPS-LOCK key of your keyboard until the LOCK LED turns off ;P
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
ashish dogra wrote:
HI ALL I HAVE CREATED AN DIALOG BASED APPLICATION IN WHICH I ADD TWO DIALOGS OF CHILD TYPE AND THEIR CALSSES ARE CPRO1 AND CPRO2 BOTH ARE DERIVED FROM CPROPERTYPAGE. NOW HOW CAN I GET THESE
what did i suggest you yesterday ? wasn't it about stopping shouting ? come on, i'm sure a good boy like you can do this effort... just reach the CAPS-LOCK key of your keyboard until the LOCK LED turns off ;P
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
Are you teacher?your speak like a affectionate teacher:)_**
**_
whitesky
-
ashish dogra wrote:
HI ALL I HAVE CREATED AN DIALOG BASED APPLICATION IN WHICH I ADD TWO DIALOGS OF CHILD TYPE AND THEIR CALSSES ARE CPRO1 AND CPRO2 BOTH ARE DERIVED FROM CPROPERTYPAGE. NOW HOW CAN I GET THESE
what did i suggest you yesterday ? wasn't it about stopping shouting ? come on, i'm sure a good boy like you can do this effort... just reach the CAPS-LOCK key of your keyboard until the LOCK LED turns off ;P
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
i hav ind that how to name the property sheet but how to name the tabs on that property sheet tell me thanks Ashish Dogra MCA Noida
-
Are you teacher?your speak like a affectionate teacher:)_**
**_
whitesky
no sir i am not teacher iam fresher and searching job Ashish Dogra MCA Noida
-
Are you teacher?your speak like a affectionate teacher:)_**
**_
whitesky
WhiteSky wrote:
Are you teacher?your speak like a affectionate teacher
not, just tired to repeat him the same things again and again :laugh:
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
i hav ind that how to name the property sheet but how to name the tabs on that property sheet tell me thanks Ashish Dogra MCA Noida
if you define the contents of the tabs as dialogs in the resource file, then only rename these dialogs...
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
if you define the contents of the tabs as dialogs in the resource file, then only rename these dialogs...
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
thanks i off the title bar button Ashish Dogra MCA Noida