Click here to Skip to main content
16,012,759 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat Message is issued? Pin
AnonymousBabe@usa.net5-Feb-02 16:16
AnonymousBabe@usa.net5-Feb-02 16:16 
AnswerRe: What Message is issued? Pin
Paul M Watt5-Feb-02 19:00
mentorPaul M Watt5-Feb-02 19:00 
Questionany other chinese programmer in USA ? Pin
hinasoft5-Feb-02 15:03
hinasoft5-Feb-02 15:03 
AnswerRe: any other chinese programmer in USA ? Pin
alex.barylski5-Feb-02 16:43
alex.barylski5-Feb-02 16:43 
GeneralRe: any other chinese programmer in USA ? Pin
AnonymousBabe@usa.net5-Feb-02 17:32
AnonymousBabe@usa.net5-Feb-02 17:32 
GeneralCaret and MDI View Pin
AnonymousBabe@usa.net5-Feb-02 14:15
AnonymousBabe@usa.net5-Feb-02 14:15 
GeneralSetting up CListView Properties Pin
Aaron Schaefer5-Feb-02 12:07
Aaron Schaefer5-Feb-02 12:07 
GeneralRe: Setting up CListView Properties Pin
Derek Waters5-Feb-02 12:17
Derek Waters5-Feb-02 12:17 
LVS_REPORT is not an extended style, it's a... not-extended style! You might want to try:

right.ModifyStyle(LVS_LIST | LVS_ICON | LVS_SMALLICON, LVS_REPORT, 0);


Haven't tried it, but hope this helps.


------------------------
Derek Waters
derek@lj-oz.com
GeneralRe: Setting up CListView Properties Pin
Aaron Schaefer5-Feb-02 12:29
Aaron Schaefer5-Feb-02 12:29 
GeneralRe: Setting up CListView Properties Pin
Michael Dunn5-Feb-02 13:09
sitebuilderMichael Dunn5-Feb-02 13:09 
Generalchecking first char input be4 reading the rest Pin
5-Feb-02 10:18
suss5-Feb-02 10:18 
Generalhere is my code Pin
5-Feb-02 10:24
suss5-Feb-02 10:24 
GeneralDebugging Pin
Paul M Watt5-Feb-02 13:21
mentorPaul M Watt5-Feb-02 13:21 
GeneralRe: Debugging Pin
5-Feb-02 16:21
suss5-Feb-02 16:21 
GeneralRe: Debugging Pin
Christian Graus5-Feb-02 18:43
protectorChristian Graus5-Feb-02 18:43 
GeneralRe: Debugging Pin
Paul M Watt5-Feb-02 19:45
mentorPaul M Watt5-Feb-02 19:45 
GeneralRe: Debugging Pin
5-Feb-02 20:59
suss5-Feb-02 20:59 
GeneralTemplate specialization Pin
User 98855-Feb-02 9:55
User 98855-Feb-02 9:55 
GeneralRe: Template specialization Pin
Joaquín M López Muñoz5-Feb-02 10:11
Joaquín M López Muñoz5-Feb-02 10:11 
GeneralRe: Template specialization Pin
User 98855-Feb-02 10:36
User 98855-Feb-02 10:36 
GeneralRe: Template specialization Pin
Joaquín M López Muñoz5-Feb-02 10:41
Joaquín M López Muñoz5-Feb-02 10:41 
GeneralRe: Template specialization Pin
User 98855-Feb-02 12:29
User 98855-Feb-02 12:29 
GeneralRe: Template specialization Pin
User 98855-Feb-02 10:34
User 98855-Feb-02 10:34 
Generalhere is the input i'm having trouble reading Pin
5-Feb-02 8:49
suss5-Feb-02 8:49 
GeneralRe: thank you but... Pin
Joaquín M López Muñoz5-Feb-02 9:14
Joaquín M López Muñoz5-Feb-02 9:14 

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.