In article <92719@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi, > > can one set a form's position at runtime? It was suggested earlier by > Sasha Avanesov to get the WinPtr and set the windows position using "=". > This is probably not really supported, is it?
Before displaying the form, use FrmGetWindowHandle to get the WindowHandle for the form, then call WinSetBounds to adjust its position. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
