Click here to Skip to main content
15,906,569 members
Home / Discussions / C#
   

C#

 
GeneralRe: Decryption algorithm Pin
Mycroft Holmes2-Feb-10 11:57
professionalMycroft Holmes2-Feb-10 11:57 
GeneralRe: Decryption algorithm Pin
AspDotNetDev2-Feb-10 16:57
protectorAspDotNetDev2-Feb-10 16:57 
GeneralRe: Decryption algorithm [modified] Pin
Not Active2-Feb-10 11:58
mentorNot Active2-Feb-10 11:58 
Questionproblem of socket programming with local ip Pin
mehrdad3332-Feb-10 8:38
mehrdad3332-Feb-10 8:38 
AnswerRe: problem of socket programming with local ip Pin
Jimmanuel2-Feb-10 9:29
Jimmanuel2-Feb-10 9:29 
QuestionMs Access reports saving to File system in C# Pin
montu33772-Feb-10 8:34
montu33772-Feb-10 8:34 
AnswerRe: Ms Access reports saving to File system in C# Pin
Mycroft Holmes2-Feb-10 12:01
professionalMycroft Holmes2-Feb-10 12:01 
GeneralBluetooth programming Pin
Jamal Abdul Nasir2-Feb-10 8:31
Jamal Abdul Nasir2-Feb-10 8:31 
GeneralRe: Bluetooth programming Pin
Ennis Ray Lynch, Jr.2-Feb-10 8:35
Ennis Ray Lynch, Jr.2-Feb-10 8:35 
GeneralRe: Bluetooth programming Pin
Giorgi Dalakishvili2-Feb-10 23:05
mentorGiorgi Dalakishvili2-Feb-10 23:05 
QuestionWhen To Use 'this' in C# Pin
Matt U.2-Feb-10 8:15
Matt U.2-Feb-10 8:15 
AnswerRe: When To Use 'this' in C# Pin
Abhinav S2-Feb-10 8:21
Abhinav S2-Feb-10 8:21 
AnswerRe: When To Use 'this' in C# Pin
OriginalGriff2-Feb-10 8:25
mveOriginalGriff2-Feb-10 8:25 
GeneralRe: When To Use 'this' in C# Pin
Matt U.2-Feb-10 10:55
Matt U.2-Feb-10 10:55 
AnswerRe: When To Use 'this' in C# Pin
Ennis Ray Lynch, Jr.2-Feb-10 8:25
Ennis Ray Lynch, Jr.2-Feb-10 8:25 
GeneralRe: When To Use 'this' in C# Pin
Kevin McFarlane2-Feb-10 10:32
Kevin McFarlane2-Feb-10 10:32 
GeneralRe: When To Use 'this' in C# Pin
DaveyM692-Feb-10 12:28
professionalDaveyM692-Feb-10 12:28 
GeneralRe: When To Use 'this' in C# Pin
Kevin McFarlane3-Feb-10 0:08
Kevin McFarlane3-Feb-10 0:08 
GeneralRe: When To Use 'this' in C# Pin
Mycroft Holmes2-Feb-10 12:08
professionalMycroft Holmes2-Feb-10 12:08 
GeneralRe: When To Use 'this' in C# Pin
AspDotNetDev2-Feb-10 17:05
protectorAspDotNetDev2-Feb-10 17:05 
GeneralRe: When To Use 'this' in C# Pin
Luc Pattyn2-Feb-10 17:17
sitebuilderLuc Pattyn2-Feb-10 17:17 
AnswerRe: When To Use 'this' in C# Pin
PIEBALDconsult2-Feb-10 12:37
mvePIEBALDconsult2-Feb-10 12:37 
QuestionHelp with Drawing Polygons Pin
Raztor02-Feb-10 7:51
Raztor02-Feb-10 7:51 
Hello once again. I just made a program to draw triangles in a way that makes a nice effect, here's a picture:

http://i276.photobucket.com/albums/kk2/Raztor0/Capture.jpg[^]

Now, the way I'm drawing this is I have an array of 80 points which I'm telling C# to draw with the DrawPolygon command. Can you see that line that goes through the middle of the triangles? That line is a line connecting the first and last point in the array, can I somehow prevent C# from connecting that last line? Is there a different command that lets me connect every point in sequence?

Thanks for your time Smile | :)
AnswerRe: Help with Drawing Polygons Pin
Luc Pattyn2-Feb-10 8:18
sitebuilderLuc Pattyn2-Feb-10 8:18 
GeneralRe: Help with Drawing Polygons Pin
Raztor02-Feb-10 8:24
Raztor02-Feb-10 8:24 

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.