Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: any helpful links for this? Pin
benjymous22-Oct-02 3:01
benjymous22-Oct-02 3:01 
GeneralRe: any helpful links for this? Pin
ns22-Oct-02 3:33
ns22-Oct-02 3:33 
AnswerRe: any helpful links for this? Pin
Ravi Bhavnani22-Oct-02 4:18
professionalRavi Bhavnani22-Oct-02 4:18 
GeneralRe: any helpful links for this? Pin
ns22-Oct-02 7:41
ns22-Oct-02 7:41 
GeneralRe: any helpful links for this? Pin
Ravi Bhavnani22-Oct-02 8:05
professionalRavi Bhavnani22-Oct-02 8:05 
GeneralRe: any helpful links for this? Pin
Anonymous23-Oct-02 1:58
Anonymous23-Oct-02 1:58 
GeneralRe: any helpful links for this? Pin
Ravi Bhavnani23-Oct-02 5:37
professionalRavi Bhavnani23-Oct-02 5:37 
GeneralListCtrl Ownder Draw problem Pin
Yaron Nir22-Oct-02 1:18
Yaron Nir22-Oct-02 1:18 
Hi,

i have created my own list ctrl that inherites from CListCtrl and has the property ownder draw fixed.

I want to force it to show vertical scroll bar.
i wrote the following code:

m_lc.ModifyStyle(0,WS_VSCROLL);
m_lc.SetScrollRange(SB_VERT,0,100);
m_lc.SetScrollPos(SB_VERT,0);
m_lc.ShowScrollBar(SB_VERT);
if i hook with spy++ to the list ctrl , i can see that the style was changed and now has WS_VSCROLL, but i don't see the vertical scroll bar. it only appears when many items has been inserted to the list....

can any1 help?

thanks

Yaron



Ask not what the application can do for you, ask what you can do for your application
GeneralDisconnecting a VC++ project from Source-Safe Pin
Michael P Butler22-Oct-02 0:56
Michael P Butler22-Oct-02 0:56 
GeneralRe: Disconnecting a VC++ project from Source-Safe Pin
Christian Graus22-Oct-02 1:02
protectorChristian Graus22-Oct-02 1:02 
GeneralRe: Disconnecting a VC++ project from Source-Safe Pin
Stephane Rodriguez.22-Oct-02 1:29
Stephane Rodriguez.22-Oct-02 1:29 
GeneralRe: Disconnecting a VC++ project from Source-Safe Pin
Michael P Butler22-Oct-02 2:15
Michael P Butler22-Oct-02 2:15 
GeneralRe: Disconnecting a VC++ project from Source-Safe Pin
Danoo22-Oct-02 2:20
Danoo22-Oct-02 2:20 
GeneralRe: Disconnecting a VC++ project from Source-Safe Pin
Roger Allen22-Oct-02 5:41
Roger Allen22-Oct-02 5:41 
GeneralSample Drawing Program anyone pleaseeee!!! Pin
Tanzim Husain22-Oct-02 0:17
Tanzim Husain22-Oct-02 0:17 
GeneralRe: Sample Drawing Program anyone pleaseeee!!! Pin
Christian Graus22-Oct-02 0:25
protectorChristian Graus22-Oct-02 0:25 
GeneralRe: Sample Drawing Program anyone pleaseeee!!! Pin
Ranjan Banerji22-Oct-02 3:08
Ranjan Banerji22-Oct-02 3:08 
GeneralRe: Sample Drawing Program anyone pleaseeee!!! Pin
Daniel Turini22-Oct-02 3:18
Daniel Turini22-Oct-02 3:18 
GeneralRe: Sample Drawing Program anyone pleaseeee!!! Pin
Christian Graus22-Oct-02 11:33
protectorChristian Graus22-Oct-02 11:33 
GeneralRe: Sample Drawing Program anyone pleaseeee!!! Pin
Nitron22-Oct-02 8:05
Nitron22-Oct-02 8:05 
GeneralFortran & C++ Pin
Anonymous21-Oct-02 23:29
Anonymous21-Oct-02 23:29 
GeneralRe: Fortran & C++ Pin
Vagif Abilov21-Oct-02 23:57
professionalVagif Abilov21-Oct-02 23:57 
GeneralRe: Fortran & C++ Pin
Christian Graus22-Oct-02 0:26
protectorChristian Graus22-Oct-02 0:26 
GeneralRe: Fortran & C++ Pin
Stephane Rodriguez.22-Oct-02 0:52
Stephane Rodriguez.22-Oct-02 0:52 
GeneralRe: Fortran & C++ Pin
Joaquín M López Muñoz22-Oct-02 0:59
Joaquín M López Muñoz22-Oct-02 0:59 

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.