Friday, January 13, 2012

How to insert SQL table names into combo box? (VB.Net)?

Put your code in the form (or usercontrol) that contains the combo box...for new projects, the default name is Form1.vb. Your code should go in either the constructor or the Load() method

No comments:

Post a Comment