Click here to Skip to main content
15,892,797 members
Home / Discussions / C#
   

C#

 
GeneralCOM Problem - StrRetToStr() Pin
Tristan Rhodes20-Feb-04 0:14
Tristan Rhodes20-Feb-04 0:14 
Generalrun command Pin
Rob Tomson20-Feb-04 0:01
Rob Tomson20-Feb-04 0:01 
GeneralRe: run command Pin
Mazdak20-Feb-04 0:54
Mazdak20-Feb-04 0:54 
GeneralRe: run command Pin
Jaclyn20-Feb-04 1:00
Jaclyn20-Feb-04 1:00 
GeneralRe: run command Pin
Rob Tomson20-Feb-04 5:29
Rob Tomson20-Feb-04 5:29 
GeneralScrollableControl Pin
PaulStat19-Feb-04 23:36
PaulStat19-Feb-04 23:36 
GeneralRe: ScrollableControl Pin
Werdna20-Feb-04 3:33
Werdna20-Feb-04 3:33 
GeneralRe: ScrollableControl Pin
Heath Stewart20-Feb-04 3:42
protectorHeath Stewart20-Feb-04 3:42 
You'll have to override WndProc and handle all the scrolling messages yourself. You should also P/Invoke SendMessage so that you can send messages to the scroll bars (or the parent control, actually) to control how they track.

For more information on the common control scroll bars (since most of the controls and other classes in System.Windows.Forms encapsulate the Windows Common controls and other Windows Management APIs), see scroll bars[^] in the Platform SDK.

 

Microsoft MVP, Visual C#
My Articles
GeneralRaise an Scrollevent Pin
Fleischen19-Feb-04 23:21
Fleischen19-Feb-04 23:21 
GeneralRe: Raise an Scrollevent Pin
Mazdak20-Feb-04 0:57
Mazdak20-Feb-04 0:57 
GeneralAdd checkbox to BrowseForFolder Pin
Rob Tomson19-Feb-04 21:14
Rob Tomson19-Feb-04 21:14 
GeneralAccessing taskbar apps Pin
Jaclyn19-Feb-04 21:12
Jaclyn19-Feb-04 21:12 
GeneralRe: Accessing taskbar apps Pin
Mazdak20-Feb-04 0:41
Mazdak20-Feb-04 0:41 
GeneralRe: Accessing taskbar apps Pin
Heath Stewart20-Feb-04 3:46
protectorHeath Stewart20-Feb-04 3:46 
GeneralMainWindowHandle Pin
Jaclyn23-Feb-04 22:46
Jaclyn23-Feb-04 22:46 
GeneralRe: MainWindowHandle Pin
Heath Stewart24-Feb-04 3:38
protectorHeath Stewart24-Feb-04 3:38 
GeneralDelegate vs. Function - a benchmark Pin
Meysam Mahfouzi19-Feb-04 17:58
Meysam Mahfouzi19-Feb-04 17:58 
GeneralRe: Delegate vs. Function - a benchmark Pin
Judah Gabriel Himango19-Feb-04 19:25
sponsorJudah Gabriel Himango19-Feb-04 19:25 
GeneralRe: Delegate vs. Function - a benchmark Pin
Werdna19-Feb-04 19:38
Werdna19-Feb-04 19:38 
Questiondefine char* ? Pin
azusakt19-Feb-04 17:12
azusakt19-Feb-04 17:12 
AnswerRe: define char* ? Pin
Heath Stewart19-Feb-04 17:29
protectorHeath Stewart19-Feb-04 17:29 
GeneralRe: define char* ? Pin
azusakt19-Feb-04 19:39
azusakt19-Feb-04 19:39 
GeneralRe: define char* ? Pin
Heath Stewart20-Feb-04 2:58
protectorHeath Stewart20-Feb-04 2:58 
GeneralProblems with network interfaces Pin
Chen Pang19-Feb-04 16:13
Chen Pang19-Feb-04 16:13 
GeneralRe: Problems with network interfaces Pin
Heath Stewart19-Feb-04 17:33
protectorHeath Stewart19-Feb-04 17:33 

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.