i have a problem putting it in the initialize, because the application can switch modes during the process, so i think i must go to the second solution, is it a problem ?, what does it do ? does it consumes resources,CPU ? if i call FrmDrawForm, does it call the event of the form, or draws is from memory ? i read in the manual of OS 3.5 (page 1222) that in OS 3.5 the command FrmDrawForm changed, i didn't understand what's been change, and if it affect me.
thanks, Shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > and.. in addition :)) changing the display mode kinda f**ks up what > is already being displayed (maybe it was drawn in 1bpp)? > > put the ScrDisplayMode function call in the InitApplication function > or.. you could add: > > FrmDrawForm(FrmGetActiveForm()); > > before your bitmap draw.. > > the first solution is the better, if you ask my opinion.. :)) > > // az > [EMAIL PROTECTED] > http://www.ardiri.com/ <--- free games! > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
