Message 1 of 8
I cannot get focus in my form (modal)! AC2011

Not applicable
08-27-2010
10:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello people,
I have severals macros (vba) that where used normaly in previous versions of autocad (2010 and 2000).
But now with AutoCad 2011 I am having problems when I have to load a form (vbmodal, not moddeless)... I cannot get focus so it is almost impossible to write in the textbox control and is hard to use any vba controls.
I am using a windows 7 64 bits but I don't have the same problems when I use the same macro in Office 2003.
example of my form call:
-----------------------------------------
UserForm1.Show vbModal
-----------------------------------------
What should I do??? I wouldn't like to change my codes to newer versions of VB... it would be my last alternative...
Thank you a lot,
Diego Álvares