Haha,
I know you are all ready to kill me, but here goes again!
Ok, I have a Tabcontrol created like posted in last message, and I have a tab on it. The tab's name is history. Everything works great on tab, all the dialogs come up the way they are supposed to.
My question is.. I need to get a pointer from the Embedded history dialog to the main application window, how do I do that?
MainApplication->Details->HistoryDialog
Need a pointer from HistoryDialog to MainApplication
I can't seem to get it to work, the compiler throws up on me everytime I include the details.h file in the history.h, and then tried CDetails *mParent; but the compiler keeps throwing up (.Net 2003)
Thanks again,
Ron
/**************
Me: When will the project be finished?
Them: What project?
Me: The one you have been working on for the last 3 years!
Them: Ohh, we can't finish it?
Me: Why?
Them: We don't know how to program...
I know you are all ready to kill me, but here goes again!
Ok, I have a Tabcontrol created like posted in last message, and I have a tab on it. The tab's name is history. Everything works great on tab, all the dialogs come up the way they are supposed to.
My question is.. I need to get a pointer from the Embedded history dialog to the main application window, how do I do that?
MainApplication->Details->HistoryDialog
Need a pointer from HistoryDialog to MainApplication
I can't seem to get it to work, the compiler throws up on me everytime I include the details.h file in the history.h, and then tried CDetails *mParent; but the compiler keeps throwing up (.Net 2003)
Thanks again,
Ron
/**************
Me: When will the project be finished?
Them: What project?
Me: The one you have been working on for the last 3 years!
Them: Ohh, we can't finish it?
Me: Why?
Them: We don't know how to program...