Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
AnswerRe: Forcing MSIL code to Native code? Pin
pankazmittal27-Feb-06 8:51
pankazmittal27-Feb-06 8:51 
QuestionConsole App Pin
niceguyeddie199927-Feb-06 6:54
niceguyeddie199927-Feb-06 6:54 
AnswerRe: Console App Pin
RobertChan200027-Feb-06 7:21
RobertChan200027-Feb-06 7:21 
AnswerRe: Console App Pin
Sean8927-Feb-06 8:57
Sean8927-Feb-06 8:57 
Questionhow to create multiple timers Pin
batmanAgen27-Feb-06 6:37
batmanAgen27-Feb-06 6:37 
AnswerRe: how to create multiple timers Pin
CWIZO27-Feb-06 10:43
CWIZO27-Feb-06 10:43 
QuestionContextMenu problem in Compact Framework? Pin
pmasknguyen27-Feb-06 6:02
pmasknguyen27-Feb-06 6:02 
AnswerRe: ContextMenu problem in Compact Framework? Pin
microsoc27-Feb-06 14:20
microsoc27-Feb-06 14:20 
hi pmasknguyen!Smile | :)

honestly, i'm confused with your question... but if you mean to get the mouse position,
you can use the MousePosition property of the control. but this is in screen coordinates.
if you want to convert it to control coordinate, use PointToClient method and pass the MousePosition value as a parameter.

and also you can override OnMouseDown method if you are inheritng a control and if not, you can use MouseDown event instead.

hope that's what you want. Smile | :)

microsoc Cool | :cool:
GeneralRe: ContextMenu problem in Compact Framework? Pin
pmasknguyen27-Feb-06 14:55
pmasknguyen27-Feb-06 14:55 
GeneralRe: ContextMenu problem in Compact Framework? Pin
microsoc27-Feb-06 16:25
microsoc27-Feb-06 16:25 
QuestionDatagridview currentrowindex Pin
stijnbe27-Feb-06 4:13
stijnbe27-Feb-06 4:13 
Questionhow to add console Pin
papa198027-Feb-06 3:02
papa198027-Feb-06 3:02 
AnswerRe: how to add console Pin
User 665827-Feb-06 3:28
User 665827-Feb-06 3:28 
AnswerRe: how to add console Pin
mav.northwind27-Feb-06 3:42
mav.northwind27-Feb-06 3:42 
Questionprevent MessageBox from continuously reappearing Pin
batmanAgen27-Feb-06 2:19
batmanAgen27-Feb-06 2:19 
AnswerRe: prevent MessageBox from continuously reappearing Pin
Guffa27-Feb-06 2:25
Guffa27-Feb-06 2:25 
GeneralRe: prevent MessageBox from continuously reappearing Pin
batmanAgen27-Feb-06 2:50
batmanAgen27-Feb-06 2:50 
AnswerRe: prevent MessageBox from continuously reappearing Pin
autekre27-Feb-06 2:56
autekre27-Feb-06 2:56 
GeneralRe: prevent MessageBox from continuously reappearing Pin
batmanAgen27-Feb-06 3:02
batmanAgen27-Feb-06 3:02 
AnswerRe: prevent MessageBox from continuously reappearing Pin
Eric Dahlvang27-Feb-06 3:08
Eric Dahlvang27-Feb-06 3:08 
GeneralRe: prevent MessageBox from continuously reappearing Pin
batmanAgen27-Feb-06 3:12
batmanAgen27-Feb-06 3:12 
Questionwia scripting Pin
leelaraj27-Feb-06 1:49
leelaraj27-Feb-06 1:49 
AnswerRe: wia scripting Pin
mav.northwind27-Feb-06 3:36
mav.northwind27-Feb-06 3:36 
QuestionC# datagrid control downloaded from Code project Pin
christopher_seewald27-Feb-06 1:28
christopher_seewald27-Feb-06 1:28 
AnswerRe: C# datagrid control downloaded from Code project Pin
mav.northwind27-Feb-06 8:01
mav.northwind27-Feb-06 8:01 

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.