Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Summer & Winter time Pin
Henry miller11-Nov-04 3:37
Henry miller11-Nov-04 3:37 
GeneralRe: Summer & Winter time Pin
jan larsen10-Nov-04 23:55
jan larsen10-Nov-04 23:55 
GeneralRe: Summer & Winter time Pin
David Crow11-Nov-04 2:46
David Crow11-Nov-04 2:46 
GeneralRe: Summer & Winter time Pin
Michael Dunn11-Nov-04 11:54
sitebuilderMichael Dunn11-Nov-04 11:54 
Questionhow to compile this sample? Pin
includeh1010-Nov-04 21:26
includeh1010-Nov-04 21:26 
AnswerRe: how to compile this sample? Pin
David Crow11-Nov-04 3:31
David Crow11-Nov-04 3:31 
GeneralWindows Forms Help Pin
Member 213881410-Nov-04 21:03
Member 213881410-Nov-04 21:03 
GeneralRe: Windows Forms Help Pin
pubududilena10-Nov-04 23:25
pubududilena10-Nov-04 23:25 
hi I suppose Both Form1 and From2 are in 2 classes..
Form1 class --->frm1
From2 Class --->frm2
When you click button in the Form1 class I have taken values of the TextBoxes in the Form2
int a,b
void frm1::OnButton1()
{
frm2 t1;
a=t1.m_textbox1;
b=t1.m_textbox2;
}

can't u do it like above?

Questionhow to set a custom paper size on a printer Pin
JP GOBLET10-Nov-04 21:01
JP GOBLET10-Nov-04 21:01 
GeneralPlease Help-Device Driver Development in VC++ Pin
Mirza Faizan10-Nov-04 20:57
Mirza Faizan10-Nov-04 20:57 
GeneralRemote Desktop Access Pin
Anshul Mehra10-Nov-04 20:15
professionalAnshul Mehra10-Nov-04 20:15 
GeneralTiling jpeg as dialog backgroung Pin
Tariq87810-Nov-04 19:43
Tariq87810-Nov-04 19:43 
GeneralRe: Tiling jpeg as dialog backgroung Pin
ThatsAlok10-Nov-04 22:06
ThatsAlok10-Nov-04 22:06 
Generalpointer to function from its name Pin
fickdb10-Nov-04 18:16
fickdb10-Nov-04 18:16 
Generaltake alook Pin
Anonymous10-Nov-04 19:47
Anonymous10-Nov-04 19:47 
GeneralRe: take alook Pin
fickdb11-Nov-04 4:42
fickdb11-Nov-04 4:42 
GeneralRe: pointer to function from its name Pin
jan larsen10-Nov-04 23:47
jan larsen10-Nov-04 23:47 
GeneralRe: pointer to function from its name Pin
fickdb11-Nov-04 4:46
fickdb11-Nov-04 4:46 
GeneralRe: Templates? Pin
Budric B.11-Nov-04 5:45
Budric B.11-Nov-04 5:45 
GeneralRe: Templates? Pin
fickdb11-Nov-04 6:59
fickdb11-Nov-04 6:59 
GeneralRe: pointer to function from its name Pin
jan larsen12-Nov-04 0:21
jan larsen12-Nov-04 0:21 
GeneralSolution ? Seems to work ;) Pin
fickdb12-Nov-04 0:49
fickdb12-Nov-04 0:49 
GeneralRe: Solution ? Seems to work ;) Pin
Anonymous12-Nov-04 10:22
Anonymous12-Nov-04 10:22 
GeneralCreating Dialog Based Application which takes Paramters as input. Pin
Anonymous10-Nov-04 17:52
Anonymous10-Nov-04 17:52 
GeneralRe: Creating Dialog Based Application which takes Paramters as input. Pin
Kapoor Vikrant11-Nov-04 0:39
Kapoor Vikrant11-Nov-04 0:39 

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.