form activate

Fylom

Newcomer
Joined
Jan 24, 2003
Messages
9
Hi.

I'm just using VB.net for the first time today. I find it quite complex compare to VB 6.0...

I am trying to add some code to a form activate event. How am I supposed to do that ?

It was so simple in 6.0 and now I just can't find how !!!

:(
 
In the code view pane, click on the Form1 class in the top left drop box and choose ( Base Class Events ) then the top right drop box will show all of the events for the Form1 object, the Activated event should be listed first... in the top right drop box

Note: you can repeat this process for every object in your project, even if you create an object in code at design time...
 
Back
Top