Link to home
Start Free TrialLog in
Avatar of agbalaji
agbalaji

asked on

Equivalent of Do Events in C#

I am developing a windows application in c#. When a user logs into the application clicking on OK i still can see the login window for a while and then the start page of the application. Is there a way to by pass this. I know there's something called Do Events in VB but i am not sure if i can do the same in c#. Can anyone give some idea on this.

Thanks
Avatar of AlexFM
AlexFM

Application.DoEvents();
Avatar of agbalaji

ASKER

Can u be more clear with some example
ASKER CERTIFIED SOLUTION
Avatar of zupi5
zupi5

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial