Home All Groups Group Topic Archive Search About
Author
10 Aug 2006 11:54 AM
quelhaslima
how convert CanGetfocus From VB6 to VB.Net

anywone, can help me?
thanks.

Author
10 Aug 2006 12:13 PM
Herfried K. Wagner [MVP]
<quelhasl***@hotmail.com> schrieb:
> how convert CanGetfocus From VB6 to VB.Net

What's 'CanGetfocus'?

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
11 Aug 2006 11:53 AM
Jay B. Harlow [MVP - Outlook]
Herfried,
I had to look it up also. ;-)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vb98/html/vbproCanGetFocusProperty.asp


--
Hope this helps
Jay B. Harlow [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:ufD%23sZHvGHA.724@TK2MSFTNGP05.phx.gbl...
| <quelhasl***@hotmail.com> schrieb:
| > how convert CanGetfocus From VB6 to VB.Net
|
| What's 'CanGetfocus'?
|
| --
| M S   Herfried K. Wagner
| M V P  <URL:http://dotnet.mvps.org/>
| V B   <URL:http://classicvb.org/petition/>
Author
10 Aug 2006 12:16 PM
Jay B. Harlow [MVP - Outlook]
You can use Control.SetStyle with a style of ControlStyles.Selectable:

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

followed by Control.UpdateStyles:

http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.updatestyles.aspx



--
Hope this helps
Jay B. Harlow [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


<quelhasl***@hotmail.com> wrote in message
Show quoteHide quote
news:7E2A8B09-A02F-47DA-8B74-767F6D677FD9@microsoft.com...
|
| how convert CanGetfocus From VB6 to VB.Net
|
| anywone, can help me?
| thanks.