Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing a control from a project

Status
Not open for further replies.

capone67

Programmer
Nov 6, 2000
115
CA
Hey Gang

I've built a VB program that I added a control to but then didn't need the custom control so I deleted it from the project. Now when I package and deploy my application the custom control is included in myt package even though I have checked the check box that says do not include information for unused controls.

Does anyone know how I can get this control to actually be removed from the project when it is compiled? This has been bothering me for ages.

Ken
 
In Visual BASIC press Ctrl-T and bring up the components dialog. Click on 'Selected Items Only'. The control you want to remove should be in the list. Uncheck the control in the list, then uncheck the 'Selected Items Only' box. Close the Components dialog. Now try to rebuild your project. Snaggs
tribesaddict@swbell.net
A procrastinator's work is never done.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top