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

C / C++ / MFC

 
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 
The CListCtrl is responsible for upkeeping and drawing it's scroll bar. The control itself handles the messages and drawing related to this window item, that is, there is no external control embedded. Or, at least none that I know of. You could use Spy++ to see if you can attach to the scroll bar itself on the control. If you can, then it exists, if you can't, then it's embedded.

What is it that you'd need to accomplish using the handle ? To scroll the control ? To draw it yourself ?

-Antti Keskinen



----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
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 
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 

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.