Hey its a task given by my T.L. Help me in clearing this issue. I've to get the problem solved. I need to Deactivate and Activate mouse events by c#.NET.
It is important to me.
Hey its a task given by my T.L. Help me in clearing this issue. I've to get the problem solved. I need to Deactivate and Activate mouse events by c#.NET.
It is important to me.
Use a flag to indicate whether to disable these events.
Then in the OnClick Event, simply check to see whether or not anything should be done....
Comment