|
-
Jul 8th, 2002, 09:25 AM
#12
What is wrong with using VB code if you are using VB?
BTW, your code does not conform to the standards for window ownership. You open a form, and disable the form that should be the owner instead. If you run this code on a terminal server, you risk changing the ZOrder of your forms because no ownership is specified. The form that should be modal could be displayed beneath the disabled form, and couldnt be reached by the user.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|