Top "Form-load" questions

C# WinForm - loading screen

I would like to ask how to make a loading screen (just a picture or something) that appears while the …

c# screen loading form-load
VB.NET realtime clock in a textbox

How can I make it so that when I load the form a textbox will show me (dd/mm/yyy …

vb.net time textbox clock form-load
Form1_Load not firing even after adding handler

It's been a long time since I've dabbled with C#, but I'm having a heck of a time getting my …

c# winforms event-handling form-load
What is the best way to call a method right AFTER a form loads?

I have a C# windows forms application. The way I currently have it set up, when Form1_Load() runs it …

c# .net winforms method-call form-load
How to click a button on form load using C#

How do i click a button on foam load using C#? My button is called: btnFacebookLogin I have tried this …

c# .net winforms form-load