PDA

Click to See Complete Forum and Search --> : Set position for a message box.


ShaneL
Jan 11th, 2000, 11:37 AM
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.

MartinLiss
Jan 11th, 2000, 11:50 AM
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

Fox
Jan 11th, 2000, 02:53 PM
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
gigotz@gmx.net
http://gigotz.tsx.org
...
Every program can be reduced to one instruction which doesn't work.