Does the .net framwork support all of the controls in vb? In the past the vbruntime has supported the controls you can use by default but anything else such as the winsock control required the corresponding dependency file.
Printable View
Does the .net framwork support all of the controls in vb? In the past the vbruntime has supported the controls you can use by default but anything else such as the winsock control required the corresponding dependency file.
It supports all the native controls in .NET and any custom controls can just be distributed to the same folder as the app that uses them or registered in the GAC.
In other words, all my end user would need is the .net framwork if I didn't use any controls except for the ones that come with .net, correct?
correct
Thank you.