I started a new project and had a Form named Form1. Later I renamed it frmMain. I have tabs listed as "frmMain[Design] and frmMain
VB.NET:
. In the solution explorer it list frmMain.vb and frmMain.resX. When I try to access frmMain properties or objects from another form vb.net acts like it doesn't exit.
On the Project Properties Application tab, sure enough the Start Up Object is still listed as Form1 and at the top of the code window is says "Friend Class Form1". So frmMain is the file name but I can't, for the life of me, figure out how to make it the object name. The properties window for the form only has file name and location.
What the heck am I missing.
Greg