I learning visual basic. I created an first working project and my form3 dont displaying after build. I call it with specifided button but it dosent show. Other forms are working.
Please help me
for you to call your form3, do it:
Dim Form3 As New Form3
Form3.Show()
Make sure that your form3 is really named form3, if your cahnge the name you have to use the new nname.
Don't judge me, just Upgrade me. Thanks!