Click here to Skip to main content
15,921,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I use CListCtrl's LVS_REPORT Pin
Angel Kid26-Jul-02 22:16
Angel Kid26-Jul-02 22:16 
AnswerRe: How can I use CListCtrl's LVS_REPORT Pin
Philip Patrick26-Jul-02 23:47
professionalPhilip Patrick26-Jul-02 23:47 
Generalthank you,your are really good! Pin
Angel Kid27-Jul-02 4:33
Angel Kid27-Jul-02 4:33 
QuestionHow to replace last line of a file? Pin
Jon Taylor26-Jul-02 22:14
Jon Taylor26-Jul-02 22:14 
AnswerRe: How to replace last line of a file? Pin
Nish Nishant26-Jul-02 22:40
sitebuilderNish Nishant26-Jul-02 22:40 
GeneralRe: How to replace last line of a file? Pin
l a u r e n27-Jul-02 1:10
l a u r e n27-Jul-02 1:10 
AnswerRe: How to replace last line of a file? Pin
Sharad Ganesh27-Jul-02 4:11
Sharad Ganesh27-Jul-02 4:11 
Generalcmb1 (and edt1) and OFN_EXPLORER Pin
Atlantys26-Jul-02 21:08
Atlantys26-Jul-02 21:08 
So I've got this nifty CFileDialog-extended class that doesn't use the OFN_EXPLORER flag. I need to check the extension the user selected, so to do that, I look at the "cmb1" control (well, also some other Explorer-style control identifiers)

So everything was going well and good, until I found an article on how to allow CFileDialog-derived classes to use the OFN_EXPLORER flag (basically make the OPENFILENAME size 12bytes larger). And now the ASSERT fails. Cry | :((

CWnd* pComboBox = GetParent()->GetDlgItem(cmb1);
ASSERT_VALID(pComboBox);


So, if anyone can point me in the right direction, or just outright solve this problem, that would be great! (I'd rather not have to use Win32 to solve this though)
Thanks in advance.
GeneralGDI Rotation Question Pin
jonbrown26-Jul-02 20:23
jonbrown26-Jul-02 20:23 
GeneralHelp in CStatic Pin
SamirSood26-Jul-02 19:30
SamirSood26-Jul-02 19:30 
GeneralRe: Help in CStatic Pin
l a u r e n27-Jul-02 1:18
l a u r e n27-Jul-02 1:18 
GeneralTiff image format and CMYK color mode Pin
storein26-Jul-02 18:29
storein26-Jul-02 18:29 
GeneralRe: Tiff image format and CMYK color mode Pin
storein26-Jul-02 18:55
storein26-Jul-02 18:55 
GeneralRe: Tiff image format and CMYK color mode Pin
Chris Losinger27-Jul-02 5:46
professionalChris Losinger27-Jul-02 5:46 
GeneralRe: Tiff image format and CMYK color mode Pin
storein27-Jul-02 20:00
storein27-Jul-02 20:00 
GeneralHelp me . Pin
storein28-Jul-02 16:47
storein28-Jul-02 16:47 
GeneralRe: Help me . Pin
storein28-Jul-02 20:50
storein28-Jul-02 20:50 
Generalhelp me Pin
Anonymous26-Jul-02 18:28
Anonymous26-Jul-02 18:28 
GeneralRe: help me Pin
Ken Mazaika26-Jul-02 18:33
Ken Mazaika26-Jul-02 18:33 
GeneralRe: help me Pin
perlmunger26-Jul-02 18:44
perlmunger26-Jul-02 18:44 
GeneralRe: help me Pin
Peter Occil26-Jul-02 18:52
Peter Occil26-Jul-02 18:52 
GeneralRe: help me Pin
perlmunger27-Jul-02 5:21
perlmunger27-Jul-02 5:21 
GeneralRe: help me Pin
Tim Smith27-Jul-02 5:25
Tim Smith27-Jul-02 5:25 
GeneralGo Go Gadget Sockets!!! Pin
Ken Mazaika26-Jul-02 18:13
Ken Mazaika26-Jul-02 18:13 
GeneralUser define iostream manipulators with parameters Pin
oRion26-Jul-02 15:44
oRion26-Jul-02 15:44 

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.