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

C#

 
GeneralRe: Data Mining using C# Pin
David Stone10-Oct-05 10:57
sitebuilderDavid Stone10-Oct-05 10:57 
GeneralRe: Data Mining using C# Pin
XRaheemX10-Oct-05 11:39
XRaheemX10-Oct-05 11:39 
QuestionRe: Data Mining using C# Pin
alvinjv10-Oct-05 23:06
alvinjv10-Oct-05 23:06 
AnswerRe: Data Mining using C# Pin
XRaheemX11-Oct-05 3:09
XRaheemX11-Oct-05 3:09 
QuestionDynamic Image Location in Crystal Report XI Pin
dhol10-Oct-05 2:48
dhol10-Oct-05 2:48 
QuestionDrawing line in c# Pin
newtocsharp10-Oct-05 1:20
newtocsharp10-Oct-05 1:20 
AnswerRe: Drawing line in c# Pin
Christian Graus10-Oct-05 2:09
protectorChristian Graus10-Oct-05 2:09 
AnswerRe: Drawing line in c# Pin
AB777110-Oct-05 22:35
AB777110-Oct-05 22:35 
Hi,

first you should know on which object do u want to draw the line
such as the form or panel or whatever..
Then create a graphics object for that object and then using that
Graphics object draw the line

e.g

if you want to draw the line on the form
then create the graphics using the CreateGraphics method and
then use the DrawLine() method to draw the line


Hope You get benefited by the above information


Thanks
Pramod
Questiondiplaying data in datagrid without child table Pin
Rizwan Bashir10-Oct-05 0:56
Rizwan Bashir10-Oct-05 0:56 
AnswerRe: diplaying data in datagrid without child table Pin
Gavin Jeffrey10-Oct-05 1:33
Gavin Jeffrey10-Oct-05 1:33 
GeneralRe: diplaying data in datagrid without child table Pin
Rizwan Bashir10-Oct-05 3:04
Rizwan Bashir10-Oct-05 3:04 
GeneralRe: diplaying data in datagrid without child table Pin
Gavin Jeffrey10-Oct-05 3:57
Gavin Jeffrey10-Oct-05 3:57 
Questionplease help using references in c# Pin
arusmemon9-Oct-05 22:20
arusmemon9-Oct-05 22:20 
AnswerRe: please help using references in c# Pin
Maqsood Ahmed10-Oct-05 0:04
Maqsood Ahmed10-Oct-05 0:04 
Questionstring conversion Pin
Brendan Vogt9-Oct-05 21:55
Brendan Vogt9-Oct-05 21:55 
AnswerRe: string conversion Pin
Maqsood Ahmed10-Oct-05 0:11
Maqsood Ahmed10-Oct-05 0:11 
AnswerRe: string conversion Pin
S. Senthil Kumar10-Oct-05 2:05
S. Senthil Kumar10-Oct-05 2:05 
GeneralRe: string conversion Pin
Brendan Vogt10-Oct-05 2:39
Brendan Vogt10-Oct-05 2:39 
GeneralRe: string conversion Pin
S. Senthil Kumar10-Oct-05 3:03
S. Senthil Kumar10-Oct-05 3:03 
QuestionRe: string conversion Pin
Brendan Vogt11-Oct-05 0:44
Brendan Vogt11-Oct-05 0:44 
AnswerRe: string conversion Pin
Maqsood Ahmed11-Oct-05 20:55
Maqsood Ahmed11-Oct-05 20:55 
QuestionRe: string conversion Pin
Brendan Vogt11-Oct-05 22:04
Brendan Vogt11-Oct-05 22:04 
AnswerRe: string conversion Pin
Maqsood Ahmed12-Oct-05 20:13
Maqsood Ahmed12-Oct-05 20:13 
QuestionRe: string conversion Pin
Brendan Vogt12-Oct-05 20:33
Brendan Vogt12-Oct-05 20:33 
GeneralRe: string conversion Pin
Brendan Vogt17-Oct-05 22:12
Brendan Vogt17-Oct-05 22:12 

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.