Is there a way to add reference to a control in code?

  • Thread starter Thread starter mutant
  • Start date Start date
what control? i assume you want to refer a control at runtime and ive done this for setting up a dynamic database connection that used 'Imports System.Data.OleDb'
 
The user can choose what control. I want to do something like just adding reference to the project during design by going to the a Add Reference in the project in Solution explorer.
 
Back
Top