Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends .
I have a C# Windows Form project.I'm going to have a Notification popup in the project that it works with timer and I'm going to show the Notification popup before form loads
can you help me?

What I have tried:

I have not tried any useful codes to do this yet.
Posted
Updated 9-Dec-19 5:55am
v2

1 solution

just override the OnLoad method.
protected override void OnLoad(EventArgs e)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900