The control with 9 Lives

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I created a control that didnot work out and I removed it from the
project. How do I get it off the toolbox ..I triet restting the
toolbox but it refuses to die!!! HELP!!
 
I created a control that didnot work out and I removed it from the
project. How do I get it off the toolbox ..I triet restting the
toolbox but it refuses to die!!! HELP!!

Have you tried cleaning and rebuilding the project?
That should get rid of it if nothing else has.
 
Hmm.. What does cleaning do? (I am an VB6 learning VB,net person)

Cleaning should get rid of all the compiled objects that are based on
your source and only leave behind the source. Then you rebuild the
project with all fresh-compiled source. The control that is not going
away likely still exists in a compiled part of the project that is
still kicking around somewhere.
 
Bob,

The simplest is to rightclick on the toolbox and than deselect the checkbox
at your control.

Cor
 

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

Back
Top