Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VB to VC++ Coding Function Pin
jmkhael13-May-04 3:30
jmkhael13-May-04 3:30 
GeneralRe: VB to VC++ Coding Function Pin
rasha200314-May-04 3:38
rasha200314-May-04 3:38 
GeneralVRML within Visual C++ MFC Application Pin
vadharah12-May-04 20:26
sussvadharah12-May-04 20:26 
GeneralRe: VRML within Visual C++ MFC Application Pin
David Chamberlain13-May-04 3:58
David Chamberlain13-May-04 3:58 
Questionhow to access variable from the another dialog box Pin
shiva shankar12-May-04 19:57
shiva shankar12-May-04 19:57 
AnswerRe: how to access variable from the another dialog box Pin
Maxwell Chen12-May-04 20:08
Maxwell Chen12-May-04 20:08 
AnswerRe: how to access variable from the another dialog box Pin
22491712-May-04 21:01
22491712-May-04 21:01 
AnswerRe: how to access variable from the another dialog box Pin
V.12-May-04 23:31
professionalV.12-May-04 23:31 
CDialog is an MFC class, you have to create your own Dialog (eg. LogonDialog) and derive this from CDialog.
You can create your array (preferably in the PRIVATE part) in this class, then you write a PUBLIC function which returns your array.
thus:

int[] LogonDialog::GetArray(){
return array;
}

this should get you on the move. (yes you can declare your array public, but this is no good incapsultation)
GeneralVC++ VS .NET Pin
?????????????????12-May-04 19:30
suss?????????????????12-May-04 19:30 
GeneralRe: VC++ VS .NET Pin
Maxwell Chen12-May-04 19:45
Maxwell Chen12-May-04 19:45 
GeneralRe: VC++ VS .NET Pin
Anthony_Yio12-May-04 20:05
Anthony_Yio12-May-04 20:05 
GeneralRe: VC++ VS .NET Pin
Roger Wright12-May-04 20:46
professionalRoger Wright12-May-04 20:46 
Generalhelp on using visual c++ toolkit 2003 with vc6 Pin
ljbade12-May-04 19:00
ljbade12-May-04 19:00 
GeneralSet height or width of control bar Pin
alex.barylski12-May-04 17:42
alex.barylski12-May-04 17:42 
GeneralRe: Set height or width of control bar Pin
nguyenvhn12-May-04 17:57
nguyenvhn12-May-04 17:57 
GeneralRe: Set height or width of control bar Pin
alex.barylski12-May-04 18:03
alex.barylski12-May-04 18:03 
Generaldefine Vs. const Pin
Ernesto D.12-May-04 17:31
Ernesto D.12-May-04 17:31 
GeneralRe: define Vs. const Pin
nguyenvhn12-May-04 17:51
nguyenvhn12-May-04 17:51 
GeneralRe: define Vs. const Pin
Maxwell Chen12-May-04 18:10
Maxwell Chen12-May-04 18:10 
GeneralRe: define Vs. const Pin
Ernesto D.12-May-04 20:25
Ernesto D.12-May-04 20:25 
GeneralRe: define Vs. const Pin
Joe Woodbury13-May-04 9:21
professionalJoe Woodbury13-May-04 9:21 
GeneralSyntax and Missing Identifiers---LONG Pin
---Mark----12-May-04 17:17
suss---Mark----12-May-04 17:17 
GeneralRe: Syntax and Missing Identifiers---LONG Pin
Maxwell Chen12-May-04 17:32
Maxwell Chen12-May-04 17:32 
GeneralRe: Syntax and Missing Identifiers---LONG Pin
---Mark---12-May-04 18:00
---Mark---12-May-04 18:00 
GeneralRe: Syntax and Missing Identifiers---LONG Pin
---Mark---12-May-04 18:04
---Mark---12-May-04 18:04 

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.