Click here to Skip to main content
16,010,523 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CCheckListBox?? Pin
SAV14-Jul-01 9:41
SAV14-Jul-01 9:41 
GeneralRegistered Message Handler Not Invoked Pin
Chris Meech13-Jul-01 8:35
Chris Meech13-Jul-01 8:35 
GeneralRe: Registered Message Handler Not Invoked Pin
Chris Meech13-Jul-01 9:24
Chris Meech13-Jul-01 9:24 
GeneralDrag and drop Pin
Kevnar13-Jul-01 8:29
Kevnar13-Jul-01 8:29 
GeneralAccess Voilation Exception While Using Thread Pin
balgovindpandey13-Jul-01 8:20
balgovindpandey13-Jul-01 8:20 
GeneralProblem with List Box Addstring Method Pin
balgovindpandey13-Jul-01 8:17
balgovindpandey13-Jul-01 8:17 
GeneralRe: Problem with List Box Addstring Method Pin
Frank Deo13-Jul-01 11:14
Frank Deo13-Jul-01 11:14 
GeneralRe: Problem with List Box Addstring Method Pin
Steve T13-Jul-01 18:06
Steve T13-Jul-01 18:06 
There's got to be more to your code than you're telling!

>> CMyDlg *pDlg
>> pDlg->m_ListBox.AddStriing("Some String");

There must be something more between these two lines
You can't just start using an uninitialized pointer
lime that!

It would help if you could copy all the relevant
code segments instead of just jotting down ( complete
with typos ("AddStriing" with two i's) a few lines
that you think may be relevant.

Do you ever create an instance of CMyDlg?
If so what do you do with m_ListBox in the
constructor of CMyDlg?
Do you invoke the Dialog? ( DoModal() )

Also "AddString()" is not a member function of
CListCtrl - it's a member of CListBox. Is m_ListBox
really of type CListCtrl? or is it actual of type
CListBox?

Give a bit more info and I'll try to help a bit
more.

Steve T.
GeneralRe: Problem with List Box Addstring Method Pin
Bret Faller18-Jul-01 12:54
Bret Faller18-Jul-01 12:54 
GeneralDialog Bars. Pin
John Uhlenbrock13-Jul-01 7:38
John Uhlenbrock13-Jul-01 7:38 
Generalbig endian to little endian Pin
13-Jul-01 7:18
suss13-Jul-01 7:18 
GeneralRe: big endian to little endian Pin
Chris Losinger13-Jul-01 8:07
professionalChris Losinger13-Jul-01 8:07 
GeneralRe: big endian to little endian Pin
Michael Dunn13-Jul-01 8:10
sitebuilderMichael Dunn13-Jul-01 8:10 
GeneralRe: big endian to little endian Pin
13-Jul-01 8:32
suss13-Jul-01 8:32 
GeneralTab Control Pin
RobJones13-Jul-01 6:01
RobJones13-Jul-01 6:01 
GeneralCString from basic_string Pin
13-Jul-01 5:06
suss13-Jul-01 5:06 
GeneralRe: CString from basic_string Pin
Michael Dunn13-Jul-01 5:34
sitebuilderMichael Dunn13-Jul-01 5:34 
GeneralRe: CString from basic_string Pin
Kevnar14-Jul-01 11:07
Kevnar14-Jul-01 11:07 
GeneralGet DB Settings via ODBC Pin
Derek Price13-Jul-01 4:48
Derek Price13-Jul-01 4:48 
GeneralRe: Get DB Settings via ODBC Pin
Bret Faller18-Jul-01 12:55
Bret Faller18-Jul-01 12:55 
GeneralEDIT BOX Pin
13-Jul-01 4:43
suss13-Jul-01 4:43 
GeneralRe: EDIT BOX Pin
Daniel Ferguson13-Jul-01 10:45
Daniel Ferguson13-Jul-01 10:45 
GeneralRe: EDIT BOX Pin
1-Oct-01 0:42
suss1-Oct-01 0:42 
GeneralMicrosoft Speech SDK V5.0 Pin
jerry0davis13-Jul-01 4:33
jerry0davis13-Jul-01 4:33 
GeneralListview Tooltip Pin
Anthony988713-Jul-01 4:03
Anthony988713-Jul-01 4:03 

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.