PLEASE =D
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts
Page 1 of 1
Hello,
Yes you could store that in a setting I guess. Create a new setting called, for example "FormToLoad" and then in the "Button_Click" event use:
Yes you could store that in a setting I guess. Create a new setting called, for example "FormToLoad" and then in the "Button_Click" event use:
Code: Select all
And then in your "Form_Load" event add:My.Settings.FormToLoad = "1"
My.Settings.Save()
Code: Select all
Something like that.If Not Convert.ToString(My.Settings.FormToLoad) ="1" Then
Form2.Showdialog()
End If
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Didnt work :S
It opens the form 1 first then form2 :/ and it does it all the time
It opens the form 1 first then form2 :/ and it does it all the time
Hold on i will make a project for you 
its very easy
-----------------------------------------------------------------
Ok here, i made this up fast
and it works this has 3 forms - Loader, Form1, and form2
the loader form will read the settings and tell which form to open and then it will close its self
your welcome,
- Livengood

its very easy
-----------------------------------------------------------------
Ok here, i made this up fast

and it works this has 3 forms - Loader, Form1, and form2
the loader form will read the settings and tell which form to open and then it will close its self

your welcome,
- Livengood
You do not have the required permissions to view the files attached to this post.
5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023