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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User Controls - Basic Property Questions

Status
Not open for further replies.

DrinkN1

Programmer
Apr 15, 2002
23
US
I'm new to VB.NET. I created a user control...

1) I'm trying to create an "About" property to bring up a copyright window (for company, not me). What's the new method of getting the "..." to appear in the Property Window to display my form?

2) My property descriptions are not working. Again .NET changed the way those work. Suggestions? Been trying the <Description()> command, but no luck.

Thanks!
 
Ok, I finally got the description to work properly. I had to include the &quot;Imports System.ComponentModel&quot; line at the top. Grrrrrrrr. I still have a lot of adjusting to go through.

I'm still having problems with #1 above though. Help is appreciated!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top