form-load Questions
10
Solved
It's been a long time since I've dabbled with C#, but I'm having a heck of a time getting my form_load to fire. This is the most simple thing I can't imagine why it won't fire! Any assistance would...
Tippet asked 4/3, 2011 at 18:22
5
Solved
I would like to ask how to make a loading screen (just a picture or something) that appears while the program is being loaded, and disappears when the program has finished loading.
In fancier ver...
1
Solved
Try putting the following code inside Load event handler for WinForms or Loaded for WPF.
Dim doc As New XmlDocument
Dim nsmgr As New XmlNamespaceManager(Nothing) 'this line throws an exception
P...
4
Solved
I have a C# windows forms application. The way I currently have it set up, when Form1_Load() runs it checks for recovered unsaved data and if it finds some it prompts the user if they want to open ...
Anurous asked 2/6, 2010 at 13:13
1
© 2022 - 2024 — McMap. All rights reserved.