Hi there,

I'm developping an application for Pocket PC but I don't have the Shown event for a form.
During FORM_A loading, I check some values and sometimes I need to open FORM_B.

But FORM_B is opened before FORM_A, so I can't see it. And I don't want my users to click on a button to open FORM_B, I want this check to be automatically done by my program.
My solution would be to use FORM_A.Shown() event, but I don't get it.. Maybe because I'm programming for Smart Devices?

Is there any alternative, tricks to simulate it ?

Thank you