Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top VB Controls Solutions: 1 - 25 of 84
 
I have a nested while loop within another while loop, depending on certain condition I will need to exit the nested while loop and go back to the top of the outer while loop without executing ...
Having never worked with Visual Basic or VB Script I am at a loss on how this should all work. I have installed the CutePDF printer driver and I would like to be able to convert document vi...
I have a user control that is a check box image.  I want to handle the click event of the image button on the consuming page and am having trouble.   I'm trying to build a reusable control ...
Long story short. Why would the following code work under it's own button event but not as a private sub or combined with any other button event?         For Each frm As Form In Me.MdiPa...
I'm looking for a (preferably free) check box that can not only have three states (like the VB check box) but will cycle through the three states. For example Grey to Checked to Unchecked to G...
Hi, I have a VBA application that modifies the content of captions and controltip text in another workbook. As the changes are made, the user is able to view the target UserForm after they ...
I have a TreeView control and when the user clicks on a node it highlights fine. When the focus moves away from the control that highlight disappears. So, categoryTree.HideSelection = Fals...
Hi experts, In the form load I fill a combobox with selections. On selectedindexchanged a second combobox is filled. On selectedindexchanged of the second combobox a filter is applied on an...
Dear EE members, I would like to upgrade my ADO Data Control mentioned in the subject to Microsoft ADO Data Control 6.0 (SP4) (OLEDB).  Recently, I am learning about Accessing Database Files ...
Hi all, I'm building a header custom control to put on my forms. This control have built in menustrip and application buttons. All is working well, when I add buttons at design time it sh...
Hi All, I need to add a Vertical toolbar in the VB MDI form with options for creating , modifying, deleting customer details. This form should be visible for all other forms of the applicat...
I am using vb6 with calendar control 10.0. I would like to set it to come up with the current date as default. On one computer that I installed it, the calendar control comes up but the the...
Hi I am creating multiple dynamic textbox controls on a Windows Form - using VB and Visual Studio. The creation of the controls is straightforward. My problem is how to retrieve VALUES ...
Hi, I want to open a workbook from VBA and have the open function fail if the file isnt available read/write (ie. I don't want it to open it readonly if its open elsewhere). Is it possib...
I am tring to find out if the folder is empty, if it is I want to delte it.  I want to use file system object to findout the content of the folder, but having no luck. Is there any property...
I have a dataset which I pass to a Dataview for filtering. I then pass that into a function that returns a datatable. The problem is my filter does not return anything! Dv.count = 0. Can a...
Hi, I am writing a VBA macro for Excel where I need to replace a template string with another value. For example, a cell may contain the following text : "{Username} processed the delive...
I'm am trying to populate static values in a combo Box in microsoft word document. This is not a form drop down box. There is no form initialized in the whole document. I've tried the belo...
I have a public windows form that has 36 buttons on it, all named button_1 ... button_36 respectively. When the button is pressed, it calls a routine in another module that passes a number c...
I am using VB for develop an application, and i want to know if is possible change the font size of my menu
The following script will enumerate network drives and printers, and save that information in a generic text file. I'm attempting to modify it so that it will save the file to a specific netwo...
I have a DataList control in which i would like to manipulate one column-value in one or more selected rows (SelBookmarks collection). How do I loop through only the selected bookmarks, and n...
I have a ListView in my app that has approx 1000 lines in it. On an event, I want to find a particular item, then focus on it to save having to manually scroll to it. I have tried the foll...
Hi, I need a realistic virtual keyboard OCX that I can use in my VB6 app. Does anyone have any suggestions of a good freeware, or low cost control? Thanks.
I have a user control which loops through adding controls dynamically I re-add the controls in the load event, and after that try and check the checked state of some of the controls, they are...