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

C / C++ / MFC

 
GeneralRe: Viewing include file dependency tree Pin
Tim Deveaux25-May-00 14:48
Tim Deveaux25-May-00 14:48 
GeneralRe: Viewing include file dependency tree Pin
Philip Winston26-May-00 5:25
Philip Winston26-May-00 5:25 
QuestionHow to create Web Search Assistant of IE 5.0? Pin
mahesh24-May-00 8:00
mahesh24-May-00 8:00 
AnswerRe: How to create Web Search Assistant of IE 5.0? Pin
Erik Thompson31-May-00 7:41
sitebuilderErik Thompson31-May-00 7:41 
QuestionPlease Help! Open a menu programmatically? Pin
Jim Steele24-May-00 5:25
Jim Steele24-May-00 5:25 
AnswerRe: Please Help! Open a menu programmatically? Pin
Dmitriy25-May-00 9:33
Dmitriy25-May-00 9:33 
AnswerRe: Please Help! Open a menu programmatically? Pin
kasreng26-May-00 7:04
kasreng26-May-00 7:04 
GeneralCListCtrl Bug Pin
Ingo Eberhardt24-May-00 0:31
sussIngo Eberhardt24-May-00 0:31 
i founded out that the CListCtrl class has a big big bug.
I inserted only one item without subitems in that way:

// CListCtrl e.g. OnMouseClick.....
LV_ITEM lv;
lv.mask ...... and so on
lv.iItem = 0;
lv.iSubItem = 0;

rc = InsertItem( &lv );
SetItemData( rc, (long)bitmask );

so the items will be inserted but the item data will be not
the same i have inserted. it will be every time i debug it
for the next item....
e.g.
normal:
item itemdata
0 123
1 321
2 132
3 213

not normal:
item itemdata
0 321
1 132
2 213
3 123

that's very bad...
but i solved it in this way...
i deselect the sort entry in the resource workshop....
note: you don't have any sort ( ascend / descend )
right is: none

best regards
ingo eberhardt

NOTE: plz do not send me any spam mails or advert.

GeneralHttpSendRquest and HttpSendRequentex Pin
zlyang23-May-00 23:50
zlyang23-May-00 23:50 
GeneralFTP Client Pin
beretta23-May-00 13:24
beretta23-May-00 13:24 
GeneralRe: FTP Client Pin
imsniper23-May-00 21:36
imsniper23-May-00 21:36 
GeneralRe: FTP Client Pin
beretta25-May-00 6:05
beretta25-May-00 6:05 
GeneralRe: FTP Client Pin
Buck25-May-00 12:30
Buck25-May-00 12:30 
GeneralRe: FTP Client Pin
beretta30-May-00 4:50
beretta30-May-00 4:50 
GeneralRe: FTP Client Pin
beretta30-May-00 4:50
beretta30-May-00 4:50 
GeneralRe: FTP Client Pin
beretta30-May-00 4:51
beretta30-May-00 4:51 
GeneralCRichEditCtrl and Print Preview Pin
Tim Brown23-May-00 4:46
Tim Brown23-May-00 4:46 
GeneralAdding Bars, Buttons, Menu to the IE Pin
sql23-May-00 3:14
sql23-May-00 3:14 
GeneralRe: Adding Bars, Buttons, Menu to the IE Pin
Masaaki Onishi23-May-00 5:12
Masaaki Onishi23-May-00 5:12 
General(Hopefully) a simple question on classes and inheritance. Pin
Erich Ruth22-May-00 11:54
Erich Ruth22-May-00 11:54 
GeneralRe: (Hopefully) a simple question on classes and inheritance. Pin
Masaaki Onishi22-May-00 13:23
Masaaki Onishi22-May-00 13:23 
GeneralRe: (Hopefully) a simple question on classes and inheritance. Pin
James Curran26-May-00 8:27
James Curran26-May-00 8:27 
GeneralRe: I already noticed this. Pin
Masaaki Onishi26-May-00 11:51
Masaaki Onishi26-May-00 11:51 
GeneralRe: (Hopefully) a simple question on classes and inheritance. Pin
Chris Meech23-May-00 7:04
Chris Meech23-May-00 7:04 
GeneralRe: (Hopefully) a simple question on classes and inheritance. Pin
Member 432125-May-00 11:28
Member 432125-May-00 11:28 

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.