Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: how to draw an arrow Pin
SimonS24-Feb-03 20:33
SimonS24-Feb-03 20:33 
Generalupdate method is not working Pin
arkr23-Feb-03 17:57
arkr23-Feb-03 17:57 
GeneralRe: update method is not working Pin
A.Wegierski23-Feb-03 19:52
A.Wegierski23-Feb-03 19:52 
Questionforms....??? Pin
gekoscan23-Feb-03 17:07
gekoscan23-Feb-03 17:07 
GeneralForms Question Pin
gekoscan23-Feb-03 15:27
gekoscan23-Feb-03 15:27 
GeneralRe: Forms Question Pin
Kannan Kalyanaraman23-Feb-03 15:53
Kannan Kalyanaraman23-Feb-03 15:53 
GeneralRe: Forms Question Pin
James T. Johnson23-Feb-03 16:07
James T. Johnson23-Feb-03 16:07 
GeneralRe: Forms Question Pin
gekoscan23-Feb-03 17:05
gekoscan23-Feb-03 17:05 
Questionhow to get an object's values from other form ? Pin
pkBob23-Feb-03 13:34
pkBob23-Feb-03 13:34 
AnswerRe: how to get an object's values from other form ? Pin
draco_iii23-Feb-03 14:45
draco_iii23-Feb-03 14:45 
GeneralDataGrid and ReadOnly column Pin
Nish Nishant23-Feb-03 13:16
sitebuilderNish Nishant23-Feb-03 13:16 
GeneralRe: DataGrid and ReadOnly column Pin
James T. Johnson23-Feb-03 15:32
James T. Johnson23-Feb-03 15: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.