Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What is order of colors in bitmap pixel array? Pin
roel_26-Aug-03 3:59
roel_26-Aug-03 3:59 
GeneralRe: What is order of colors in bitmap pixel array? Pin
vgrigor26-Aug-03 5:04
vgrigor26-Aug-03 5:04 
GeneralRe: What is order of colors in bitmap pixel array? Pin
roel_26-Aug-03 6:12
roel_26-Aug-03 6:12 
GeneralSimple questions for the experts Pin
NewHSKid26-Aug-03 1:00
NewHSKid26-Aug-03 1:00 
GeneralRe: Simple questions for the experts Pin
Babayan Hovhannes26-Aug-03 1:05
Babayan Hovhannes26-Aug-03 1:05 
GeneralRe: Simple questions for the experts Pin
NewHSKid26-Aug-03 1:19
NewHSKid26-Aug-03 1:19 
GeneralRe: Simple questions for the experts Pin
Babayan Hovhannes26-Aug-03 2:37
Babayan Hovhannes26-Aug-03 2:37 
GeneralRe: Simple questions for the experts Pin
Bob Stanneveld26-Aug-03 5:43
Bob Stanneveld26-Aug-03 5:43 
Hello,

the following should work:
In the dialog class add the following:
private:
    VarType m_Var;
public:
    VarType GetVar() {return m_Var;}


In the other classes at a point where you want to use the var add
// can only appear in functions and constructors
VarType var = YourClass.GetVar();


this should do the trick!
Good luck! Smile | :)




A student knows little about a lot.
A professor knows a lot about little.
I know everything about nothing.



GeneralProblem using Pred to sort a List of _bstr_t using STL Pin
Braulio Dez26-Aug-03 0:52
Braulio Dez26-Aug-03 0:52 
GeneralRe: Problem using Pred to sort a List of _bstr_t using STL Pin
Johnny ²26-Aug-03 1:07
Johnny ²26-Aug-03 1:07 
GeneralRe: Problem using Pred to sort a List of _bstr_t using STL Pin
Braulio Dez26-Aug-03 1:19
Braulio Dez26-Aug-03 1:19 
GeneralRe: Problem using Pred to sort a List of _bstr_t using STL Pin
ZoogieZork26-Aug-03 2:46
ZoogieZork26-Aug-03 2:46 
GeneralRe: Problem using Pred to sort a List of _bstr_t using STL Pin
Nemanja Trifunovic26-Aug-03 5:15
Nemanja Trifunovic26-Aug-03 5:15 
QuestionHow to rename the "OK" and "Cancel" in a property sheet Pin
julych26-Aug-03 0:17
julych26-Aug-03 0:17 
AnswerRe: How to rename the "OK" and "Cancel" in a property sheet Pin
Anthony_Yio26-Aug-03 0:47
Anthony_Yio26-Aug-03 0:47 
AnswerRe: How to rename the "OK" and "Cancel" in a property sheet Pin
vcplusplus26-Aug-03 3:43
vcplusplus26-Aug-03 3:43 
QuestionHow to show correct visual styles in Windows XP for CTabCtrl when tabs at the bottom ? Pin
Kyle Chen26-Aug-03 0:00
Kyle Chen26-Aug-03 0:00 
AnswerRe: How to show correct visual styles in Windows XP for CTabCtrl when tabs at the bottom ? Pin
Babayan Hovhannes26-Aug-03 0:10
Babayan Hovhannes26-Aug-03 0:10 
GeneralRe: How to show correct visual styles in Windows XP for CTabCtrl when tabs at the bottom ? Pin
Kyle Chen26-Aug-03 14:56
Kyle Chen26-Aug-03 14:56 
AnswerRe: How to show correct visual styles in Windows XP for CTabCtrl when tabs at the bottom ? Pin
Tibor Blazko26-Aug-03 3:08
Tibor Blazko26-Aug-03 3:08 
GeneralRe: How to show correct visual styles in Windows XP for CTabCtrl when tabs at the bottom ? Pin
Kyle Chen26-Aug-03 14:58
Kyle Chen26-Aug-03 14:58 
GeneralRe: How to show correct visual styles in Windows XP for CTabCtrl when tabs at the bottom ? Pin
Tibor Blazko26-Aug-03 19:26
Tibor Blazko26-Aug-03 19:26 
GeneralImage Processing Pin
Faizi25-Aug-03 23:55
Faizi25-Aug-03 23:55 
GeneralRe: Image Processing Pin
Babayan Hovhannes26-Aug-03 0:07
Babayan Hovhannes26-Aug-03 0:07 
GeneralOutlook plugin problem Pin
Snakebyte25-Aug-03 23:41
Snakebyte25-Aug-03 23:41 

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.