From: "Kshama Sathaye" <[EMAIL PROTECTED]>
Subject: Draw a line
> I tried using WinDrawLine, but it draws a line on the next form coming up
> rather than the current form.
WinDrawLine() draws to the current draw window. If it is drawing on the
"next" form, then you are calling WinDrawLine() at the wrong time or in the
wrong section of code. You can draw on a form after calling FrmDrawForm()
in response to frmOpenEvent inside your MainFormHandleEvent().
Alternatively, you can create a bitmap of the line and put that on your form
at design time.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/