That's the way it supposed to be. The Activated event is fired upon the
native Form's window being activated. And then it triggers loading all of
the managed code into memory and sequental Form_Load event.
--
Alex Yakhnin .NET CF MVP
www.intelliprog.com | www.opennetcf.org
> I sifted through the MSDN docs and searched the groups but I can't
> find the order form events fire anywhere. The reason I'm even asking
[quoted text clipped - 3 lines]
>
> Thanks.
Rob H - 25 Mar 2004 19:26 GMT
Thanks for the reply Alex. I'm new to Pocket PC development and I'm converting an eVB app to .NETCF, so I found that behavior very odd. But that answers why most of the code I've seen has "form_load" type of functionality in the "activate" event. Thanks again!