Click here to Skip to main content
15,887,477 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwher should be a modeless dialog box be created Pin
Sujay chakraborty24-Nov-09 8:04
Sujay chakraborty24-Nov-09 8:04 
AnswerRe: wher should be a modeless dialog box be created Pin
«_Superman_»24-Nov-09 8:10
professional«_Superman_»24-Nov-09 8:10 
GeneralRe: wher should be a modeless dialog box be created Pin
Sujay chakraborty25-Nov-09 7:11
Sujay chakraborty25-Nov-09 7:11 
GeneralRe: wher should be a modeless dialog box be created Pin
Tim Craig25-Nov-09 9:29
Tim Craig25-Nov-09 9:29 
QuestionRe: wher should be a modeless dialog box be created Pin
Sujay chakraborty30-Nov-09 20:04
Sujay chakraborty30-Nov-09 20:04 
AnswerRe: wher should be a modeless dialog box be created Pin
Tim Craig30-Nov-09 20:58
Tim Craig30-Nov-09 20:58 
QuestionDefault data in data tab of combo box not working Pin
Sujay chakraborty24-Nov-09 8:00
Sujay chakraborty24-Nov-09 8:00 
AnswerRe: Default data in data tab of combo box not working Pin
«_Superman_»24-Nov-09 8:16
professional«_Superman_»24-Nov-09 8:16 
I'm sure the values are being populated, but you're not seeing any by default because none has been selected.

Try viewing the list contents of the combo box by clicking on its down arrow.
Do you see the items there?

If you do and want the first to be selected by default, use the CComboBox::SetCurSel() method.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

QuestionRe: Default data in data tab of combo box not working Pin
David Crow24-Nov-09 16:56
David Crow24-Nov-09 16:56 
AnswerRe: Default data in data tab of combo box not working Pin
Sujay chakraborty25-Nov-09 7:05
Sujay chakraborty25-Nov-09 7:05 
QuestionRe: Default data in data tab of combo box not working Pin
David Crow30-Nov-09 3:36
David Crow30-Nov-09 3:36 
AnswerRe: Default data in data tab of combo box not working Pin
Sujay chakraborty30-Nov-09 19:57
Sujay chakraborty30-Nov-09 19:57 
QuestionCompare two images Pin
franckesh24-Nov-09 6:45
franckesh24-Nov-09 6:45 
NewsRe: Compare two images - repost Pin
Iain Clarke, Warrior Programmer24-Nov-09 7:36
Iain Clarke, Warrior Programmer24-Nov-09 7:36 
AnswerRe: Compare two images Pin
Maximilien24-Nov-09 7:42
Maximilien24-Nov-09 7:42 
GeneralRe: Compare two images Pin
franckesh25-Nov-09 0:38
franckesh25-Nov-09 0:38 
GeneralRe: Compare two images Pin
David Crow24-Nov-09 16:58
David Crow24-Nov-09 16:58 
QuestionSimple URL redirection proxy Pin
CodingLover24-Nov-09 5:31
CodingLover24-Nov-09 5:31 
QuestionRe: Simple URL redirection proxy Pin
CodingLover24-Nov-09 16:24
CodingLover24-Nov-09 16:24 
QuestionNeed to call (ODBC) Data Source Administrator dialog screen while installing my MSI .( in VS 2005) Pin
jain_MS24-Nov-09 5:28
jain_MS24-Nov-09 5:28 
AnswerRe: Need to call (ODBC) Data Source Administrator dialog screen while installing my MSI .( in VS 2005) Pin
Frank Seidler24-Nov-09 9:25
Frank Seidler24-Nov-09 9:25 
GeneralRe: Need to call (ODBC) Data Source Administrator dialog screen while installing my MSI .( in VS 2005) Pin
jain_MS25-Nov-09 0:13
jain_MS25-Nov-09 0:13 
QuestionQuestion about an BYTE value changing into pointer, then array Pin
yeah100024-Nov-09 4:57
yeah100024-Nov-09 4:57 
AnswerRe: Question about an BYTE value changing into pointer, then array Pin
Chris Losinger24-Nov-09 5:19
professionalChris Losinger24-Nov-09 5:19 
AnswerRe: Question about an BYTE value changing into pointer, then array Pin
Nemanja Trifunovic24-Nov-09 5:34
Nemanja Trifunovic24-Nov-09 5:34 

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.