Hi, I want to set the position of a form dynamically (before displaying it). There is FrmGetFormBounds to get the position of a form, but appearently there is no FrmSetFormBounds. I also tried frm = FrmGetActiveWindow(); wHandle= FrmGetWindowHandle(FrmGetObjectPtr (frm, FrmGetObjectIndex (frm, MyView))); WinSetWindowBounds (wHandle, &bounds); where MyView is the ID of the form I want to position, but of course the view can not be found in himself... Any help will be appreciated. Hannes Frischat -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
