Click here to Skip to main content
15,904,416 members
Home / Discussions / C#
   

C#

 
Questioncouple of questions Pin
Ann6610-Oct-05 7:48
sussAnn6610-Oct-05 7:48 
AnswerRe: couple of questions Pin
Christian Graus10-Oct-05 8:40
protectorChristian Graus10-Oct-05 8:40 
QuestionGet Cell Value from datagrid Pin
mpw_10-Oct-05 5:51
mpw_10-Oct-05 5:51 
AnswerRe: Get Cell Value from datagrid Pin
mpw_10-Oct-05 6:12
mpw_10-Oct-05 6:12 
QuestionC# Error, I don't understand Pin
Lilli Alexis10-Oct-05 5:29
Lilli Alexis10-Oct-05 5:29 
AnswerRe: C# Error, I don't understand Pin
David Stone10-Oct-05 5:39
sitebuilderDavid Stone10-Oct-05 5:39 
GeneralRe: C# Error, I don't understand Pin
Lilli Alexis10-Oct-05 5:42
Lilli Alexis10-Oct-05 5:42 
GeneralRe: C# Error, I don't understand Pin
David Stone10-Oct-05 5:45
sitebuilderDavid Stone10-Oct-05 5:45 
GeneralRe: C# Error, I don't understand Pin
Lilli Alexis10-Oct-05 5:52
Lilli Alexis10-Oct-05 5:52 
GeneralRe: C# Error, I don't understand Pin
S. Senthil Kumar10-Oct-05 5:58
S. Senthil Kumar10-Oct-05 5:58 
GeneralRe: C# Error, I don't understand Pin
David Stone10-Oct-05 6:02
sitebuilderDavid Stone10-Oct-05 6:02 
QuestionData Mining using C# Pin
alvinjv10-Oct-05 3:06
alvinjv10-Oct-05 3:06 
AnswerRe: Data Mining using C# Pin
XRaheemX10-Oct-05 4:51
XRaheemX10-Oct-05 4:51 
GeneralRe: Data Mining using C# Pin
David Stone10-Oct-05 7:48
sitebuilderDavid Stone10-Oct-05 7:48 
GeneralRe: Data Mining using C# Pin
XRaheemX10-Oct-05 8:54
XRaheemX10-Oct-05 8:54 
GeneralRe: Data Mining using C# Pin
David Stone10-Oct-05 10:05
sitebuilderDavid Stone10-Oct-05 10:05 
GeneralRe: Data Mining using C# Pin
XRaheemX10-Oct-05 10:46
XRaheemX10-Oct-05 10:46 
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 
Hi all,

I am a beginner in c#. I had used the following code to draw a line as given in the documentation. Line doesn't appear. Am I missing something or is it a painting text problem during refreshing. this code is executed as a part of a handler for a menu item..

<br />
<br />
Line myLine = new Line();<br />
myLine.Stroke = Brushes.Black;<br />
myLine.StrokeThickness = 10;<br />
myLine.StrokeStartLineCap = PenLineCap.Round;<br />
myLine.StrokeEndLineCap = PenLineCap.Round;<br />
myLine.X1 = 10;<br />
myLine.Y1 = 10;<br />
myLine.X2 = 75;<br />
myLine.Y2 = 90;<br />
<br />


Kindly throw light on this..

Thanks,
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 

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.