Click here to Skip to main content
16,004,887 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionfind file: case sensitive Pin
includeh107-Nov-05 12:23
includeh107-Nov-05 12:23 
QuestionSTATIC label control not showing up Pin
Roj7-Nov-05 11:04
Roj7-Nov-05 11:04 
AnswerRe: STATIC label control not showing up Pin
Ravi Bhavnani7-Nov-05 11:19
professionalRavi Bhavnani7-Nov-05 11:19 
GeneralRe: STATIC label control not showing up Pin
Roj7-Nov-05 11:50
Roj7-Nov-05 11:50 
QuestionAdding entries to ComboBox created using DLGITEMTEMPLATE * Pin
Atif Hashmi7-Nov-05 9:10
Atif Hashmi7-Nov-05 9:10 
AnswerRe: Adding entries to ComboBox created using DLGITEMTEMPLATE * Pin
douglasjordan7-Nov-05 18:10
douglasjordan7-Nov-05 18:10 
QuestionRe: Adding entries to ComboBox created using DLGITEMTEMPLATE * Pin
Atif Hashmi8-Nov-05 6:36
Atif Hashmi8-Nov-05 6:36 
AnswerRe: Adding entries to ComboBox created using DLGITEMTEMPLATE * Pin
douglasjordan8-Nov-05 7:11
douglasjordan8-Nov-05 7:11 
Your code to add the string is correct, however if you are adding items to your memory template after you have called CreateDialogIndirect, the new items will not be part of the dialog until you first close that dialog window and recall CreateDialogIndirect.

The only way to add more control items to an existing dialog would be to use CreateWindow and specify the dialog as the hwnd parent.
QuestionRe: Adding entries to ComboBox created using DLGITEMTEMPLATE * Pin
Atif Hashmi8-Nov-05 7:38
Atif Hashmi8-Nov-05 7:38 
AnswerRe: Adding entries to ComboBox created using DLGITEMTEMPLATE * Pin
douglasjordan8-Nov-05 9:05
douglasjordan8-Nov-05 9:05 
QuestionBoolean Logic and comboBox Pin
Blubbo7-Nov-05 9:00
Blubbo7-Nov-05 9:00 
AnswerRe: Boolean Logic & comboBox Pin
Christian Graus7-Nov-05 9:35
protectorChristian Graus7-Nov-05 9:35 
AnswerRe: Boolean Logic & comboBox Pin
John R. Shaw7-Nov-05 14:19
John R. Shaw7-Nov-05 14:19 
AnswerRe: Boolean Logic and comboBox Pin
Blubbo9-Nov-05 3:42
Blubbo9-Nov-05 3:42 
QuestionEdit Box Question Pin
Jethro637-Nov-05 8:47
Jethro637-Nov-05 8:47 
AnswerRe: Edit Box Question Pin
ddmcr7-Nov-05 8:57
ddmcr7-Nov-05 8:57 
GeneralRe: Edit Box Question Pin
Jethro637-Nov-05 10:12
Jethro637-Nov-05 10:12 
AnswerRe: Edit Box Question Pin
John R. Shaw7-Nov-05 14:00
John R. Shaw7-Nov-05 14:00 
GeneralRe: Edit Box Question Pin
Jethro637-Nov-05 14:14
Jethro637-Nov-05 14:14 
GeneralRe: Edit Box Question Pin
John R. Shaw7-Nov-05 15:05
John R. Shaw7-Nov-05 15:05 
QuestionMaking Stealth Input (hide from keyloggers) Pin
TheDen7-Nov-05 8:39
TheDen7-Nov-05 8:39 
AnswerRe: Making Stealth Input (hide from keyloggers) Pin
John R. Shaw7-Nov-05 15:32
John R. Shaw7-Nov-05 15:32 
QuestionMDI caret keyboard and mouse Pin
Richard_487-Nov-05 7:47
Richard_487-Nov-05 7:47 
AnswerRe: MDI caret keyboard and mouse Pin
John R. Shaw7-Nov-05 18:25
John R. Shaw7-Nov-05 18:25 
QuestionHelp with speeding up a log parser Pin
RobJones7-Nov-05 7:17
RobJones7-Nov-05 7:17 

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.