Hello everybody,
Ι want to make an application that does multiple mathematical actions such as solving second degree equations and indentities
I've created all the forms I need for it work but I cant create the main form that the user will use to choose what action will be executed,
the problem is that I don't know how to call the forms that I've made... (I've tried simply writing
formtaut2.Visible = True
as well as
formtaut2.Show()
but both of them throw an exception)
Any ideas?
Thanks in advance..
PS1. Sorry if this is a newbie but I'm one myself
PS2. Please excuse any grammatical errors