Click here to Skip to main content
16,014,662 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWav Pin
Chagit3-Feb-02 20:59
Chagit3-Feb-02 20:59 
GeneralRe: Wav Pin
Mazdak3-Feb-02 21:10
Mazdak3-Feb-02 21:10 
GeneralRe: Wav Pin
Paul M Watt3-Feb-02 21:08
mentorPaul M Watt3-Feb-02 21:08 
GeneralThanks, How can i launch the DUN entry dialog in vc program Pin
FayeGolf3-Feb-02 19:51
FayeGolf3-Feb-02 19:51 
GeneralRe: Thanks, How can i launch the DUN entry dialog in vc program Pin
Joaquín M López Muñoz3-Feb-02 21:53
Joaquín M López Muñoz3-Feb-02 21:53 
Generalreversed List Control Pin
Jerome Conus3-Feb-02 19:45
Jerome Conus3-Feb-02 19:45 
GeneralRe: reversed List Control Pin
wangyiming3-Feb-02 20:56
wangyiming3-Feb-02 20:56 
GeneralRe: reversed List Control Pin
Paul M Watt3-Feb-02 21:13
mentorPaul M Watt3-Feb-02 21:13 
If I understand what you are asking you want the list items to appear at the bottom of your list like this with one item:

---------
|       |
|       |
|       |
|       |
|       |
|Item 1 |
---------


And like this with 2 items:

---------
|       |
|       |
|       |
|       |
|Item 2 |
|Item 1 |
---------


If this is correct, then I beleive that you will either need to subclass the edit control and control how the items are painted into the control. This will be more than just an ownerdrawn listbox, because you will also have to change the location of the list item.

I have never tried this in the listbox, and I do not know if it is possible to change the location of a list item. In this case you would have to create an completely new control that managed all of the list elements itself.
GeneralC2084 Pin
3-Feb-02 18:13
suss3-Feb-02 18:13 
GeneralRe: C2084 Pin
Paul M Watt3-Feb-02 18:19
mentorPaul M Watt3-Feb-02 18:19 
GeneralRe: C2084 Pin
marouane miftah el kheir3-Feb-02 18:21
marouane miftah el kheir3-Feb-02 18:21 
GeneralRe: C2084 Pin
Paul M Watt3-Feb-02 19:34
mentorPaul M Watt3-Feb-02 19:34 
Questioncreate a project? Pin
3-Feb-02 17:21
suss3-Feb-02 17:21 
AnswerRe: create a project? Pin
Paul M Watt3-Feb-02 17:41
mentorPaul M Watt3-Feb-02 17:41 
GeneralRe: create a project? Pin
3-Feb-02 17:43
suss3-Feb-02 17:43 
GeneralPointers Pin
Matt Newman3-Feb-02 15:47
Matt Newman3-Feb-02 15:47 
GeneralRe: Pointers Pin
Paul M Watt3-Feb-02 16:06
mentorPaul M Watt3-Feb-02 16:06 
GeneralRe: Pointers Pin
Matt Newman4-Feb-02 11:07
Matt Newman4-Feb-02 11:07 
GeneralRe: Pointers Pin
Matt Newman4-Feb-02 11:35
Matt Newman4-Feb-02 11:35 
GeneralRe: Pointers Pin
Jay Beckert3-Feb-02 16:13
Jay Beckert3-Feb-02 16:13 
GeneralRe: Pointers Pin
Paul M Watt3-Feb-02 16:15
mentorPaul M Watt3-Feb-02 16:15 
GeneralRe: Pointers Pin
Jay Beckert3-Feb-02 16:26
Jay Beckert3-Feb-02 16:26 
GeneralRe: Pointers Pin
Matt Newman3-Feb-02 16:27
Matt Newman3-Feb-02 16:27 
GeneralRe: Pointers Pin
Matt Newman4-Feb-02 11:36
Matt Newman4-Feb-02 11:36 
GeneralRe: Pointers Pin
Jay Beckert5-Feb-02 11:21
Jay Beckert5-Feb-02 11:21 

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.