Click here to Skip to main content
16,014,677 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get context Cmenu AND mouse move info? Pin
Pierre Couderc28-May-02 4:30
Pierre Couderc28-May-02 4:30 
GeneralGetCommMask failure. Pin
dejan.n28-May-02 4:10
dejan.n28-May-02 4:10 
GeneralRe: GetCommMask failure. Pin
Ernest Laurentin28-May-02 5:39
Ernest Laurentin28-May-02 5:39 
GeneralRe: GetCommMask failure. Pin
dejan.n4-Jun-02 21:57
dejan.n4-Jun-02 21:57 
QuestionUSB Communication? Pin
User 665828-May-02 4:00
User 665828-May-02 4:00 
AnswerRe: USB Communication? Pin
Zizilamoroso28-May-02 4:10
Zizilamoroso28-May-02 4:10 
AnswerRe: USB Communication? Pin
Gordon Brandly28-May-02 8:16
Gordon Brandly28-May-02 8:16 
GeneralCFileDialog assertion error Pin
Zizilamoroso28-May-02 3:41
Zizilamoroso28-May-02 3:41 
I'm always having this error.
{ ASSERT(::IsWindow(m_hWnd)); return (int)::SendMessage(m_hWnd, LB_ADDSTRING, 0, (LPARAM)lpszItem); }

CInfoDlg is derived from CDialog and is a resource
m_cList is a CListCtrl

CInfoDlg dlg;

for(int nIndex=0;nIndex<nMax;nIndex++)
	dlg.m_cList.AddString(lpszNames[nIndex]);  // THIS LINE CAUSES THE 
ERROR

dlg.DoModal();


I'm overlooking something, but what?





[VISUAL STUDIO 6.0] [MFC] [WIN98/2]

Dead | X| Bluute tette! Dead | X|
GeneralRe: CFileDialog assertion error Pin
Zizilamoroso28-May-02 3:49
Zizilamoroso28-May-02 3:49 
GeneralRe: CFileDialog assertion error Pin
Nish Nishant28-May-02 3:52
sitebuilderNish Nishant28-May-02 3:52 
GeneralRe: CFileDialog assertion error Pin
Zizilamoroso28-May-02 4:01
Zizilamoroso28-May-02 4:01 
GeneralRe: CFileDialog assertion error Pin
Nish Nishant28-May-02 3:51
sitebuilderNish Nishant28-May-02 3:51 
GeneralRe: CFileDialog assertion error Pin
Zizilamoroso28-May-02 3:55
Zizilamoroso28-May-02 3:55 
GeneralRe: CFileDialog assertion error Pin
Nish Nishant28-May-02 4:37
sitebuilderNish Nishant28-May-02 4:37 
GeneralEnumObjects returns error in recursive function Pin
redeemer28-May-02 3:28
redeemer28-May-02 3:28 
GeneralRe: Ignore this post something's wrong with it, i'll make another. Pin
Nish Nishant28-May-02 3:48
sitebuilderNish Nishant28-May-02 3:48 
GeneralRe: Ignore this post something's wrong with it, i'll make another. Pin
Zizilamoroso28-May-02 3:52
Zizilamoroso28-May-02 3:52 
GeneralRe: Ignore this post something's wrong with it, i'll make another. Pin
Alexandru Savescu28-May-02 4:18
Alexandru Savescu28-May-02 4:18 
Generalsorry for my interrupt! Pin
tiaozi28-May-02 3:23
tiaozi28-May-02 3:23 
GeneralRe: sorry for my interrupt! Pin
rrrado28-May-02 3:38
rrrado28-May-02 3:38 
GeneralRe: sorry for my interrupt! Pin
Nish Nishant28-May-02 3:45
sitebuilderNish Nishant28-May-02 3:45 
GeneralRe: sorry for my interrupt! Pin
Jason Gerard28-May-02 13:08
Jason Gerard28-May-02 13:08 
GeneralRe: sorry for my interrupt! Pin
tiaozi28-May-02 22:24
tiaozi28-May-02 22:24 
QuestionIErrorInfo or _com_error? Pin
28-May-02 1:32
suss28-May-02 1:32 
QuestionDisplaying Mathematical notation. How ?? Pin
28-May-02 1:23
suss28-May-02 1:23 

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.