Click here to Skip to main content
15,923,087 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Clearing the edit box in ccombobox Pin
David Crow2-Oct-06 2:44
David Crow2-Oct-06 2:44 
GeneralRe: Clearing the edit box in ccombobox Pin
lctrncs2-Oct-06 5:13
lctrncs2-Oct-06 5:13 
QuestionRe: Clearing the edit box in ccombobox Pin
David Crow2-Oct-06 6:07
David Crow2-Oct-06 6:07 
GeneralRe: Clearing the edit box in ccombobox Pin
lctrncs29-Sep-06 5:43
lctrncs29-Sep-06 5:43 
QuestionRe: Clearing the edit box in ccombobox Pin
David Crow29-Sep-06 5:57
David Crow29-Sep-06 5:57 
AnswerRe: Clearing the edit box in ccombobox Pin
lctrncs29-Sep-06 6:10
lctrncs29-Sep-06 6:10 
QuestionRe: Clearing the edit box in ccombobox Pin
David Crow29-Sep-06 6:20
David Crow29-Sep-06 6:20 
AnswerRe: Clearing the edit box in ccombobox Pin
lctrncs29-Sep-06 6:40
lctrncs29-Sep-06 6:40 
I populate the combobox in OnInitDialog - which is only called upon dialog start and after a change to the database such as adding or deleting a record.

I am trying to clear the dropdown style edit box (drop list style would be preferred due to the static edit box) from my DisplayRecord function (called at the end of OnInitDialog), and this is where I have instantiated m_wndComboBox, and from where I call m_wndComboBox.InsertString(0,"",0).

The control exists on a modeless dialog, which is trying to open at the time of the assert.





"For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." Richard Feynman, Minority Report to the Official Report on the Space Shuttle Challenger Crash

GeneralRe: Clearing the edit box in ccombobox Pin
David Crow29-Sep-06 6:49
David Crow29-Sep-06 6:49 
GeneralRe: Clearing the edit box in ccombobox Pin
lctrncs29-Sep-06 8:42
lctrncs29-Sep-06 8:42 
GeneralRe: Clearing the edit box in ccombobox Pin
David Crow29-Sep-06 8:55
David Crow29-Sep-06 8:55 
GeneralRe: Clearing the edit box in ccombobox Pin
lctrncs29-Sep-06 10:48
lctrncs29-Sep-06 10:48 
GeneralRe: Clearing the edit box in ccombobox Pin
David Crow29-Sep-06 10:55
David Crow29-Sep-06 10:55 
Questiongraphing app help Pin
sys0p27-Sep-06 8:33
sys0p27-Sep-06 8:33 
AnswerRe: graphing app help Pin
Reagan Conservative27-Sep-06 8:46
Reagan Conservative27-Sep-06 8:46 
QuestionHDC coordinate space Pin
anthonym727-Sep-06 6:55
anthonym727-Sep-06 6:55 
AnswerRe: HDC coordinate space Pin
Chris Losinger27-Sep-06 7:15
professionalChris Losinger27-Sep-06 7:15 
GeneralRe: HDC coordinate space Pin
anthonym727-Sep-06 7:35
anthonym727-Sep-06 7:35 
GeneralRe: HDC coordinate space Pin
Shog927-Sep-06 20:17
sitebuilderShog927-Sep-06 20:17 
GeneralRe: HDC coordinate space Pin
anthonym728-Sep-06 6:13
anthonym728-Sep-06 6:13 
QuestionLinked lists Pin
EvScott27-Sep-06 6:12
EvScott27-Sep-06 6:12 
AnswerRe: Linked lists Pin
Zac Howland27-Sep-06 6:39
Zac Howland27-Sep-06 6:39 
GeneralRe: Linked lists Pin
Jörgen Sigvardsson27-Sep-06 13:46
Jörgen Sigvardsson27-Sep-06 13:46 
AnswerRe: Linked lists Pin
Christian Graus27-Sep-06 11:28
protectorChristian Graus27-Sep-06 11:28 
Questionhow to display a rectangle on the CHtmlView? Pin
blownfire27-Sep-06 5:13
blownfire27-Sep-06 5:13 

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.