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

C / C++ / MFC

 
GeneralRe: Running a CGI-bin Pin
Juan Carlos Cobas8-Sep-03 12:06
Juan Carlos Cobas8-Sep-03 12:06 
GeneralRe: Running a CGI-bin Pin
Ian Darling8-Sep-03 23:29
Ian Darling8-Sep-03 23:29 
GeneralRe: Running a CGI-bin Pin
antlers9-Sep-03 9:30
antlers9-Sep-03 9:30 
GeneralRe: Running a CGI-bin Pin
joshfl10-Sep-03 17:02
joshfl10-Sep-03 17:02 
General(Splitter Window) Debug Assertion Failed! Pin
Anonymous8-Sep-03 10:03
Anonymous8-Sep-03 10:03 
GeneralRe: (Splitter Window) Debug Assertion Failed! Pin
JWood8-Sep-03 13:24
JWood8-Sep-03 13:24 
GeneralRe: (Splitter Window) Debug Assertion Failed! Pin
Mike Dimmick9-Sep-03 2:14
Mike Dimmick9-Sep-03 2:14 
GeneralProblem with ListView in LVS_ICON and LVS_SMALLICON mode Pin
s_k8-Sep-03 9:48
s_k8-Sep-03 9:48 
Hi, I have ListView that shows files on local drives and want to let user select view mode. So application starts defaultly with ListView set to LVS_REPORT and when user selects another style of view, the proper style is set using following code:

ModifyStyle(LVS_TYPEMASK,(LVS_ICON & LVS_TYPEMASK));

Or with LVS_SMALLICON instead of LVS_ICON when user wants to show large icons, of course.

In report style everything is ok. But when I switch to LVS_ICON mode, it looks like on this picture (I took a screenshot of my ListView):

ListView in LVS_ICON mode

And, when I switch to LVS_SMALLICON mode, it looks like this:

ListView in LVS_SMALLICON mode

As you can see, first row is missing (but when I for example double click on that empty space, my program handles it correctly as the items would be there.

I must also mention that the ListView I use has Custom Draw feature (so I handle OnCustomDraw()) and it is Virtual ListView (so I handle OnGetDispInfo()).

I'm really out of my knowledge...

Thank you for any suggestion!
Generaldialog scroll bars Pin
Marissa1828-Sep-03 9:31
Marissa1828-Sep-03 9:31 
Generaldrawing in visual c++ Pin
Member 5541138-Sep-03 9:18
Member 5541138-Sep-03 9:18 
GeneralRe: drawing in visual c++ Pin
valikac8-Sep-03 9:41
valikac8-Sep-03 9:41 
GeneralEasier way to convert this..... Pin
RobJones8-Sep-03 8:52
RobJones8-Sep-03 8:52 
GeneralRe: Easier way to convert this..... Pin
Alvaro Mendez8-Sep-03 9:15
Alvaro Mendez8-Sep-03 9:15 
GeneralRe: Easier way to convert this..... Pin
godbert8-Sep-03 14:16
godbert8-Sep-03 14:16 
GeneralgetItemData() in CTreeCtrl Pin
Binayak8-Sep-03 8:21
Binayak8-Sep-03 8:21 
GeneralRe: getItemData() in CTreeCtrl Pin
RChin8-Sep-03 10:02
RChin8-Sep-03 10:02 
GeneralWinsock- handling multple clients Pin
Scozturk8-Sep-03 8:16
professionalScozturk8-Sep-03 8:16 
GeneralRe: Winsock- handling multple clients Pin
valikac8-Sep-03 9:43
valikac8-Sep-03 9:43 
GeneralStack messed up upon function returned Pin
DionChen8-Sep-03 8:03
DionChen8-Sep-03 8:03 
GeneralRe: Stack messed up upon function returned Pin
valikac8-Sep-03 9:46
valikac8-Sep-03 9:46 
GeneralRe: Stack messed up upon function returned Pin
DionChen8-Sep-03 9:49
DionChen8-Sep-03 9:49 
GeneralAnalyzing traffic / protocols Pin
L.Denninger8-Sep-03 8:02
L.Denninger8-Sep-03 8:02 
GeneralRe: Analyzing traffic / protocols Pin
Peter Weyzen8-Sep-03 10:41
Peter Weyzen8-Sep-03 10:41 
GeneralRe: Analyzing traffic / protocols Pin
Led8-Sep-03 10:52
Led8-Sep-03 10:52 
GeneralRe: Analyzing traffic / protocols Pin
Peter Weyzen8-Sep-03 10:56
Peter Weyzen8-Sep-03 10:56 

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.