Click here to Skip to main content
15,915,164 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: copying windows Pin
Mike Nordell7-Jun-02 23:52
Mike Nordell7-Jun-02 23:52 
Generalcreating new fonts-kinda rougish Pin
7-Jun-02 4:51
suss7-Jun-02 4:51 
GeneralRe: creating new fonts-kinda rougish Pin
Mike Nordell8-Jun-02 0:02
Mike Nordell8-Jun-02 0:02 
GeneralListBox case-sensitivity Pin
7-Jun-02 4:02
suss7-Jun-02 4:02 
QuestionHow to change the Background Color of a DataGrid Column Pin
7-Jun-02 3:43
suss7-Jun-02 3:43 
AnswerRe: How to change the Background Color of a DataGrid Column Pin
Mazdak7-Jun-02 4:16
Mazdak7-Jun-02 4:16 
GeneralQuestion on horizontal scroll for list box. Pin
Justin Somerville7-Jun-02 3:09
Justin Somerville7-Jun-02 3:09 
GeneralRe: Question on horizontal scroll for list box. Pin
Roger Allen7-Jun-02 4:29
Roger Allen7-Jun-02 4:29 
OK, this is a guess/from memory. A list box will be using the in-built scrollbars (which you cant get a ScrollBar* pointer to). You have to access and control them by using the CWnd scrollbar base class functions. You may also need to modify the style opf the list box to have the WS_HSCROLL style set.

Then you should be able to use the CWnd functions to control the scrollbar visibility/scroll range etc

Roger Allen
Sonork 100.10016

If I had a quote, it would be a very good one.
GeneralRe: Question on horizontal scroll for list box. Pin
PJ Arends7-Jun-02 5:25
professionalPJ Arends7-Jun-02 5:25 
QuestionHow to get the exitcode of a thread Pin
Klaus Petersen7-Jun-02 1:33
Klaus Petersen7-Jun-02 1:33 
AnswerRe: How to get the exitcode of a thread Pin
Tomasz Sowinski7-Jun-02 1:29
Tomasz Sowinski7-Jun-02 1:29 
GeneralRe: How to get the exitcode of a thread Pin
Klaus Petersen7-Jun-02 1:48
Klaus Petersen7-Jun-02 1:48 
GeneralRe: How to get the exitcode of a thread Pin
Tomasz Sowinski7-Jun-02 1:50
Tomasz Sowinski7-Jun-02 1:50 
GeneralRe: How to get the exitcode of a thread Pin
John M. Drescher8-Jun-02 0:13
John M. Drescher8-Jun-02 0:13 
Generalforcing a repaint on a dialog Pin
Nish Nishant7-Jun-02 1:14
sitebuilderNish Nishant7-Jun-02 1:14 
GeneralRe: forcing a repaint on a dialog Pin
Tomasz Sowinski7-Jun-02 1:26
Tomasz Sowinski7-Jun-02 1:26 
GeneralRe: forcing a repaint on a dialog Pin
Nish Nishant7-Jun-02 1:45
sitebuilderNish Nishant7-Jun-02 1:45 
GeneralRe: forcing a repaint on a dialog Pin
Ravi Bhavnani7-Jun-02 5:26
professionalRavi Bhavnani7-Jun-02 5:26 
GeneralRe: forcing a repaint on a dialog Pin
Nish Nishant7-Jun-02 5:39
sitebuilderNish Nishant7-Jun-02 5:39 
GeneralRe: forcing a repaint on a dialog Pin
Ravi Bhavnani7-Jun-02 9:14
professionalRavi Bhavnani7-Jun-02 9:14 
GeneralFile extension Pin
7-Jun-02 0:51
suss7-Jun-02 0:51 
GeneralRe: File extension Pin
Nish Nishant7-Jun-02 0:53
sitebuilderNish Nishant7-Jun-02 0:53 
GeneralRe: File extension Pin
Navin7-Jun-02 4:32
Navin7-Jun-02 4:32 
GeneralRe: File extension Pin
Atlantys6-Oct-02 10:13
Atlantys6-Oct-02 10:13 
GeneralLearning OpenGL Pin
Nnamdi Onyeyiri7-Jun-02 0:35
Nnamdi Onyeyiri7-Jun-02 0:35 

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.