In article <85746@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi, is there any way or any form function i can use > to re-adjust the width, height, left origin, top > origin, ..... during the run time of my palm > application ... > i use Code Warrior to code my palm application .. > i tried to frm.Width = 150 , but, it gives me an error > thanks
First, call FrmGetWindowHandle to get the window handle of your form. Second, use WinSetBounds to change position and size. Note: you can only perform this action when the form is not visible. -- 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/
