Hi, When my form is loaded, I have setfocus on my first textbox and I don't like that. Is there a way to disable that? I tried to make the focus on lable but it is not allowed!
Clumbsy but effective is to create a non-visible textbox named txtDummy and set focus to that.
Originally Posted by davegri Clumbsy but effective is to create a non-visible textbox named txtDummy and set focus to that. It says can't move the focus to txtDummy because it is not visible
It says can't move the focus to txtDummy because it is not visible Make it visible but set height, width, top, left to zero.
Originally Posted by davegri Make it visible but set height, width, top, left to zero. Thanks it works
Forum Rules