How do I get back deleted Tab Page

  • Thread starter Anil Gupte/iCinema.com
  • Start date
A

Anil Gupte/iCinema.com

I have a tab control with 6 tabs. I had one called TPY, which I deleted (on
purpose). I did create a backup of the entire directory first. Now I want
to restore it, but am unable to do so.

What I did was to open the current solution and the old (backup) solution,
and then copy the Tab Page from the backup and paste it into the current
one. However, that appears to create all the code in the designer, but it
won't show the tab. I then tried adding a new tab page, and naming it TPY,
but it does not let me do that saying it already exists.

Any help is appreciated...
 
C

Cor Ligthert[MVP]

Go to solution explorer
Look in top of that if you see the icon show all files (otherwise take
another item)
Set it to show all files
Then open your yourprogram.languages.vb file
Search for that to your tabpage.
Probably it is not added to the controls.
(that is mostly below in the code)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top