Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: Diff between an EXE and a .DLL Pin
coolestCoder18-May-06 20:03
coolestCoder18-May-06 20:03 
GeneralRe: Diff between an EXE and a .DLL Pin
Deepasubramanian18-May-06 20:15
Deepasubramanian18-May-06 20:15 
AnswerRe: Diff between an EXE and a .DLL Pin
led mike18-May-06 20:19
led mike18-May-06 20:19 
AnswerRe: Diff between an EXE and a .DLL Pin
Laxman Auti18-May-06 21:11
Laxman Auti18-May-06 21:11 
QuestionAdd row in datagrid Pin
Aayush Singh18-May-06 19:34
Aayush Singh18-May-06 19:34 
AnswerRe: Add row in datagrid Pin
stancrm18-May-06 20:14
stancrm18-May-06 20:14 
QuestionChecking x.y coordinates within the area of a circle Pin
lupin9918-May-06 19:34
lupin9918-May-06 19:34 
AnswerRe: Checking x.y coordinates within the area of a circle Pin
GDavy18-May-06 20:30
GDavy18-May-06 20:30 
just check if the distance from your point B to your point A is smaller than or equal to the Radius.
distance between 2 points can be calculated with formula:
pt1 = (x1,y1) pt2 = (x2,y2)
D = sqrt( pow((x2-x1),2) + pow((y2-y1),2) )

It`s been over 10 years since I used these formulas, but I`m quite sure that this is the correct one...



GeneralRe: Checking x.y coordinates within the area of a circle Pin
Robert Rohde18-May-06 20:38
Robert Rohde18-May-06 20:38 
GeneralRe: Checking x.y coordinates within the area of a circle Pin
lupin9918-May-06 20:42
lupin9918-May-06 20:42 
Questionproblem regarding accessing mail server using C# Pin
nikeshkumar18-May-06 19:05
nikeshkumar18-May-06 19:05 
GeneralRe: problem regarding accessing mail server using C# Pin
_AK_18-May-06 19:13
_AK_18-May-06 19:13 
GeneralRe: problem regarding accessing mail server using C# Pin
nikeshkumar18-May-06 19:23
nikeshkumar18-May-06 19:23 
AnswerRe: problem regarding accessing mail server using C# Pin
_AK_18-May-06 19:32
_AK_18-May-06 19:32 
GeneralRe: problem regarding accessing mail server using C# Pin
coolestCoder18-May-06 19:59
coolestCoder18-May-06 19:59 
GeneralRe: problem regarding accessing mail server using C# Pin
nikeshkumar18-May-06 20:19
nikeshkumar18-May-06 20:19 
GeneralRe: problem regarding accessing mail server using C# Pin
nikeshkumar18-May-06 21:13
nikeshkumar18-May-06 21:13 
GeneralRe: problem regarding accessing mail server using C# Pin
_AK_19-May-06 0:44
_AK_19-May-06 0:44 
QuestionHow to display a page of text on a tabpage? Pin
printscreen1234518-May-06 18:11
printscreen1234518-May-06 18:11 
AnswerRe: How to display a page of text on a tabpage? Pin
Robert Rohde18-May-06 18:49
Robert Rohde18-May-06 18:49 
GeneralRe: How to display a page of text on a tabpage? Pin
printscreen1234518-May-06 19:05
printscreen1234518-May-06 19:05 
GeneralRe: How to display a page of text on a tabpage? Pin
Robert Rohde18-May-06 20:29
Robert Rohde18-May-06 20:29 
GeneralRe: How to display a page of text on a tabpage? Pin
printscreen1234518-May-06 21:13
printscreen1234518-May-06 21:13 
GeneralRe: How to display a page of text on a tabpage? Pin
Robert Rohde18-May-06 21:43
Robert Rohde18-May-06 21:43 
GeneralRe: How to display a page of text on a tabpage? Pin
printscreen1234519-May-06 1:38
printscreen1234519-May-06 1:38 

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.