Hi Group,
I've imported an existing form into a new project that I'm creating (using Visual Studio 2015 Express/VB.net). When displaying the "Design" version (the user interface), it looks like a plain form and doesn't resemble the actual form in the original program.
As per the directions, I added the existing item through the Solutions Explorer (Add > "Existing Item"). I added the
programName.Designer.vb
programName.resx
programName.vb
Where did I go wrong? What am I missing?
In advance, thanks for your help.
Don