Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top VB Controls Solutions: 1 - 25 of 68
 
I have a directory on a share containg Text Files with all of our users log on names, and within the text file is the hostname of the computer they use. I need to check how many PC's have a...
We have a combo box with a dropdown list currently implemented in VB6; as you type in the text box, the dropdown list displays the entry that begins with the typed text at the top of the list,...
Hi, I am trying to use the GetOpenFileName function for a network folder location. I understand that I need to use the ChDrive function in order to nominate a folder on a network drive. ...
Hi everyone, I have a problem doing a data merge from an excel spreadsheet to a Word table. I thought the project was going to be simple in that I was going to use Word's mail merge feature...
Hi Experts,  I have a VB executale (.exe) that i want to run as a system service. I have seen a number of third party programs that can do that. Is there a FREEWARE  program or feature in w...
Hi, I want to be able to further highlight the tabs used in a MultiPage control using VBA under Excel. Ideally I would like the current selected page (tab) to have the text in a differen...
I receive the below error when I try to run my VB 6 program on a different computer.  It runs fine on my computer.  I installed the app using VB Deployment wizard which I thought will install ...
hi,   I am trying to send emails using mapi messages control in VB 6.0 to Outlook. Although i can send mail to one recipient address, but can't send to more then one addresses and to CC. Can ...
I have a visual basic form with several Yes/No Radio Buttons. I just want to store the value back into my table. Can anyone give me the VB designer code? I don't want to store a null value if ...
I am trying to create a round button in vb.net, I have seen allot of articals that i just do not understand on the web because they are in C#.  Can anyone show me example code of a round butto...
Hi, I've spent hours on google trying to find out how to check if a user account is locked out or not. All it does at the moment is say that all of the accounts are locked out :S even when...
When I compile an existing project, I got the error: "method or data member not found". I am using VB 6.0 IDE. There is a line of code here: "  If lRowIndex < 0 Or lRowIndex >= miMaxRow _...
Hi, I have a listview that has multiple rows. Users need to be able to change the order. When the user changes the order, the change must update an ADO recordset. Dragging and dropping...
HI How to hide cursor in textbox control in vb6, focus should have to in txtbox, and need not bilink the cursor
I use the VB6 (please NO .NET solutions) WebBrowser control to occaisionally merge and manipulate some web pages to a single document on my computer.  I would like to be able to remove most or...
This is a follow-up question to: ID: 23544575: http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_23544575.html.  I think I may have closed that one prematurely. ...
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 ...
Calculate Dates between a date range and write all the Dates inbetween to an excel Horizontally using VB6 Forexample: startDate = 6/11/2008 endDate = 6/15/2008 the code shall print...
I have a treeview control that has three layers. Parent, Child, Child of Child. I have check boxes enabled. How can I loop through the treeview and find the key field information for the child...
Background: I have a word document (.doc) that opens with a userform that has 3 radio button options.  Upon clicking the submit button, a template (.dot) opens based upon the choice and the or...
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...
I have been trying to deal with this issue for some time now, so any help would be appreciated. I have a method called Private Sub txtWorkOrder_LostFocus(ByVal sender As Object, ByVal e As Sys...
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 created a set of dynamic controls (textboxes, comboboxes) based on what a user has selected within an option frame. For example, a user selects Items, which dynamically creates 3 combo ...
When using my visual basic 6.0 to load an existing vb project, I got the following error: Line 156: Property OleObjectBlob in tblTypes could not be set. I can't solve this and is this be...