Windows Develop Bookmark and Share   
 index > Windows Forms General > need help in form mouse event
 

need help in form mouse event

Hai Everybody

I am working with C# in windows forms.The form design is the form contains Tabcontrol in that there are two group boxes inside the group lot of controls like textbox,combo etc.The issue isi want to disabled the mouse pointer with tabpage

Please its urgent reply as early as possible

Note: mouse pointer should be disabled with in the tabpage only not in the Form.

Thanks in advance

V_Smith  Thursday, October 04, 2007 12:17 PM

You can try setting the Enabled property of the page to false to disable it and all its controls. The mouse will then ignore any clicks within the page.

Michael Taylor - 10/4/07

http://p3net.mvps.org

TaylorMichaelL  Thursday, October 04, 2007 2:08 PM

You can try setting the Enabled property of the page to false to disable it and all its controls. The mouse will then ignore any clicks within the page.

Michael Taylor - 10/4/07

http://p3net.mvps.org

TaylorMichaelL  Thursday, October 04, 2007 2:08 PM

You can use google to search for other answers

Custom Search

More Threads

• NumericUpDown Nightmare
• mouse clicks in c#
• Recommend Good API book for C#
• watermarking concept
• Check for valid filename
• drag & drop
• disabled text color
• How to hide all properties that an object inherits, but not its own, in a System.Windows.Forms.PropertyGrid
• Drop Down list of events for a component/form?
• radio buttons in group box on already checked