Creating Controls

sjn78

Well-known member
Joined
May 4, 2003
Messages
255
Location
Australia
Do you need Visual Studio to be able to create controls??

If so, is there no way at all I can do it in VB.Net Standard

Steve
 
You can create controls in notepad if it so please you - anything that inherits from System.Windows.Forms.Control is a new control type.
 
Cant you go to Project -> Add User Control? Or is that not in the standard version?
 
Ok, I found user control, but can someone clear this up for me...

Will this user control be available to any program....like your standard button, listbox, etc. As long as I save it somewhere of course.
 
Back
Top