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

C#

 
GeneralRe: Serialization Question Pin
Marcus Spitzmiller25-Feb-03 14:34
Marcus Spitzmiller25-Feb-03 14:34 
QuestionIssue an HLT instruction from C# ? Pin
Andrew McCarter24-Feb-03 5:20
Andrew McCarter24-Feb-03 5:20 
GeneralHelp needed!! Capturing key in for loops. Pin
Karman24-Feb-03 5:11
Karman24-Feb-03 5:11 
GeneralRe: Help needed!! Capturing key in for loops. Pin
Paul Riley24-Feb-03 5:20
Paul Riley24-Feb-03 5:20 
QuestionCast to a type obtained with GetType??? Pin
Don Miguel24-Feb-03 4:36
Don Miguel24-Feb-03 4:36 
AnswerRe: Cast to a type obtained with GetType??? Pin
leppie24-Feb-03 5:58
leppie24-Feb-03 5:58 
GeneralRe: Cast to a type obtained with GetType??? Pin
Don Miguel24-Feb-03 6:03
Don Miguel24-Feb-03 6:03 
GeneralRe: Cast to a type obtained with GetType??? Pin
leppie24-Feb-03 6:27
leppie24-Feb-03 6:27 
GeneralRe: Cast to a type obtained with GetType??? Pin
Don Miguel24-Feb-03 6:44
Don Miguel24-Feb-03 6:44 
GeneralRe: Cast to a type obtained with GetType??? Pin
leppie24-Feb-03 6:49
leppie24-Feb-03 6:49 
GeneralProperty Browser: How to add more than one Property Tab Pin
Umair Ahmad24-Feb-03 3:20
Umair Ahmad24-Feb-03 3:20 
QuestionHow to use IHtmlPainter,IElementBehavior with C# Pin
gxuqin24-Feb-03 2:19
gxuqin24-Feb-03 2:19 
GeneralCommand in VS.NET Addin problem Pin
mfa24-Feb-03 1:03
mfa24-Feb-03 1:03 
Questionhow to move the shape from one position to another. Pin
chiou23-Feb-03 22:50
chiou23-Feb-03 22:50 
AnswerRe: how to move the shape from one position to another. Pin
Furty23-Feb-03 23:47
Furty23-Feb-03 23:47 
Generalfilestream question Pin
jtmtv1823-Feb-03 21:22
jtmtv1823-Feb-03 21:22 
GeneralRe: filestream question Pin
Furty23-Feb-03 23:02
Furty23-Feb-03 23:02 
GeneralRe: filestream question Pin
jtmtv1824-Feb-03 9:34
jtmtv1824-Feb-03 9:34 
GeneralTrackbar Pin
grv57523-Feb-03 18:59
grv57523-Feb-03 18:59 
GeneralRe: Trackbar Pin
Furty23-Feb-03 23:23
Furty23-Feb-03 23:23 
There is no in-built methods to do this - the default behavior when clicked is the move the pointer +/- the LargeChange value.

The only way to achieve the behavior you're looking for would be to create a inherited TrackBar control, and override the MouseDown event. In your override you'll want to calculate the mouse position in relation to the TrackBar client rectangle, then use this to set the Value property based on the Minimum and Maximum property values.
Questionhow to draw an arrow Pin
chiou23-Feb-03 18:24
chiou23-Feb-03 18:24 
AnswerRe: how to draw an arrow Pin
Furty23-Feb-03 22:57
Furty23-Feb-03 22:57 
AnswerRe: how to draw an arrow Pin
SimonS23-Feb-03 23:56
SimonS23-Feb-03 23:56 
GeneralRe: how to draw an arrow Pin
Roger Alsing24-Feb-03 4:22
Roger Alsing24-Feb-03 4:22 
GeneralRe: how to draw an arrow Pin
Philip Fitzsimons24-Feb-03 9:32
Philip Fitzsimons24-Feb-03 9:32 

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.