Click here to Skip to main content
15,912,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: group radio button Pin
MemLeak20-Mar-03 4:36
MemLeak20-Mar-03 4:36 
GeneralAttaching Word doc to my App Pin
Madmaximus19-Mar-03 13:21
Madmaximus19-Mar-03 13:21 
GeneralRe: Attaching Word doc to my App Pin
Anders Molin19-Mar-03 14:21
professionalAnders Molin19-Mar-03 14:21 
GeneralRe: Attaching Word doc to my App Pin
Madmaximus19-Mar-03 16:23
Madmaximus19-Mar-03 16:23 
GeneralRe: Attaching Word doc to my App Pin
Michael Dunn19-Mar-03 18:58
sitebuilderMichael Dunn19-Mar-03 18:58 
GeneralRe: Attaching Word doc to my App Pin
Amit Dey20-Mar-03 11:14
Amit Dey20-Mar-03 11:14 
Generallistview problem Pin
Amit Dey19-Mar-03 13:16
Amit Dey19-Mar-03 13:16 
GeneralRe: listview problem Pin
Michael Dunn19-Mar-03 15:48
sitebuilderMichael Dunn19-Mar-03 15:48 
Turn off the sort style, does it work then? If so, then the item you insert isn't ending up at index 0 because of sorting. You need to save the return value from InsertItem() which is the index that the item is actually inserted at, and use that index in the SetItemText() call.

--Mike--
   THERE IS NO     THERE IS NO    BUT THERE IS
MAGIC PIXIE DUST  BUSINESS GENIE  CODE PROJECT


Homepage | RightClick-Encrypt | 1ClickPicGrabber
If privacy is outlawed, only outlaws will have privates.

GeneralRe: listview problem Pin
Amit Dey20-Mar-03 11:11
Amit Dey20-Mar-03 11:11 
GeneralStrange dll Problem Pin
Anders Molin19-Mar-03 13:14
professionalAnders Molin19-Mar-03 13:14 
GeneralAdd network printer Pin
Anonymous19-Mar-03 12:00
Anonymous19-Mar-03 12:00 
GeneralRe: Add network printer Pin
Brian Shifrin19-Mar-03 13:58
Brian Shifrin19-Mar-03 13:58 
GeneralDIB Engine limitation Pin
Tony Teveris19-Mar-03 11:10
Tony Teveris19-Mar-03 11:10 
QuestionAre there inheritance issues with static members? Pin
adonisv19-Mar-03 10:56
adonisv19-Mar-03 10:56 
AnswerRe: Are there inheritance issues with static members? Pin
Michael Dunn19-Mar-03 11:13
sitebuilderMichael Dunn19-Mar-03 11:13 
GeneralYou Dah Maaaaaaan! Pin
adonisv19-Mar-03 11:33
adonisv19-Mar-03 11:33 
GeneralActivex-programming....multi choice... Pin
ZarrinPour19-Mar-03 10:46
ZarrinPour19-Mar-03 10:46 
GeneralRe: Activex-programming....multi choice... Pin
Brian Shifrin19-Mar-03 11:03
Brian Shifrin19-Mar-03 11:03 
Generalpassing pointers from DLL to VB to DLL Pin
IGeorgeI19-Mar-03 10:32
IGeorgeI19-Mar-03 10:32 
GeneralRe: passing pointers from DLL to VB to DLL Pin
FlorianS19-Mar-03 10:46
FlorianS19-Mar-03 10:46 
GeneralRe: passing pointers from DLL to VB to DLL Pin
IGeorgeI19-Mar-03 11:37
IGeorgeI19-Mar-03 11:37 
GeneralNTService and Hooks Pin
FlorianS19-Mar-03 9:30
FlorianS19-Mar-03 9:30 
GeneralRe: NTService and Hooks Pin
Joan M20-Mar-03 4:58
professionalJoan M20-Mar-03 4:58 
QuestionLoading bitmaps? Pin
clintsinger19-Mar-03 9:16
clintsinger19-Mar-03 9:16 
AnswerRe: Loading bitmaps? Pin
Chris Losinger19-Mar-03 9:27
professionalChris Losinger19-Mar-03 9:27 

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.