Click here to Skip to main content
15,891,567 members
Home / Discussions / C#
   

C#

 
GeneralRe: Graphics Pin
Mahi.Ragava21-Dec-05 18:01
Mahi.Ragava21-Dec-05 18:01 
GeneralRe: Graphics Pin
microsoc21-Dec-05 18:13
microsoc21-Dec-05 18:13 
GeneralRe: Graphics Pin
Mahi.Ragava21-Dec-05 18:56
Mahi.Ragava21-Dec-05 18:56 
GeneralRe: Graphics Pin
microsoc21-Dec-05 19:50
microsoc21-Dec-05 19:50 
GeneralRe: Graphics Pin
Mahi.Ragava21-Dec-05 20:05
Mahi.Ragava21-Dec-05 20:05 
GeneralRe: Graphics Pin
Mahi.Ragava21-Dec-05 20:13
Mahi.Ragava21-Dec-05 20:13 
GeneralRe: Graphics Pin
microsoc21-Dec-05 20:41
microsoc21-Dec-05 20:41 
GeneralRe: Graphics Pin
microsoc21-Dec-05 20:20
microsoc21-Dec-05 20:20 
that's ok. no problem! Cool | :cool:

maybe because you just added the override keyword on your mouseup and mousedown method. try to rename these methods to OnMouseUp and OnMouseDown and remove the "object sender" parameter. or the easiest way is to copy and paste the code i'v given to you.;P

because override methods are only suitable for virtual methods of the base class(which on your part is the Control class).

if you want to see other overridable methods, just type "override " on your code editor and it will show you the list. and if you're not yet familiar with these keywords, try to read some articles bout this or search it to the msdn. Smile | :)


GeneralRe: Graphics Pin
Mahi.Ragava21-Dec-05 22:32
Mahi.Ragava21-Dec-05 22:32 
QuestionIs this the right PInvoke? Pin
eggie520-Dec-05 15:31
eggie520-Dec-05 15:31 
AnswerRe: Is this the right PInvoke? Pin
leppie21-Dec-05 4:18
leppie21-Dec-05 4:18 
GeneralRe: Is this the right PInvoke? Pin
eggie521-Dec-05 13:45
eggie521-Dec-05 13:45 
QuestionHandling Nullable Types in .NET 1.1? Pin
RobertF5720-Dec-05 15:17
RobertF5720-Dec-05 15:17 
AnswerRe: Handling Nullable Types in .NET 1.1? Pin
Michael Ceranski20-Dec-05 15:34
Michael Ceranski20-Dec-05 15:34 
GeneralRe: Handling Nullable Types in .NET 1.1? Pin
RobertF5721-Dec-05 6:59
RobertF5721-Dec-05 6:59 
GeneralRe: Handling Nullable Types in .NET 1.1? Pin
RobertF5721-Dec-05 11:55
RobertF5721-Dec-05 11:55 
GeneralRe: Handling Nullable Types in .NET 1.1? Pin
Michael Ceranski21-Dec-05 14:37
Michael Ceranski21-Dec-05 14:37 
GeneralRe: Handling Nullable Types in .NET 1.1? Pin
RobertF5728-Dec-05 8:36
RobertF5728-Dec-05 8:36 
QuestionImplementing Delete Pin
monrobot1320-Dec-05 14:35
monrobot1320-Dec-05 14:35 
AnswerRe: Implementing Delete Pin
Curtis Schlak.20-Dec-05 15:54
Curtis Schlak.20-Dec-05 15:54 
GeneralRe: Implementing Delete Pin
monrobot1320-Dec-05 19:19
monrobot1320-Dec-05 19:19 
GeneralRe: Implementing Delete Pin
Curtis Schlak.21-Dec-05 4:36
Curtis Schlak.21-Dec-05 4:36 
QuestionPreventing "Show Desktop" Pin
jstrulens20-Dec-05 11:45
jstrulens20-Dec-05 11:45 
AnswerRe: Preventing "Show Desktop" Pin
Curtis Schlak.20-Dec-05 15:43
Curtis Schlak.20-Dec-05 15:43 
Questionlist of all computers Pin
sebastianos20-Dec-05 11:42
sebastianos20-Dec-05 11:42 

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.