Click here to Skip to main content
15,922,894 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Clearing the edit box in ccombobox Pin
David Crow29-Sep-06 6:02
David Crow29-Sep-06 6:02 
AnswerRe: Clearing the edit box in ccombobox Pin
lctrncs29-Sep-06 6:49
lctrncs29-Sep-06 6:49 
GeneralRe: Clearing the edit box in ccombobox Pin
David Crow29-Sep-06 7:14
David Crow29-Sep-06 7:14 
GeneralRe: Clearing the edit box in ccombobox Pin
lctrncs29-Sep-06 11:20
lctrncs29-Sep-06 11:20 
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 
I am beginning to wonder if my use of the dereference operator rather than the dot operator might be part of my problem.

Being a complete beginner, this is the first time I have tried to instantiate a class and my local resource (an embedded systems programmer) cannot provide much assistance.

The class (CCombobox) and member (InsertString) I am using are overridden.


When I instantiate an instance like this

OverRiddenCombobox w_wndOverBox;

locally in the function where I want to use it (along with

w_wndOverBox InsertString(0,"",0)

, my program compiles and runs fine until I try to open the dialog.

Then I get and exception error, and the debuger shows me a line in afxwin.inl apparently defining the not overridden base class member InsertSting with two arguments (my InsertString has three arguments).

Suggestions?


"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

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 
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 

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.