Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
QuestionWhich is the best book to learn C# Pin
Rajkamal_dfine30-Dec-05 18:01
Rajkamal_dfine30-Dec-05 18:01 
AnswerRe: Which is the best book to learn C# Pin
S. Akif Kamal30-Dec-05 21:32
S. Akif Kamal30-Dec-05 21:32 
Answersend me the C#.NET step by step programming. Pin
ChandrasekharCh30-Dec-05 23:52
ChandrasekharCh30-Dec-05 23:52 
GeneralRe: send me the C#.NET step by step programming. Pin
Colin Angus Mackay31-Dec-05 1:40
Colin Angus Mackay31-Dec-05 1:40 
GeneralRe: send me the C#.NET step by step programming. Pin
naglbitur31-Dec-05 4:58
naglbitur31-Dec-05 4:58 
AnswerRe: Which is the best book to learn C# Pin
N.Byarley31-Dec-05 19:03
N.Byarley31-Dec-05 19:03 
QuestionInsert/remove break point at runtime! Pin
tiancaidao30-Dec-05 17:12
tiancaidao30-Dec-05 17:12 
QuestionBest Way To Convert From Screen Coords To My Own Pin
...---...30-Dec-05 15:48
...---...30-Dec-05 15:48 
Hi I have a simple WinForm I've created. With the following code:
//////////////////////////////////////////////////////////////
public void DrawXYAxes(Graphics g)
{
g.DrawLine(axisPen, xIndent, yIndent + 200, xIndent + 400, yIndent + 200);
g.DrawLine(axisPen, xIndent + 200, yIndent, xIndent + 200, yIndent + 400);
}
This will then draw X Y Axes on the form.
Let's say the screen coordinates at the drawn origin are "200, 200".
What's the most efficient way to get "200, 200" to display "0, 0"?
So now when I move the cursor around the Form it will have both positive and
negative axis coortinates?
ps--I know how to display the screen coordinates as text on the screen, I just can't seem to get the system to be correct....
Thanks very much......
AnswerRe: Best Way To Convert From Screen Coords To My Own Pin
Curtis Schlak.30-Dec-05 15:52
Curtis Schlak.30-Dec-05 15:52 
GeneralRe: Best Way To Convert From Screen Coords To My Own Pin
...---...31-Dec-05 9:02
...---...31-Dec-05 9:02 
Questionhow to create a custom scrollbar? Pin
Sasuko30-Dec-05 12:38
Sasuko30-Dec-05 12:38 
AnswerRe: how to create a custom scrollbar? Pin
AndrewPeters31-Dec-05 14:35
AndrewPeters31-Dec-05 14:35 
QuestionTEXTURE PROBLEM Pin
_Comet_Keeper_30-Dec-05 11:29
_Comet_Keeper_30-Dec-05 11:29 
AnswerRe: TEXTURE PROBLEM Pin
Judah Gabriel Himango31-Dec-05 11:18
sponsorJudah Gabriel Himango31-Dec-05 11:18 
Questioncrosshair Pin
Sam 200630-Dec-05 10:59
Sam 200630-Dec-05 10:59 
AnswerRe: crosshair Pin
Dave Kreskowiak30-Dec-05 16:18
mveDave Kreskowiak30-Dec-05 16:18 
QuestionTwo Forms Pin
picasso230-Dec-05 9:36
picasso230-Dec-05 9:36 
AnswerRe: Two Forms Pin
peshkunta30-Dec-05 10:27
peshkunta30-Dec-05 10:27 
GeneralRe: Two Forms Pin
picasso230-Dec-05 10:58
picasso230-Dec-05 10:58 
GeneralRe: Two Forms Pin
peshkunta30-Dec-05 11:10
peshkunta30-Dec-05 11:10 
QuestionRTF Formatting in C# Pin
allenmpcx30-Dec-05 9:06
allenmpcx30-Dec-05 9:06 
QuestionMail under Visual Studio 2005 Pin
Tyler4530-Dec-05 8:32
Tyler4530-Dec-05 8:32 
AnswerRe: Mail under Visual Studio 2005 Pin
Tyler4531-Dec-05 7:24
Tyler4531-Dec-05 7:24 
QuestionThreading, Suspend() Pin
tray_gator30-Dec-05 7:40
tray_gator30-Dec-05 7:40 
AnswerRe: Threading, Suspend() Pin
Judah Gabriel Himango30-Dec-05 8:08
sponsorJudah Gabriel Himango30-Dec-05 8:08 

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.