The Load event should be sufficient.
--
Neil Cowburn
Principal Partner
OpenNETCF Consulting
http://www.opennetcf.com/
http://www.smartdeviceframework.com/
What I want to do is populate a ListView once the form is visible, so when
the Form becomes visible I call a Web service and check for new data to
download, the data I download I present in a ListView to show a summary of
the new stuff I've downloaded. I want that to take place when the form is
visible, and then display the Waiting cursor so the user knows somethings
actually happening instead of having no form shown and waiting, wondering
whats going on. So thats why I was hoping for a Shown event, so I can fire
off the Web Service call after the Form is defiently Shown and visible to the
user. I might give Load another go, but I thought the visibility of the Form
would remain hidden until the Load event is finished?
Well, I 'll give it a go,
Cheers,
Dave
> The Load event should be sufficient.
>
[quoted text clipped - 14 lines]
> > Thanks,
> > Dave
Neil Cowburn - 22 Aug 2007 15:06 GMT
You can force the form to be made visible in the Load event handler and set
the wait cursor there too.
--
Neil Cowburn
Principal Partner
OpenNETCF Consulting
> What I want to do is populate a ListView once the form is visible, so when
> the Form becomes visible I call a Web service and check for new data to
[quoted text clipped - 32 lines]
>> > Thanks,
>> > Dave
davebythesea - 22 Aug 2007 15:32 GMT
Did anyone ever tell you your a genius?
Marvelous!
Thanks!
> You can force the form to be made visible in the Load event handler and set
> the wait cursor there too.
[quoted text clipped - 40 lines]
> >> > Thanks,
> >> > Dave