- Where is Clear? How can I clear all checks in a checkLISTBOX with out a loop?
Why did they get rid of clear. I have a checkbox with 50 items. I want the user to be able to reset the selected checked items to none. I need to be able to clear the selecteditems in a checkbox. Any ideas besides doing a loop? Thanks Theresa ...
- Question about Treeview...
I have a form with a Treeview and I want to hide some nodes depending on a condition :With tvw For i = 1 to .Nodes.Count If condition then End If Next iEnd With...
- Progress bar
Hi there!While my program is saving changes to the database, I would like to eitherdisplay a progress bar on the same form, or on a separate form that showson the top.I add a progress bar, set min, set max. The progress bar value is updatedwhen a timer times out.When I need to use it. I enable the t...
- How to connect mysql database to visual basic 2005 Express project? And I dont know how to locat
Hello , Please help me. I have worked on Visualbasic 6 and access. But now I am trying to learn Visual basic 2005 Express with mysql server 5.5 and I just dont know how to connect databse to my visual basic project? Even I dont know how to locate the databases I have created in mysql. And in vb ...
- Color in VB..anyone help? *RESOLVED*
Does anyone have any code (or function) that i can use to convert VB hex color into HTML type hex color.I am programming something in VB that outputs HTML to a file.. and part of that is to allow the user to choose the background color of html page. However, the VB Color picker produces hex code...