Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question regarding the DLL files Pin
Dave Kreskowiak5-Jul-05 7:44
mveDave Kreskowiak5-Jul-05 7:44 
GeneralRe: Question regarding the DLL files Pin
amitmohanty7-Jul-05 16:03
amitmohanty7-Jul-05 16:03 
GeneralRe: Question regarding the DLL files Pin
Dave Kreskowiak8-Jul-05 1:20
mveDave Kreskowiak8-Jul-05 1:20 
GeneralC# Winform WebClient identification Pin
papouAlain5-Jul-05 7:17
papouAlain5-Jul-05 7:17 
GeneralRe: C# Winform WebClient identification Pin
papouAlain6-Jul-05 4:12
papouAlain6-Jul-05 4:12 
Generalprogress bar Pin
steve_rm5-Jul-05 6:42
steve_rm5-Jul-05 6:42 
GeneralRe: progress bar Pin
Alex Korchemniy5-Jul-05 7:29
Alex Korchemniy5-Jul-05 7:29 
GeneralRe: progress bar Pin
Dave Kreskowiak5-Jul-05 7:29
mveDave Kreskowiak5-Jul-05 7:29 
You'd have to handle the MouseDown event of the Progress control. In there, you would get the mouse coordinates where where the user clicked the mouse button. Call the control's PointToClient method with those mouse coordinates to get the point mapped to a usable point in the control. You then have to do some math to determine how far from the left side of the control the user clicked the mouse, then map that number to a value between 1 and 100 so you can set the appropriate value in the ProgressBar's Value property.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: progress bar Pin
Roy Heil5-Jul-05 10:32
professionalRoy Heil5-Jul-05 10:32 
GeneralProcess.Start Pin
StrayGrey5-Jul-05 5:51
StrayGrey5-Jul-05 5:51 
GeneralRe: Process.Start Pin
Dave Kreskowiak5-Jul-05 6:16
mveDave Kreskowiak5-Jul-05 6:16 
Generalone little and stupid question Pin
Umair Ahmad khan5-Jul-05 5:45
Umair Ahmad khan5-Jul-05 5:45 
GeneralRe: one little and stupid question Pin
Dave Kreskowiak5-Jul-05 6:02
mveDave Kreskowiak5-Jul-05 6:02 
GeneralRe: one little and stupid question Pin
Umair Ahmad khan5-Jul-05 7:21
Umair Ahmad khan5-Jul-05 7:21 
GeneralRe: one little and stupid question Pin
Dave Kreskowiak5-Jul-05 7:30
mveDave Kreskowiak5-Jul-05 7:30 
GeneralRe: one little and stupid question Pin
Judah Gabriel Himango5-Jul-05 8:12
sponsorJudah Gabriel Himango5-Jul-05 8:12 
QuestionHow can i access (parallel or serial ports) in C# Pin
arsaldear5-Jul-05 4:47
arsaldear5-Jul-05 4:47 
AnswerRe: How can i access (parallel or serial ports) in C# Pin
Judah Gabriel Himango5-Jul-05 4:52
sponsorJudah Gabriel Himango5-Jul-05 4:52 
QuestionValidation ...How to do? Pin
just4ulove75-Jul-05 3:00
just4ulove75-Jul-05 3:00 
Generalproperty creation Pin
deep75-Jul-05 1:56
deep75-Jul-05 1:56 
GeneralRe: property creation Pin
MoustafaS5-Jul-05 2:39
MoustafaS5-Jul-05 2:39 
GeneralRe: property creation Pin
deep75-Jul-05 20:18
deep75-Jul-05 20:18 
GeneralRe: property creation Pin
deep75-Jul-05 20:18
deep75-Jul-05 20:18 
Generalhelp me plz Pin
romantic boy5-Jul-05 1:48
romantic boy5-Jul-05 1:48 
GeneralRe: help me plz Pin
Nikhil mandalia5-Jul-05 2:11
Nikhil mandalia5-Jul-05 2:11 

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.