Click here to Skip to main content
15,880,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Load image from Resource Pin
Groulien10-May-11 21:56
Groulien10-May-11 21:56 
GeneralRe: Load image from Resource Pin
john563210-May-11 22:56
john563210-May-11 22:56 
GeneralRe: Load image from Resource Pin
CPallini11-May-11 0:17
mveCPallini11-May-11 0:17 
GeneralRe: Load image from Resource Pin
Luc Pattyn11-May-11 0:52
sitebuilderLuc Pattyn11-May-11 0:52 
GeneralRe: Load image from Resource Pin
CPallini11-May-11 1:04
mveCPallini11-May-11 1:04 
AnswerRe: Load image from Resource Pin
CPallini11-May-11 0:19
mveCPallini11-May-11 0:19 
AnswerRe: Load image from Resource Pin
Mark Salsbery11-May-11 5:08
Mark Salsbery11-May-11 5:08 
QuestionMultiple Selection in ListView. Pin
Sameerkumar Namdeo10-May-11 21:34
Sameerkumar Namdeo10-May-11 21:34 
Hi,

Have created a custom control from ListView ctrl for displaying images in grid manner.
Images are displayed in grid manner.
1 2 3 4 5
6 7 8 9 a
b c d e f
g h i j k

now when i press SHIFT key and click item 1 and continue to press SHIFT key and then click item d
then the items are selected in following columnwise manner

1 2 3 4 5
6 7 8 9 a
b c d e f
g h i j k

this is not as per standard windows explorer behavior which selects items row wise
1 2 3 4 5
6 7 8 9 a
b c d
e f
g h i j k

please suggest how selection can be made rowwise by SHIFT + click
Any thing which i should specify in style of the ctrl?

thanks.

AnswerRe: Multiple Selection in ListView. Pin
Roger Broomfield11-May-11 1:10
Roger Broomfield11-May-11 1:10 
GeneralRe: Multiple Selection in ListView. Pin
Sameerkumar Namdeo11-May-11 1:20
Sameerkumar Namdeo11-May-11 1:20 
GeneralRe: Multiple Selection in ListView. Pin
Roger Broomfield11-May-11 1:42
Roger Broomfield11-May-11 1:42 
QuestionHow about the CPropertyPage OnOK ? [modified] Pin
wangningyu10-May-11 21:28
wangningyu10-May-11 21:28 
AnswerRe: How about the CPropertyPage OnOK ? Pin
Richard MacCutchan10-May-11 21:31
mveRichard MacCutchan10-May-11 21:31 
GeneralRe: How about the CPropertyPage OnOK ? Pin
wangningyu10-May-11 21:38
wangningyu10-May-11 21:38 
QuestionRe: How about the CPropertyPage OnOK ? Pin
Mark Salsbery11-May-11 5:17
Mark Salsbery11-May-11 5:17 
GeneralRe: How about the CPropertyPage OnOK ? Pin
David Crow11-May-11 6:07
David Crow11-May-11 6:07 
QuestionSDI and dialog communication Pin
lamrinraj10-May-11 18:33
lamrinraj10-May-11 18:33 
AnswerRe: SDI and dialog communication Pin
Hans Dietrich10-May-11 19:37
mentorHans Dietrich10-May-11 19:37 
GeneralRe: SDI and dialog communication Pin
lamrinraj10-May-11 22:47
lamrinraj10-May-11 22:47 
AnswerRe: SDI and dialog communication Pin
JohnCz14-May-11 12:03
JohnCz14-May-11 12:03 
QuestionDesign Pattern of separating data and business logic Pin
Berlus10-May-11 10:44
Berlus10-May-11 10:44 
AnswerRe: Design Pattern of separating data and business logic Pin
_AnsHUMAN_ 10-May-11 18:21
_AnsHUMAN_ 10-May-11 18:21 
AnswerRe: Design Pattern of separating data and business logic Pin
ShilpiP10-May-11 20:07
ShilpiP10-May-11 20:07 
QuestionCompletely custom Edit control Pin
csrss10-May-11 8:56
csrss10-May-11 8:56 
AnswerRe: Completely custom Edit control Pin
Chris Losinger10-May-11 9:45
professionalChris Losinger10-May-11 9:45 

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.