Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: Raising Events - attaching
Is there some particular reason why you need that info, why cant you use, for instance, UserControl Show event? It is fired whenever usercontrol is created, just check if Ambient.UserMode=True, if so, it means that we are in rum time, and Form is loaded.
____________________________
If you find the answer helpful, please mark this topic as solved.
|