Click here to Skip to main content
15,917,731 members
Home / Discussions / C#
   

C#

 
GeneralRe: Getting path of executing assembly Pin
danielk_18-May-08 3:26
danielk_18-May-08 3:26 
QuestionC# SendMessage in C++ Pin
luisgrimaldo17-May-08 17:57
luisgrimaldo17-May-08 17:57 
AnswerRe: C# SendMessage in C++ Pin
Christian Graus17-May-08 18:09
protectorChristian Graus17-May-08 18:09 
GeneralRe: C# SendMessage in C++ Pin
luisgrimaldo17-May-08 18:19
luisgrimaldo17-May-08 18:19 
GeneralRe: C# SendMessage in C++ Pin
Christian Graus17-May-08 18:35
protectorChristian Graus17-May-08 18:35 
Questionfile download c# asp.net Pin
irusul17-May-08 13:09
irusul17-May-08 13:09 
AnswerRe: file download c# asp.net Pin
Christian Graus17-May-08 13:25
protectorChristian Graus17-May-08 13:25 
Questionset cursor position on control in active form Pin
baranils17-May-08 11:00
baranils17-May-08 11:00 
Hello

I'm trying to set the focus to a DGV and move the mouse to that DGV
But the position seems to be related to the screen area not the active form area
Thanks for any help

Here is the code I'm using

[CODE] private void HandMade_Click(object sender, EventArgs e)
{
dgv_X.Focus();
int X = dgv_X.Left + dgv_X.Width / 2;
int Y = dgv_X.Top + dgv_X.Height ;
Cursor.Position = new Point(X, Y);
}[/CODE]
AnswerRe: set cursor position on control in active form Pin
William Ten Broek17-May-08 11:38
William Ten Broek17-May-08 11:38 
GeneralRe: set cursor position on control in active form Pin
baranils17-May-08 12:06
baranils17-May-08 12:06 
QuestionProgrmming with USB in C# (Need a book) Pin
hdv21217-May-08 10:50
hdv21217-May-08 10:50 
AnswerRe: Progrmming with USB in C# (Need a book) Pin
Christian Graus17-May-08 12:52
protectorChristian Graus17-May-08 12:52 
AnswerRe: Progrmming with USB in C# (Need a book) Pin
Giorgi Dalakishvili17-May-08 22:36
mentorGiorgi Dalakishvili17-May-08 22:36 
QuestionReportViewer Speed Pin
Amir Jalaly17-May-08 9:24
Amir Jalaly17-May-08 9:24 
QuestionTextRenderer.DrawText with TextFormatFlags.ModifyString Pin
Lea Hayes17-May-08 8:09
Lea Hayes17-May-08 8:09 
AnswerRe: TextRenderer.DrawText with TextFormatFlags.ModifyString Pin
Guffa17-May-08 11:37
Guffa17-May-08 11:37 
GeneralRe: TextRenderer.DrawText with TextFormatFlags.ModifyString Pin
Lea Hayes17-May-08 12:34
Lea Hayes17-May-08 12:34 
QuestionC# WebBrowser Pin
Member 428380717-May-08 7:32
Member 428380717-May-08 7:32 
AnswerRe: C# WebBrowser Pin
Ravi Bhavnani17-May-08 8:02
professionalRavi Bhavnani17-May-08 8:02 
QuestionHow connect forms with lines? Pin
Noemi Katinka17-May-08 6:43
Noemi Katinka17-May-08 6:43 
AnswerRe: How connect forms with lines? Pin
Anthony Mushrow17-May-08 6:53
professionalAnthony Mushrow17-May-08 6:53 
AnswerRe: How connect forms with lines? Pin
Thomas Stockwell18-May-08 3:56
professionalThomas Stockwell18-May-08 3:56 
Question[Message Deleted] Pin
pinna_hari17-May-08 4:55
pinna_hari17-May-08 4:55 
AnswerRe: String Problem [modified] Pin
PIEBALDconsult17-May-08 5:01
mvePIEBALDconsult17-May-08 5:01 
GeneralRe: String Problem Pin
pinna_hari18-May-08 23:15
pinna_hari18-May-08 23:15 

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.