Click here to Skip to main content
15,908,841 members
Home / Discussions / C#
   

C#

 
AnswerRe: The IS operator Pin
Josh Smith26-Jun-06 16:20
Josh Smith26-Jun-06 16:20 
AnswerRe: The IS operator Pin
Guffa26-Jun-06 23:26
Guffa26-Jun-06 23:26 
GeneralRe: The IS operator Pin
J4amieC26-Jun-06 23:54
J4amieC26-Jun-06 23:54 
JokeRe: The IS operator Pin
Nader Elshehabi27-Jun-06 2:16
Nader Elshehabi27-Jun-06 2:16 
AnswerRe: The IS operator Pin
BoneSoft27-Jun-06 3:50
BoneSoft27-Jun-06 3:50 
QuestionHow can manipulate the subcontrols of a usercontrol Pin
Fco. Javier Marin26-Jun-06 11:30
Fco. Javier Marin26-Jun-06 11:30 
QuestionHelp with data source - jump to record. Pin
PyroManiak26-Jun-06 11:27
PyroManiak26-Jun-06 11:27 
Questionget point from onclick event Pin
reshsilk26-Jun-06 11:01
reshsilk26-Jun-06 11:01 
Hello,
How do you get the actual point where the mouse clicked on a form during an onclick event. Here is what I have so far, but it doesn't work...
<br />
private void split_Panel2_Click(object sender, EventArgs e)<br />
{<br />
    Point clickPnt = new Point();<br />
    clickPnt = (Point)sender;<br />
}<br />


Thanks for your help!
RC
AnswerRe: get point from onclick event Pin
Josh Smith26-Jun-06 11:09
Josh Smith26-Jun-06 11:09 
GeneralRe: get point from onclick event Pin
reshsilk26-Jun-06 11:23
reshsilk26-Jun-06 11:23 
AnswerRe: get point from onclick event Pin
jjansen27-Jun-06 3:13
jjansen27-Jun-06 3:13 
GeneralRe: get point from onclick event Pin
Josh Smith28-Jun-06 1:51
Josh Smith28-Jun-06 1:51 
QuestionMicrosoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 9:20
leckey26-Jun-06 9:20 
AnswerRe: Microsoft SQLHelper.cs class parameter issue Pin
led mike26-Jun-06 9:53
led mike26-Jun-06 9:53 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 9:56
leckey26-Jun-06 9:56 
AnswerRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 10:31
Josh Smith26-Jun-06 10:31 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 10:36
leckey26-Jun-06 10:36 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 10:42
Josh Smith26-Jun-06 10:42 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 10:57
leckey26-Jun-06 10:57 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 11:06
Josh Smith26-Jun-06 11:06 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 11:11
leckey26-Jun-06 11:11 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 11:15
Josh Smith26-Jun-06 11:15 
AnswerRe: Microsoft SQLHelper.cs class parameter issue Pin
Michael P Butler26-Jun-06 10:45
Michael P Butler26-Jun-06 10:45 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 10:48
Josh Smith26-Jun-06 10:48 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 10:50
leckey26-Jun-06 10:50 

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.