Click here to Skip to main content
15,910,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Deleting a registry key Pin
dazinith26-Apr-02 3:52
dazinith26-Apr-02 3:52 
Generalado Pin
Drawil25-Apr-02 8:05
Drawil25-Apr-02 8:05 
GeneralRe: ado Pin
Mazdak25-Apr-02 9:03
Mazdak25-Apr-02 9:03 
GeneralRe: ado Pin
Philip Patrick25-Apr-02 9:14
professionalPhilip Patrick25-Apr-02 9:14 
GeneralTransfer the data between PropertyPage Pin
Eugene Pustovoyt25-Apr-02 7:51
Eugene Pustovoyt25-Apr-02 7:51 
GeneralRe: Transfer the data between PropertyPage Pin
Joaquín M López Muñoz25-Apr-02 8:32
Joaquín M López Muñoz25-Apr-02 8:32 
GeneralRe: Transfer the data between PropertyPage Pin
Eugene Pustovoyt25-Apr-02 18:55
Eugene Pustovoyt25-Apr-02 18:55 
GeneralRe: Transfer the data between PropertyPage Pin
lucy25-Apr-02 8:49
lucy25-Apr-02 8:49 
Besides the method provided by Joaquín M López Muñoz, I have a Unsure | :~ way to do it.
Since propertypage is in fact a dialog, when you add them to your propertysheet, you have an object of each page already. say:
CPageD1 m_d1;
CPageD2 m_d2;
CPropertySheet m_sheet;
....
m_sheet.AddPage(&m_d1);
m_sheet.AddPage(&m_d2);
....
m_d1.m_data1 = m_d2.m_data2;

Can't you do this?
GeneralRe: Transfer the data between PropertyPage Pin
Eugene Pustovoyt25-Apr-02 18:34
Eugene Pustovoyt25-Apr-02 18:34 
GeneralVisual Studio .NET Academic version HELP!! Pin
Rickard Andersson2025-Apr-02 7:37
Rickard Andersson2025-Apr-02 7:37 
GeneralRe: Visual Studio .NET Academic version HELP!! Pin
Nish Nishant25-Apr-02 7:53
sitebuilderNish Nishant25-Apr-02 7:53 
GeneralRe: Visual Studio .NET Academic version HELP!! Pin
Rickard Andersson2025-Apr-02 9:05
Rickard Andersson2025-Apr-02 9:05 
GeneralRe: Visual Studio .NET Academic version HELP!! Pin
Christian Graus25-Apr-02 10:44
protectorChristian Graus25-Apr-02 10:44 
GeneralRe: Visual Studio .NET Academic version HELP!! Pin
Rickard Andersson2025-Apr-02 20:53
Rickard Andersson2025-Apr-02 20:53 
GeneralBeginner problem loading bitmaps Pin
25-Apr-02 7:20
suss25-Apr-02 7:20 
GeneralRe: Beginner problem loading bitmaps Pin
lucy25-Apr-02 8:52
lucy25-Apr-02 8:52 
GeneralRe: Beginner problem loading bitmaps Pin
PJ Arends25-Apr-02 9:59
professionalPJ Arends25-Apr-02 9:59 
GeneralDockable Toolbar Pin
Tzoockee25-Apr-02 7:13
Tzoockee25-Apr-02 7:13 
QuestionIs it possible to remove the _[]X controls from a MDIChild? Pin
rbc25-Apr-02 6:58
rbc25-Apr-02 6:58 
AnswerRe: Is it possible to remove the _[]X controls from a MDIChild? Pin
Chris Losinger25-Apr-02 7:04
professionalChris Losinger25-Apr-02 7:04 
GeneralRe: Is it possible to remove the _[]X controls from a MDIChild? Pin
rbc25-Apr-02 7:12
rbc25-Apr-02 7:12 
GeneralRe: Is it possible to remove the _[]X controls from a MDIChild? Pin
Ernest Laurentin25-Apr-02 7:17
Ernest Laurentin25-Apr-02 7:17 
GeneralActiveX Control Question Pin
Shayna25-Apr-02 6:39
Shayna25-Apr-02 6:39 
GeneralRe: ActiveX Control Question Pin
Ernest Laurentin25-Apr-02 7:13
Ernest Laurentin25-Apr-02 7:13 
GeneralRe: ActiveX Control Question Pin
Shayna25-Apr-02 8:26
Shayna25-Apr-02 8:26 

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.