Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MSChart problem Pin
Ritu Kwatra25-Jul-05 0:21
Ritu Kwatra25-Jul-05 0:21 
GeneralRe: MSChart problem Pin
Marc Soleda25-Jul-05 0:48
Marc Soleda25-Jul-05 0:48 
GeneralRe: MSChart problem Pin
Ritu Kwatra25-Jul-05 1:40
Ritu Kwatra25-Jul-05 1:40 
GeneralRe: MSChart problem Pin
Marc Soleda25-Jul-05 0:49
Marc Soleda25-Jul-05 0:49 
GeneralTextOut Problem Pin
Raza568024-Jul-05 22:24
Raza568024-Jul-05 22:24 
GeneralRe: TextOut Problem Pin
khan++24-Jul-05 23:28
khan++24-Jul-05 23:28 
QuestionHow to exchange data between property pages? Pin
greenwyx24-Jul-05 22:07
greenwyx24-Jul-05 22:07 
AnswerRe: How to exchange data between property pages? Pin
Marc Soleda24-Jul-05 22:29
Marc Soleda24-Jul-05 22:29 
You'd have to access to property pages parent (PorpertySheet) to get and set information from the pages. The property pages would have public methods to get and set the data you need and call them by using the CPropertySheet::GetPage.

From within the page you need to get/set information:

CPropertySheet* pSheet = (CPropertySheet*) GetParent();
CPropertyPage* pPage = pSheet->GetPage(1);

pPage->GetSetText(...); // call the public method you've defined.

Marc Soleda.


... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.
GeneralRe: How to exchange data between property pages? Pin
greenwyx24-Jul-05 23:12
greenwyx24-Jul-05 23:12 
GeneralRe: How to exchange data between property pages? Pin
Marc Soleda24-Jul-05 23:27
Marc Soleda24-Jul-05 23:27 
GeneralRe: How to exchange data between property pages? Pin
greenwyx24-Jul-05 23:53
greenwyx24-Jul-05 23:53 
AnswerRe: How to exchange data between property pages? Pin
Jose Lamas Rios25-Jul-05 19:00
Jose Lamas Rios25-Jul-05 19:00 
GeneralRe: How to exchange data between property pages? Pin
greenwyx28-Jul-05 3:22
greenwyx28-Jul-05 3:22 
GeneralRe: How to exchange data between property pages? Pin
Jose Lamas Rios28-Jul-05 3:38
Jose Lamas Rios28-Jul-05 3:38 
GeneralHiding Maximize Button Pin
jinbabaj24-Jul-05 21:30
jinbabaj24-Jul-05 21:30 
GeneralRe: Hiding Maximize Button Pin
Marc Soleda24-Jul-05 21:49
Marc Soleda24-Jul-05 21:49 
GeneralRe: Hiding Maximize Button Pin
Jose Lamas Rios24-Jul-05 21:52
Jose Lamas Rios24-Jul-05 21:52 
QuestionShowing bitmap in picture control? Pin
Member 341989124-Jul-05 20:08
Member 341989124-Jul-05 20:08 
AnswerRe: Showing bitmap in picture control? Pin
Andrew Kirillov24-Jul-05 20:32
Andrew Kirillov24-Jul-05 20:32 
GeneralRe: Showing bitmap in picture control? Pin
Member 341989124-Jul-05 21:14
Member 341989124-Jul-05 21:14 
GeneralRe: Showing bitmap in picture control? Pin
Andrew Kirillov24-Jul-05 21:21
Andrew Kirillov24-Jul-05 21:21 
GeneralRe: Showing bitmap in picture control? Pin
Member 341989124-Jul-05 22:18
Member 341989124-Jul-05 22:18 
GeneralSpyware Detection Pin
Adeel68824-Jul-05 20:01
Adeel68824-Jul-05 20:01 
GeneralRe: Spyware Detection Pin
Alexander M.,25-Jul-05 9:00
Alexander M.,25-Jul-05 9:00 
GeneralShellExecute Pin
Usman Tasleem Akshaf24-Jul-05 18:50
Usman Tasleem Akshaf24-Jul-05 18:50 

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.