|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
create usercontrol that cannot get focusI'm trying to create a user control which cannot get focus, but is enabled.
In VB6, I just set the CanGetFocus property to false, but I can't find the ..NET equivalent. The .NET CanFocus property is ReadOnly. Hi,
In the controls new procedure me.SetStyle(controlstyles.selectable,false) http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.setstyle.aspx http://msdn2.microsoft.com/en-us/library/system.windows.forms.controlstyles.aspx Ken ------------------ <quelhasl***@hotmail.com> wrote in message Show quoteHide quote news:89802399-6998-45A2-B0D9-FFD7CA35D915@microsoft.com... > > I'm trying to create a user control which cannot get focus, but is > enabled. > In VB6, I just set the CanGetFocus property to false, but I can't find the > .NET equivalent. > The .NET CanFocus property is ReadOnly.
Can a .NET Web Service be accessed from a VB6 Client?
Is there a statement that will completely empty a listbox? Event handlers DataGridView Column Alignment Trouble with pixels Quesion about ADO.NET in VB.NET Threading Question How to code image path relative to project Tip of The Day is My.Settings version specific? |
|||||||||||||||||||||||