Home All Groups Group Topic Archive Search About

How do I get back deleted Tab Page

Author
24 May 2010 5:05 PM
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...
--
Thanx & Regards,
Anil Gupte

Author
25 May 2010 11:32 AM
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)

Show quoteHide quote
"Anil Gupte/iCinema.com" <anil-l***@icinema.com> wrote in message
news:#VmPDN2#KHA.5848@TK2MSFTNGP06.phx.gbl...
> 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...
> --
> Thanx & Regards,
> Anil Gupte
>