Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Create user interface specification from .rc file Pin
Antti Keskinen11-Feb-04 20:43
Antti Keskinen11-Feb-04 20:43 
GeneralUsing Arrays Pin
Anonymous11-Feb-04 18:49
Anonymous11-Feb-04 18:49 
GeneralRe: Using Arrays Pin
Antti Keskinen11-Feb-04 20:48
Antti Keskinen11-Feb-04 20:48 
GeneralRe: Using Arrays Pin
Anonymous12-Feb-04 1:44
Anonymous12-Feb-04 1:44 
GeneralRe: Using Arrays Pin
Member 1234966812-Feb-04 17:40
Member 1234966812-Feb-04 17:40 
GeneralGetSaveFileName Pin
cradmd0311-Feb-04 18:43
cradmd0311-Feb-04 18:43 
GeneralRe: GetSaveFileName Pin
David Crow12-Feb-04 3:01
David Crow12-Feb-04 3:01 

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.