devxlogo

February 16, 1999

Disable Textboxes and Combo boxes

Question: When a textbox or combo box is disabled, the black text within these control becomes grey. I would like to have all the features of disabling these controls, but

Text in VB5

Question: I’m a beginner to Visual Basic, and I would like to display in a text box several lines of text. However, when I enter the code under the command

ADODB.connection

Question: I use ADO with an Oracle database. To get the connection I have to use: dim Adodb as New ADODB.connectionwith Adodb .connectionString = ???? .openend with What do I

Mouse click

Question: How do I make the mouse click in VB 4? It just auto clicks without user inputs in the spot the mouse currently is. Answer: Without having to go