MI-L RE : MI-L resizing Message Window

2004-12-06 Thread Christophe Brabant
Works fine, thank you I just have to adjust h and w, to see the right and bottom scollbars. Christophe -Message d'origine- De : Jacques Paris [mailto:[EMAIL PROTECTED] Envoyé : vendredi 26 novembre 2004 16:17 À : Christophe Brabant; MapInfo Help Objet : RE: MI-L resizing Message Window

RE: MI-L resizing Message Window

2004-11-26 Thread Jacques Paris
Here is a WOR that will do the trick !Workspace !Version 650 !Charset WindowsLatin1 dim w as float dim h as float dim x as float dim y as float set paper units in h=3.5 w=3.5 set window 1011 max x=windowinfo(1011,4)-w y=windowinfo(1011,5)-h set window 1003 position (x,y) width w height h print