How can I set the position on a message box as it is currently moving further and further down the screen???
Thanx in advance.
Shane.
Printable View
How can I set the position on a message box as it is currently moving further and further down the screen???
Thanx in advance.
Shane.
You can't. It's position is random. To get around the problem, create your own look-alike MsgBox from a form, and place it where you want it to show up.
------------------
Marty
I'm sure you can using the API. Never did it, but what you have to do is getting the HWND... With the HWND of a window you can do everything ;)
------------------
Fox
[email protected]
http://gigotz.tsx.org
...
Every program can be reduced to one instruction which doesn't work.