Click here to Skip to main content
15,908,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
lynhoo11-Feb-04 22:02
lynhoo11-Feb-04 22:02 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq12-Feb-04 0:45
Atif Mushtaq12-Feb-04 0:45 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq12-Feb-04 0:42
Atif Mushtaq12-Feb-04 0:42 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Antti Keskinen12-Feb-04 9:06
Antti Keskinen12-Feb-04 9:06 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq12-Feb-04 18:22
Atif Mushtaq12-Feb-04 18:22 
GeneralBitmap Pin
Best Friend11-Feb-04 20:07
Best Friend11-Feb-04 20:07 
GeneralRe: Bitmap Pin
Antti Keskinen11-Feb-04 20:45
Antti Keskinen11-Feb-04 20:45 
GeneralRe: Bitmap Pin
Best Friend12-Feb-04 19:37
Best Friend12-Feb-04 19:37 
GeneralHandle to scrollbar in CListCtrl Pin
JussiL11-Feb-04 19:49
JussiL11-Feb-04 19:49 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Antti Keskinen11-Feb-04 20:37
Antti Keskinen11-Feb-04 20:37 
GeneralRe: Handle to scrollbar in CListCtrl Pin
JussiL11-Feb-04 21:50
JussiL11-Feb-04 21:50 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Shog912-Feb-04 4:54
sitebuilderShog912-Feb-04 4:54 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Anonymous12-Feb-04 8:18
Anonymous12-Feb-04 8:18 
GeneralRe: Handle to scrollbar in CListCtrl Pin
JussiL16-Feb-04 4:25
JussiL16-Feb-04 4:25 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Antti Keskinen12-Feb-04 19:41
Antti Keskinen12-Feb-04 19:41 
The best approach by far is to derive a custom control from CListCtrl, then add a CSrollBar member to it and manually create and destroy it as necessary. This allows complete control on how the scroll bar works, but if you are unfamiliar with custom control creation, it might prove somewhat difficult.

There is an article available in CodeProject that discusses a list control with it's scroll bars removed. By looking at it's code, you might find some tips or clues on how to implement your solution. Lars Werner's article Hide scrollbars from a CListCtrl[^].

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralVisible window in dll Pin
balifrank11-Feb-04 19:48
balifrank11-Feb-04 19:48 
GeneralRe: Visible window in dll Pin
Vitali Halershtein11-Feb-04 22:37
Vitali Halershtein11-Feb-04 22:37 
GeneralRe: Visible window in dll Pin
balifrank12-Feb-04 0:03
balifrank12-Feb-04 0:03 
GeneralRe: Visible window in dll Pin
basementman12-Feb-04 4:02
basementman12-Feb-04 4:02 
GeneralShell_NotifyIcon BalloonTip Timeout Pin
Matthew Merritt11-Feb-04 19:39
Matthew Merritt11-Feb-04 19:39 
GeneralRe: Shell_NotifyIcon BalloonTip Timeout Pin
Iain Clarke, Warrior Programmer11-Feb-04 22:31
Iain Clarke, Warrior Programmer11-Feb-04 22:31 
GeneralRe: Shell_NotifyIcon BalloonTip Timeout Pin
Matthew Merritt12-Feb-04 14:04
Matthew Merritt12-Feb-04 14:04 
GeneralRe: Shell_NotifyIcon BalloonTip Timeout Pin
Iain Clarke, Warrior Programmer12-Feb-04 22:55
Iain Clarke, Warrior Programmer12-Feb-04 22:55 
QuestionHow to add ATL object map in simple Win32 Application Pin
SiddharthAtw11-Feb-04 19:26
SiddharthAtw11-Feb-04 19:26 
GeneralCreate user interface specification from .rc file Pin
Anonymous11-Feb-04 18:55
Anonymous11-Feb-04 18:55 

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.