Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
Questiondrag & drop problem of list view Pin
yogesh_softworld12330-Mar-09 22:37
yogesh_softworld12330-Mar-09 22:37 
AnswerRe: drag & drop problem of list view Pin
Eddy Vluggen30-Mar-09 22:51
professionalEddy Vluggen30-Mar-09 22:51 
GeneralRe: drag & drop problem of list view Pin
yogesh_softworld12330-Mar-09 23:50
yogesh_softworld12330-Mar-09 23:50 
GeneralRe: drag & drop problem of list view Pin
Eddy Vluggen31-Mar-09 0:05
professionalEddy Vluggen31-Mar-09 0:05 
AnswerAttempt to bump post. Pin
Pete O'Hanlon30-Mar-09 23:01
mvePete O'Hanlon30-Mar-09 23:01 
RantRe: drag & drop problem of list view Pin
musefan30-Mar-09 23:14
musefan30-Mar-09 23:14 
Questionhow to use C# draw two curve(noCloseCurve) Pin
wgh1689930-Mar-09 22:34
wgh1689930-Mar-09 22:34 
AnswerRe: how to use C# draw two curve(noCloseCurve) Pin
musefan30-Mar-09 23:11
musefan30-Mar-09 23:11 
Look at the members of the Graphics class, i think DrawArc() is what you will want.

Then handle or override the OnPaint event for the control you want to draw on. That will expose a Graphics instane within the event args that you can draw to. Remember that OnPaint is called when the control needs repainting so you may want to use the Invalidate() method of the control to force a redraw as and when you need to

Life goes very fast. Tomorrow, today is already yesterday.

QuestionHelp in Export Data Pin
Saiyed Alam30-Mar-09 22:20
Saiyed Alam30-Mar-09 22:20 
AnswerRe: Help in Export Data Pin
agent00zelda31-Mar-09 2:42
agent00zelda31-Mar-09 2:42 
GeneralRe: Help in Export Data Pin
Saiyed Alam31-Mar-09 23:25
Saiyed Alam31-Mar-09 23:25 
Questionprevent reinstallation - setup project visual studio Pin
bhavik1st30-Mar-09 21:17
bhavik1st30-Mar-09 21:17 
AnswerRe: prevent reinstallation - setup project visual studio Pin
Eddy Vluggen30-Mar-09 22:47
professionalEddy Vluggen30-Mar-09 22:47 
Questiona setup problem Pin
abhiram_nayan30-Mar-09 21:12
abhiram_nayan30-Mar-09 21:12 
AnswerRe: a setup problem Pin
bhavik1st30-Mar-09 21:22
bhavik1st30-Mar-09 21:22 
GeneralRe: a setup problem Pin
abhiram_nayan31-Mar-09 2:30
abhiram_nayan31-Mar-09 2:30 
Questioncolor of individual cell of DataGrid control Pin
saksp30-Mar-09 20:33
saksp30-Mar-09 20:33 
AnswerRe: color of individual cell of DataGrid control Pin
stancrm30-Mar-09 20:38
stancrm30-Mar-09 20:38 
GeneralRe: color of individual cell of DataGrid control Pin
saksp30-Mar-09 20:47
saksp30-Mar-09 20:47 
GeneralRe: color of individual cell of DataGrid control Pin
Mycroft Holmes30-Mar-09 21:14
professionalMycroft Holmes30-Mar-09 21:14 
AnswerRe: color of individual cell of DataGrid control Pin
Ravi Mori30-Mar-09 21:13
Ravi Mori30-Mar-09 21:13 
Questiondrag & drop problem Pin
yogesh_softworld12330-Mar-09 19:06
yogesh_softworld12330-Mar-09 19:06 
AnswerRe: drag & drop problem Pin
Christian Graus30-Mar-09 20:07
protectorChristian Graus30-Mar-09 20:07 
AnswerRe: drag & drop problem Pin
King Julien30-Mar-09 20:18
King Julien30-Mar-09 20:18 
GeneralRe: drag & drop problem Pin
Mycroft Holmes30-Mar-09 21:13
professionalMycroft Holmes30-Mar-09 21:13 

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.