yan19454 Posted July 8, 2003 Posted July 8, 2003 Something really puzzled me. Whenever I read something and I practise, I tested and delete all the control from the form and replaced it with the new one and save that. when I restarted the application again, it will show the old one with the control I deleted already. Thanks.:( Quote
*Experts* Nerseus Posted July 8, 2003 *Experts* Posted July 8, 2003 Are you selecting the controls from the Designer (not from code view) and deleting them? It seems easier to start a new project than trying to delete the controls every time you want a new empty project for testing. Normally, you'd have to also remember to delete any extra classes, functions, and other code as well as the controls. -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
yan19454 Posted July 9, 2003 Author Posted July 9, 2003 From the form design view, I selected all the control and deleted all control. There are no code involve. By the way, do you know what control outlook uses for the outlook shortcut (big icon) ? Thanks. This morning, I deleted all the error code associated with the new form I added. It show the new control. Quote
*Experts* Volte Posted July 9, 2003 *Experts* Posted July 9, 2003 You can download an Outlook bar like the one in Outlook XP from divil's .NET site: http://www.divil.co.uk/net Quote
yan19454 Posted July 10, 2003 Author Posted July 10, 2003 Outlook icon and using the control I downloaded the file. I did not understand how he added icon in the imagelist. I checked the image list. It showed the system.drawing.bitmap. I have a lot problems to figure out how to use that. Any one want to share. In the source file, you can see any control at all. Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.