Click here to Skip to main content
15,905,420 members
Home / Discussions / C#
   

C#

 
GeneralRe: Scroll bar position in panels Pin
J. Dunlap18-Sep-03 8:51
J. Dunlap18-Sep-03 8:51 
Welcome to the Wonderful World of .NET AutoScroll. You will need to subclass the panel so that you can catch WM_HSCROLL, WM_VSCROLL, and WM_MOUSEWHEEL messages. And I actually find it easier to just roll my own scrolling panel, and do the scrolling part myself, rather than basing it on an AutoScroll panel.


"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







QuestionHelp, Guru!: serialize/deserialize derived class between two application? Pin
Anonymous18-Sep-03 6:51
Anonymous18-Sep-03 6:51 
QuestionHelp, Guru!: serialize/deserialize derived class between two application? Pin
Anonymous18-Sep-03 6:50
Anonymous18-Sep-03 6:50 
AnswerRe: Help, Guru!: serialize/deserialize derived class between two application? Pin
James T. Johnson18-Sep-03 7:37
James T. Johnson18-Sep-03 7:37 
GeneralRe: Help, Guru!: serialize/deserialize derived class between two application? Pin
Anonymous18-Sep-03 13:21
Anonymous18-Sep-03 13:21 
GeneralRe: Help, Guru!: serialize/deserialize derived class between two application? Pin
Daniel Turini19-Sep-03 3:52
Daniel Turini19-Sep-03 3:52 
GeneralRe: Help, Guru!: serialize/deserialize derived class between two application? Pin
Anonymous19-Sep-03 7:09
Anonymous19-Sep-03 7:09 
GeneralRe: Help, Guru!: serialize/deserialize derived class between two application? Pin
Daniel Turini19-Sep-03 7:23
Daniel Turini19-Sep-03 7:23 
GeneralRichTextBoxes & Highlighting Pin
MrEyes18-Sep-03 6:24
MrEyes18-Sep-03 6:24 
GeneralRe: RichTextBoxes & Highlighting Pin
leppie19-Sep-03 7:16
leppie19-Sep-03 7:16 
GeneralRe: RichTextBoxes & Highlighting Pin
MrEyes19-Sep-03 16:02
MrEyes19-Sep-03 16:02 
GeneralRe: RichTextBoxes & Highlighting Pin
leppie19-Sep-03 16:08
leppie19-Sep-03 16:08 
Generalc# Marshalling unmanaged type char[xx] Pin
gmar18-Sep-03 5:14
gmar18-Sep-03 5:14 
GeneralRe: c# Marshalling unmanaged type char[xx] Pin
Tym!18-Sep-03 9:37
Tym!18-Sep-03 9:37 
GeneralRe: c# Marshalling unmanaged type char[xx] Pin
gmar19-Sep-03 0:34
gmar19-Sep-03 0:34 
GeneralRe: c# Marshalling unmanaged type char[xx] Pin
gmar30-Sep-03 1:41
gmar30-Sep-03 1:41 
GeneralRe: c# Marshalling unmanaged type char[xx] Pin
leppie19-Sep-03 8:39
leppie19-Sep-03 8:39 
GeneralRe: c# Marshalling unmanaged type char[xx] Pin
gmar22-Sep-03 22:48
gmar22-Sep-03 22:48 
GeneralUnique Remote thread/context ID Pin
Dr Herbie18-Sep-03 3:31
Dr Herbie18-Sep-03 3:31 
GeneralRe: Unique Remote thread/context ID Pin
Arjan Einbu18-Sep-03 6:33
Arjan Einbu18-Sep-03 6:33 
GeneralRe: Unique Remote thread/context ID Pin
Dr Herbie18-Sep-03 22:30
Dr Herbie18-Sep-03 22:30 
GeneralClosing an MDI Child Form Pin
.gonad18-Sep-03 3:02
.gonad18-Sep-03 3:02 
GeneralRe: Closing an MDI Child Form Pin
.gonad18-Sep-03 3:37
.gonad18-Sep-03 3:37 
GeneralRe: Closing an MDI Child Form Pin
sumeat18-Sep-03 15:13
sumeat18-Sep-03 15:13 
GeneralScroll using keyboard on Printpreview control Pin
Subrat_Gaur17-Sep-03 22:08
Subrat_Gaur17-Sep-03 22:08 

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.