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

C / C++ / MFC

 
GeneralRe: How get a pointer to CDocument ??? Pin
Daniel Strigl21-Oct-02 7:43
Daniel Strigl21-Oct-02 7:43 
GeneralCDR SDK/API wanted Pin
general.failure21-Oct-02 4:57
general.failure21-Oct-02 4:57 
GeneralRe: CDR SDK/API wanted Pin
Daniel Turini21-Oct-02 5:08
Daniel Turini21-Oct-02 5:08 
GeneralRe: CDR SDK/API wanted Pin
Mike Nordell21-Oct-02 21:18
Mike Nordell21-Oct-02 21:18 
GeneralScroll bar question - need experts help here Pin
Yaron Nir21-Oct-02 4:51
Yaron Nir21-Oct-02 4:51 
GeneralRe: Scroll bar question - need experts help here Pin
TyMatthews21-Oct-02 5:05
TyMatthews21-Oct-02 5:05 
GeneralRe: Scroll bar question - need experts help here Pin
Yaron Nir21-Oct-02 5:08
Yaron Nir21-Oct-02 5:08 
GeneralRe: Scroll bar question - need experts help here Pin
TyMatthews21-Oct-02 9:20
TyMatthews21-Oct-02 9:20 
Unfortunately, there is no easy answer. Scrollbars in CListCtrl are drawn and handled internally by the list control, and aren't actually controls by themselves. Thus the only way to disable them is to derive from CListCtrl and write your own drawing routine... not a very fun thing to do.

What's the cause of the scroll bar appearing in the first place? If you're trying to forcefully remove it, have you looked at fixing what causes it to appear?

    Ty


"The significant problems we face cannot be solved at the same level of thinking we were at when we created them." -Albert Einstein


GeneralRe: Scroll bar question - need experts help here Pin
Atlantys21-Oct-02 9:40
Atlantys21-Oct-02 9:40 
GeneralRe: Scroll bar question - need experts help here Pin
Yaron Nir21-Oct-02 21:32
Yaron Nir21-Oct-02 21:32 
GeneralAdditional button on window's caption area Pin
Mandalay21-Oct-02 4:35
Mandalay21-Oct-02 4:35 
GeneralRe: Additional button on window's caption area Pin
FlorianS21-Oct-02 7:08
FlorianS21-Oct-02 7:08 
Generalparticular area data to printer Pin
vgkotha21-Oct-02 4:19
vgkotha21-Oct-02 4:19 
GeneralRe: particular area data to printer Pin
l a u r e n21-Oct-02 6:37
l a u r e n21-Oct-02 6:37 
GeneralCancelling a long process Pin
Mark Donkers21-Oct-02 4:18
Mark Donkers21-Oct-02 4:18 
GeneralRe: Cancelling a long process Pin
Ravi Bhavnani21-Oct-02 4:33
professionalRavi Bhavnani21-Oct-02 4:33 
GeneralRe: Cancelling a long process Pin
Mark Donkers21-Oct-02 5:21
Mark Donkers21-Oct-02 5:21 
Generalprinting particular area data to printer Pin
vgkotha21-Oct-02 4:17
vgkotha21-Oct-02 4:17 
GeneralDocument/View and WM_CHAR Pin
atanas.bakalov21-Oct-02 4:08
atanas.bakalov21-Oct-02 4:08 
Generaltemplate and ptr to it... Pin
Stan the man21-Oct-02 3:41
Stan the man21-Oct-02 3:41 
GeneralRe: template and ptr to it... Pin
Joaquín M López Muñoz21-Oct-02 8:45
Joaquín M López Muñoz21-Oct-02 8:45 
GeneralGeting user privilege Pin
Stephbb7521-Oct-02 3:00
Stephbb7521-Oct-02 3:00 
Generalchange the colour of text in c++ Pin
rich Davis21-Oct-02 2:27
rich Davis21-Oct-02 2:27 
GeneralRe: change the colour of text in c++ Pin
Maximilien21-Oct-02 2:30
Maximilien21-Oct-02 2:30 
QuestionNULL and then reuse? Pin
ns21-Oct-02 2:18
ns21-Oct-02 2:18 

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.