Click here to Skip to main content
15,882,114 members
Home / Discussions / C#
   

C#

 
AnswerRe: Mouting Drive through Serial Communication Pin
Sindicoro19-Sep-09 20:34
Sindicoro19-Sep-09 20:34 
QuestionC# question regarding controls (textbox) and events Pin
gjx_junxian198919-Sep-09 7:20
gjx_junxian198919-Sep-09 7:20 
AnswerRe: C# question regarding controls (textbox) and events Pin
Richard MacCutchan19-Sep-09 7:32
mveRichard MacCutchan19-Sep-09 7:32 
QuestionConfigure Data Source Pin
AndreFratelli19-Sep-09 6:54
AndreFratelli19-Sep-09 6:54 
AnswerRe: Configure Data Source Pin
AndreFratelli19-Sep-09 8:36
AndreFratelli19-Sep-09 8:36 
QuestionPolyline or curved progress bar Pin
LinCorJDE19-Sep-09 6:47
LinCorJDE19-Sep-09 6:47 
AnswerRe: Polyline or curved progress bar Pin
dan!sh 19-Sep-09 7:40
professional dan!sh 19-Sep-09 7:40 
AnswerRe: Polyline or curved progress bar Pin
Henry Minute19-Sep-09 7:46
Henry Minute19-Sep-09 7:46 
I do not know of any non-straight progress bar control.

However there is nothing to stop you drawing a curve between the items with an arrow head to indicate the direction of flow (EndCaps property, I believe). If you really want to show that flow is happening, you could convert the curve to a GraphicsPath. There are methods in that class to add points and you could then draw a '>' shape at each of those points, erasing the previous one first of course, using rotation/transformation to match it to the angle of the curve at that point.

Just a thought. Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: Polyline or curved progress bar Pin
LinCorJDE19-Sep-09 10:41
LinCorJDE19-Sep-09 10:41 
Questionconsume webservice to copy data from crm. Pin
saahil.mohammed19-Sep-09 6:11
saahil.mohammed19-Sep-09 6:11 
AnswerRe: consume webservice to copy data from crm. Pin
Christian Graus19-Sep-09 11:30
protectorChristian Graus19-Sep-09 11:30 
Questiontcp communication between PDA and laptop Pin
hande5419-Sep-09 5:32
hande5419-Sep-09 5:32 
Questiontake ownership in registry (trustedinstaller) Pin
xneokr19-Sep-09 5:01
xneokr19-Sep-09 5:01 
AnswerRe: take ownership in registry (trustedinstaller) Pin
Member 123929042-Dec-20 10:30
Member 123929042-Dec-20 10:30 
Questionhow to change datagridview back color row Pin
tamir10119-Sep-09 3:35
tamir10119-Sep-09 3:35 
AnswerRe: how to change datagridview back color row Pin
dan!sh 19-Sep-09 6:29
professional dan!sh 19-Sep-09 6:29 
QuestionNullReferenceException Pin
AndreFratelli19-Sep-09 1:45
AndreFratelli19-Sep-09 1:45 
AnswerRe: NullReferenceException Pin
harold aptroot19-Sep-09 1:55
harold aptroot19-Sep-09 1:55 
GeneralRe: NullReferenceException Pin
AndreFratelli19-Sep-09 2:45
AndreFratelli19-Sep-09 2:45 
GeneralRe: NullReferenceException Pin
harold aptroot19-Sep-09 3:05
harold aptroot19-Sep-09 3:05 
QuestionSimilar Video retrival [modified] Pin
Mads11519-Sep-09 1:07
Mads11519-Sep-09 1:07 
AnswerRe: Similar Video retrival Pin
Eddy Vluggen19-Sep-09 2:13
professionalEddy Vluggen19-Sep-09 2:13 
GeneralRe: Similar Video retrival Pin
Mads11519-Sep-09 2:41
Mads11519-Sep-09 2:41 
GeneralRe: Similar Video retrival Pin
Eddy Vluggen19-Sep-09 2:46
professionalEddy Vluggen19-Sep-09 2:46 
GeneralRe: Similar Video retrival Pin
Mads11519-Sep-09 3:22
Mads11519-Sep-09 3:22 

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.