Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dll Debuging? Pin
NiceNaidu10-May-06 19:24
NiceNaidu10-May-06 19:24 
Questionquery on Database support Pin
swapna_signsin10-May-06 6:20
swapna_signsin10-May-06 6:20 
GeneralRe: query on Database support Pin
Maxwell Chen10-May-06 6:39
Maxwell Chen10-May-06 6:39 
GeneralRe: query on Database support Pin
swapna_signsin10-May-06 23:56
swapna_signsin10-May-06 23:56 
AnswerRe: query on Database support Pin
voorugonda prashanth10-May-06 18:35
voorugonda prashanth10-May-06 18:35 
QuestionRe: query on Database support Pin
David Crow11-May-06 2:35
David Crow11-May-06 2:35 
AnswerRe: query on Database support Pin
swapna_signsin11-May-06 3:41
swapna_signsin11-May-06 3:41 
GeneralRe: query on Database support Pin
David Crow11-May-06 3:49
David Crow11-May-06 3:49 
If the dialogs are modal, only one of them can be active at a time. Each control on the dialog will need a member variable (e.g., CEdit, CStatic) associated with it. Use the SetWindowText() method to update the control with data from the record set.


"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"We will be known forever by the tracks we leave." - Native American Proverb


GeneralRe: query on Database support Pin
swapna_signsin11-May-06 4:21
swapna_signsin11-May-06 4:21 
GeneralRe: query on Database support Pin
David Crow11-May-06 4:35
David Crow11-May-06 4:35 
GeneralRe: query on Database support Pin
swapna_signsin11-May-06 4:58
swapna_signsin11-May-06 4:58 
GeneralRe: query on Database support Pin
David Crow11-May-06 6:31
David Crow11-May-06 6:31 
GeneralRe: query on Database support Pin
swapna_signsin14-May-06 2:34
swapna_signsin14-May-06 2:34 
QuestionHow to compile a dialog-resource, source files into a DLL Pin
Jason Huang10-May-06 5:31
Jason Huang10-May-06 5:31 
AnswerRe: How to compile a dialog-resource, source files into a DLL Pin
Chris Losinger10-May-06 6:16
professionalChris Losinger10-May-06 6:16 
QuestionOnDraw Vs OnPaint in CView Pin
cpp_prgmer10-May-06 4:37
cpp_prgmer10-May-06 4:37 
AnswerRe: OnDraw Vs OnPaint in CView Pin
Michael Dunn10-May-06 10:02
sitebuilderMichael Dunn10-May-06 10:02 
GeneralRe: OnDraw Vs OnPaint in CView Pin
cpp_prgmer21-May-06 20:28
cpp_prgmer21-May-06 20:28 
QuestionLVN_ITEMCHANGING Pin
YaronNir10-May-06 4:32
YaronNir10-May-06 4:32 
AnswerRe: LVN_ITEMCHANGING Pin
David Crow10-May-06 6:17
David Crow10-May-06 6:17 
GeneralRe: LVN_ITEMCHANGING Pin
YaronNir10-May-06 10:00
YaronNir10-May-06 10:00 
Questionsrvany Problems Pin
steff.k@gmx.net10-May-06 4:16
steff.k@gmx.net10-May-06 4:16 
AnswerRe: srvany Problems Pin
David Crow10-May-06 6:13
David Crow10-May-06 6:13 
GeneralRe: srvany Problems Pin
steff.k@gmx.net10-May-06 21:03
steff.k@gmx.net10-May-06 21:03 
Questionhow to stop the action of one button by pushing another button Pin
joy2110-May-06 3:55
joy2110-May-06 3:55 

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.