Click here to Skip to main content
15,905,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Templates Pin
Michael Dunn20-Jul-06 5:55
sitebuilderMichael Dunn20-Jul-06 5:55 
Question_Begin Thread c++Query Pin
Killer319-Jul-06 21:43
Killer319-Jul-06 21:43 
AnswerRe: _Begin Thread c++Query Pin
Naveen19-Jul-06 22:00
Naveen19-Jul-06 22:00 
AnswerRe: _Begin Thread c++Query Pin
ThatsAlok21-Jul-06 4:01
ThatsAlok21-Jul-06 4:01 
Questiongame programming Pin
ooola rocks19-Jul-06 20:57
ooola rocks19-Jul-06 20:57 
AnswerRe: game programming Pin
ThatsAlok21-Jul-06 4:01
ThatsAlok21-Jul-06 4:01 
AnswerRe: game programming Pin
Rilhas21-Jul-06 12:30
Rilhas21-Jul-06 12:30 
QuestionPropertysheet Pin
ashish dogra19-Jul-06 20:51
ashish dogra19-Jul-06 20:51 
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
AnswerRe: Propertysheet Pin
toxcct19-Jul-06 21:09
toxcct19-Jul-06 21:09 
GeneralRe: Propertysheet Pin
Hamid_RT19-Jul-06 21:32
Hamid_RT19-Jul-06 21:32 
GeneralRe: Propertysheet Pin
ashish dogra19-Jul-06 21:33
ashish dogra19-Jul-06 21:33 
GeneralRe: Propertysheet Pin
toxcct19-Jul-06 21:36
toxcct19-Jul-06 21:36 
GeneralRe: Propertysheet Pin
ashish dogra19-Jul-06 21:32
ashish dogra19-Jul-06 21:32 
GeneralRe: Propertysheet Pin
toxcct19-Jul-06 21:40
toxcct19-Jul-06 21:40 
GeneralRe: Propertysheet Pin
ashish dogra19-Jul-06 21:44
ashish dogra19-Jul-06 21:44 
Questionerror LNK2019: linker error.....in eVC++ 4.0 Pin
cool_frozen19-Jul-06 20:44
cool_frozen19-Jul-06 20:44 
AnswerRe: error LNK2019: linker error.....in eVC++ 4.0 Pin
toxcct19-Jul-06 21:42
toxcct19-Jul-06 21:42 
GeneralRe: error LNK2019: linker error.....in eVC++ 4.0 Pin
cool_frozen20-Jul-06 23:21
cool_frozen20-Jul-06 23:21 
GeneralRe: error LNK2019: linker error.....in eVC++ 4.0 Pin
toxcct20-Jul-06 23:25
toxcct20-Jul-06 23:25 
GeneralRe: error LNK2019: linker error.....in eVC++ 4.0 Pin
cool_frozen20-Jul-06 23:27
cool_frozen20-Jul-06 23:27 
GeneralRe: error LNK2019: linker error.....in eVC++ 4.0 Pin
karthik Tamizhmathi21-Jul-06 1:54
karthik Tamizhmathi21-Jul-06 1:54 
AnswerRe: error LNK2019: linker error.....in eVC++ 4.0 Pin
karthik Tamizhmathi21-Jul-06 2:04
karthik Tamizhmathi21-Jul-06 2:04 
QuestionMs Access .Mdb file format Pin
aaaan19-Jul-06 20:44
aaaan19-Jul-06 20:44 
AnswerRe: Ms Access .Mdb file format Pin
Hamid_RT19-Jul-06 21:01
Hamid_RT19-Jul-06 21:01 
AnswerRe: Ms Access .Mdb file format Pin
Ștefan-Mihai MOGA19-Jul-06 21:11
professionalȘtefan-Mihai MOGA19-Jul-06 21:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.