Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generallist control scrolling Pin
Angel_Tsankov19-Jul-01 2:48
Angel_Tsankov19-Jul-01 2:48 
GeneralCombo list Pin
Gérald Mercet19-Jul-01 2:43
Gérald Mercet19-Jul-01 2:43 
GeneralRe: Combo list Pin
Bret Faller19-Jul-01 13:15
Bret Faller19-Jul-01 13:15 
Generaltreecontrol again Pin
19-Jul-01 2:33
suss19-Jul-01 2:33 
Generaldamn tags, here's the include file I ment Pin
19-Jul-01 2:34
suss19-Jul-01 2:34 
GeneralRe: treecontrol again Pin
Tomasz Sowinski19-Jul-01 2:46
Tomasz Sowinski19-Jul-01 2:46 
GeneralDaoDatabase Keys Pin
otvac19-Jul-01 2:17
otvac19-Jul-01 2:17 
GeneralDialog in Bho Pin
Winston,Dang19-Jul-01 0:43
Winston,Dang19-Jul-01 0:43 
I create a toolbar in the Internet Explorer.When I click one button on this toolbar,I want to show a modal dialog.I use following code in the toolbar's button click events.

CMyDialog dlg;
int ret=dlg.DoModal();
I get ret=-1.

When I create the dialog in the Band.cpp file and make the "dlg" as a global variable, then in the click event I use dlg.ShowWindow(SW_SHOW), It will show the dialog modaless.Now another problem is out.I can't use the "TAB" key to change focus between the controls on the Dialog Box.

What's wrong with it?
Cry | :((
GeneralRe: Dialog in Bho Pin
19-Jul-01 2:53
suss19-Jul-01 2:53 
GeneralTransfer Data from a List to a new Dialog Pin
Enzi19-Jul-01 0:29
Enzi19-Jul-01 0:29 
GeneralRe: Transfer Data from a List to a new Dialog Pin
Peter Pearson19-Jul-01 1:13
Peter Pearson19-Jul-01 1:13 
GeneralRe: Transfer Data from a List to a new Dialog Pin
Enzi19-Jul-01 1:18
Enzi19-Jul-01 1:18 
QuestionCString or string? Pin
Gérald Mercet18-Jul-01 23:57
Gérald Mercet18-Jul-01 23:57 
AnswerRe: CString or string? Pin
19-Jul-01 3:12
suss19-Jul-01 3:12 
Generalhwnd of ctreectrl Pin
18-Jul-01 23:27
suss18-Jul-01 23:27 
GeneralRe: hwnd of ctreectrl Pin
Tomasz Sowinski19-Jul-01 0:11
Tomasz Sowinski19-Jul-01 0:11 
GeneralODBC and Visual C++ 6.0 SP5 Pin
18-Jul-01 22:25
suss18-Jul-01 22:25 
GeneralRe: ODBC and Visual C++ 6.0 SP5 Pin
19-Jul-01 3:13
suss19-Jul-01 3:13 
GeneralRe: ODBC and Visual C++ 6.0 SP5 Pin
Bret Faller19-Jul-01 13:17
Bret Faller19-Jul-01 13:17 
QuestionHow to know the database server? Pin
Jose Fco Bonnin18-Jul-01 22:12
Jose Fco Bonnin18-Jul-01 22:12 
QuestionIs it possible that exe file will return a value ? Pin
18-Jul-01 21:45
suss18-Jul-01 21:45 
AnswerRe: Is it possible that exe file will return a value ? Pin
18-Jul-01 23:15
suss18-Jul-01 23:15 
GeneralThank but I did not understand you !!!! Pin
19-Jul-01 4:48
suss19-Jul-01 4:48 
GeneralRe: Thank but I did not understand you !!!! Pin
19-Jul-01 20:14
suss19-Jul-01 20:14 
GeneralDrawing To DCs with Win32 (Not MFC) Pin
James Bird18-Jul-01 21:28
James Bird18-Jul-01 21:28 

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.