machinogodzilla
Active member
- Joined
- Mar 3, 2007
- Messages
- 25
- Programming Experience
- Beginner
Hi!
I ve prepared a program that works fine on my pc. But when I try to
execute it on a workstation at my uni a security exception happens.
This is due to one line in my program:
TextBox1.Focus()
Getting focus to this textbox is crucial for me and I do not want to use
Tab key. Can I do it any other way to avoid the error?
Regards,
machinogodzilla
I ve prepared a program that works fine on my pc. But when I try to
execute it on a workstation at my uni a security exception happens.
This is due to one line in my program:
TextBox1.Focus()
Getting focus to this textbox is crucial for me and I do not want to use
Tab key. Can I do it any other way to avoid the error?
Regards,
machinogodzilla