Click here to Skip to main content
15,913,115 members
Home / Discussions / C#
   

C#

 
GeneralRe: Control Windows Key on Keyboard Pin
Member 6910895-Apr-04 7:13
Member 6910895-Apr-04 7:13 
GeneralStartUp Folder?! Pin
Morten Kristensen4-Apr-04 14:28
Morten Kristensen4-Apr-04 14:28 
GeneralRe: StartUp Folder?! Pin
Heath Stewart4-Apr-04 17:29
protectorHeath Stewart4-Apr-04 17:29 
GeneralRe: StartUp Folder?! Pin
Morten Kristensen5-Apr-04 0:28
Morten Kristensen5-Apr-04 0:28 
GeneralAutoScroll on tabpage and animated cursor Pin
Flack4-Apr-04 11:18
Flack4-Apr-04 11:18 
GeneralRe: AutoScroll on tabpage and animated cursor Pin
Heath Stewart4-Apr-04 12:59
protectorHeath Stewart4-Apr-04 12:59 
GeneralRe: AutoScroll on tabpage and animated cursor Pin
Flack4-Apr-04 17:38
Flack4-Apr-04 17:38 
GeneralRe: AutoScroll on tabpage and animated cursor Pin
Heath Stewart4-Apr-04 17:43
protectorHeath Stewart4-Apr-04 17:43 
It's not the "autoscrollbar". It's a normal scroll bar. "Auto" implies a particular behavior. Like any other control, you can encapsulate it and in the .NET 2.0 Framework they will do a better job handling scroll bars. For now, you have to handle all the notification messages using WndProc of the parent control (or using an IMessageFilter for the application, but that can seriously degrade performance if you're not careful). When the mouse moves over the scroll bar control, you can P/Invoke SendMessage to send the WM_SETCURSOR message to the scroll bar. Experience with Windows programming with messages will be very helpful.

 

Microsoft MVP, Visual C#
My Articles
GeneralFlickering Controls and Non Transparent Corners Pin
Tristan Rhodes4-Apr-04 10:36
Tristan Rhodes4-Apr-04 10:36 
GeneralRe: Flickering Controls and Non Transparent Corners Pin
Nick Parker4-Apr-04 11:16
protectorNick Parker4-Apr-04 11:16 
GeneralRe: Flickering Controls and Non Transparent Corners Pin
Tristan Rhodes4-Apr-04 11:43
Tristan Rhodes4-Apr-04 11:43 
Questioncreate "washed out" images? Pin
pgraeve4-Apr-04 10:07
pgraeve4-Apr-04 10:07 
AnswerRe: create "washed out" images? Pin
Tristan Rhodes4-Apr-04 10:45
Tristan Rhodes4-Apr-04 10:45 
AnswerRe: create "washed out" images? Pin
Nick Parker4-Apr-04 10:49
protectorNick Parker4-Apr-04 10:49 
GeneralRe: create "washed out" images? Pin
pgraeve4-Apr-04 15:38
pgraeve4-Apr-04 15:38 
GeneralPort Control Pin
zaarzzz4-Apr-04 7:38
zaarzzz4-Apr-04 7:38 
GeneralRe: Port Control Pin
Dave Kreskowiak4-Apr-04 11:22
mveDave Kreskowiak4-Apr-04 11:22 
GeneralRe: Port Control Pin
mhmoud rawas5-Apr-04 0:59
mhmoud rawas5-Apr-04 0:59 
GeneralProgressbar in CommandBar Pin
Shmarya4-Apr-04 6:41
Shmarya4-Apr-04 6:41 
QuestionHow to write double quotes to File. Pin
IrishSonic4-Apr-04 6:40
IrishSonic4-Apr-04 6:40 
AnswerRe: How to write double quotes to File. Pin
Mazdak4-Apr-04 6:48
Mazdak4-Apr-04 6:48 
GeneralRe: How to write double quotes to File. Pin
IrishSonic4-Apr-04 7:11
IrishSonic4-Apr-04 7:11 
GeneralRe: How to write double quotes to File. Pin
Heath Stewart4-Apr-04 12:52
protectorHeath Stewart4-Apr-04 12:52 
GeneralEvents Pin
MrJJKoolJ4-Apr-04 5:23
MrJJKoolJ4-Apr-04 5:23 
GeneralRe: Events Pin
Mazdak4-Apr-04 6:17
Mazdak4-Apr-04 6:17 

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.