Click here to Skip to main content
15,896,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pointer to virtual function Pin
Prakash Nadar7-Apr-04 6:29
Prakash Nadar7-Apr-04 6:29 
GeneralRe: pointer to virtual function Pin
RalfPeter7-Apr-04 11:13
RalfPeter7-Apr-04 11:13 
GeneralC++ & MFC -> Listbox Question Pin
Qualvis7-Apr-04 5:45
Qualvis7-Apr-04 5:45 
GeneralRe: C++ & MFC -> Listbox Question Pin
David Crow7-Apr-04 5:47
David Crow7-Apr-04 5:47 
GeneralRe: C++ & MFC -> Listbox Question Pin
Wes Aday7-Apr-04 11:13
professionalWes Aday7-Apr-04 11:13 
GeneralRe: C++ & MFC -> Listbox Question Pin
Qualvis7-Apr-04 11:46
Qualvis7-Apr-04 11:46 
GeneralRe: C++ & MFC -> Listbox Question Pin
Wes Aday7-Apr-04 12:09
professionalWes Aday7-Apr-04 12:09 
GeneralRe: C++ & MFC -> Listbox Question Pin
Qualvis7-Apr-04 22:08
Qualvis7-Apr-04 22:08 
Addlistbox is being called like this:

void CDialogTestApp::OnTest1()
{
CDialog1 d1;
d1.AddListBox();
d1.DoModal();
}

(with ontest1 being an eventhandler when i press a menuitem)

The Failure isn't much of a help (well, not for me...) , It only says Debug Assertion Failure, and when I press "retry", it gives another error, "unhandled exception at 0x7c25bec6(mfc70d.dll) in DialogTest.exe: User Breakpoint"

thanks for your help btw! It's very much appreciated...
GeneralRe: C++ & MFC -> Listbox Question Pin
Qualvis7-Apr-04 22:32
Qualvis7-Apr-04 22:32 
GeneralRe: C++ & MFC -> Listbox Question Pin
Wes Aday8-Apr-04 7:08
professionalWes Aday8-Apr-04 7:08 
Generalsetting page orientation Pin
kzyczynski7-Apr-04 5:31
kzyczynski7-Apr-04 5:31 
GeneralRe: setting page orientation Pin
Roger Allen7-Apr-04 5:38
Roger Allen7-Apr-04 5:38 
GeneralRe: setting page orientation Pin
kzyczynski7-Apr-04 10:20
kzyczynski7-Apr-04 10:20 
GeneralSocket listen backlog woes Pin
Rob Caldecott7-Apr-04 5:15
Rob Caldecott7-Apr-04 5:15 
GeneralRe: Socket listen backlog woes Pin
beetung7-Apr-04 8:14
beetung7-Apr-04 8:14 
GeneralRe: Socket listen backlog woes Pin
Rob Caldecott7-Apr-04 9:53
Rob Caldecott7-Apr-04 9:53 
GeneralRe: Socket listen backlog woes Pin
Johnny ²7-Apr-04 8:56
Johnny ²7-Apr-04 8:56 
GeneralRe: Socket listen backlog woes Pin
Rob Caldecott7-Apr-04 9:52
Rob Caldecott7-Apr-04 9:52 
GeneralRe: Socket listen backlog woes Pin
Paul Ranson8-Apr-04 3:12
Paul Ranson8-Apr-04 3:12 
QuestionIs transparent window needed? Pin
conrad Braam7-Apr-04 4:49
conrad Braam7-Apr-04 4:49 
GeneralCreating a GUI for a C program Pin
EstC7-Apr-04 4:36
EstC7-Apr-04 4:36 
GeneralRe: Creating a GUI for a C program Pin
Roman Nurik7-Apr-04 4:55
Roman Nurik7-Apr-04 4:55 
GeneralRe: Creating a GUI for a C program Pin
EstC7-Apr-04 5:03
EstC7-Apr-04 5:03 
GeneralRe: Creating a GUI for a C program Pin
CPAVG7-Apr-04 5:24
CPAVG7-Apr-04 5:24 
GeneralRe: Creating a GUI for a C program Pin
EstC7-Apr-04 5:29
EstC7-Apr-04 5:29 

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.