The messagebox window is place in center of main desktop always, can any way
to change the location of this message window and place it at any location
according to requirement.
Asif
the messagebox is a windows-thing which you cant change.
There are some alternatives. Take a look at www.universalthread.com (Visual
Foxpro Zone -> Downloads) and search for "messagebox" in the
"summary"-field. Maybe you will find one which will suit your needs.
A quick and dirty alternative could be the wait-window.
WAIT WINDOW chr(13)+space(15)+"This is a message"+space(15)+chr(13) AT 30,45
--
Cheers
Carsten
_______________________________
"Muhammad Asif" <asif...@yahoo.com> schrieb im Newsbeitrag
news:uyoiBaZq...@TK2MSFTNGP05.phx.gbl...