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.

 
Time Tested VB Controls Solutions: 151 - 175 of 1409
 
I've seen tonnes of these gauges for .NET ... but looking for a simple one for VBA / VB6.  Just a simple gauge like a speedometer. Here is a .NET version: http://www.dundas.com/microsite/ga...
I have been using Shell, AppActivate, and SendKeys in an Excel VBA macro to post form data and download a file in response (did I hear somebody say Ouch?). Needless to say, the macro is inflex...
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...
Hi, In my VB program, I need to open and read and edit some data from an excel file. After the job complete, I would like the application to auto close, and quit then release the connection...
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 want to be able to select multiple items from either a ListBox or ListView and then drag and drop them into another ListBox. My problem is that you can select the items one by one, and th...
this script will output my Arguments to a msgbox. I'm tryingto figure out how(if there is a way) to have it save/output it to a file(txt) instead. Thanks in advance, '==================...
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 am using Inet for ftp application, i use a proxy server to connect to the internet, how can i tell the inet to use the proxyserver to upload/download from the ftp server
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 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...
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 everybody i'm writting a vb application, and I need to show a message while some code is executing, like a msgbox but without buutons, and also i want to show or hide it without any user...
Hi All, I have had the great (mis)fortune to have inherited a vb6 app whereby the only available source code is about 30 builds behind the currently deployed version and the original developer...
I am attempting to build a VBA 6.0 userform (just below) to submit the criteria on a javascript form/webpage (way below).  Is this possible?  Any suggestions? Here's my code: *************...
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. ...
Hello. I am writing a program that takes an image loaded into picturebox1 and places it into picturebox2 by calling the gdi32 StretchBlt API function. The reason to call the function is I n...
I use the following code to open and read a text file     Set ts = fso.OpenTextFile(FlightFile) The problem is that Norton Antivirus and others think my compiled EXE is a malicious VBScr...
Hi, I counter a problem when I draw a set of rectangles on picturebox, using line method. the rectangles' height are 30 and width are 10, but the result is not what I expect. some re...
about 32700 items allowed to be added, just like to confirm, right figure ?
I would like to enable and disable ComboBox selection in my Excel workbook.   There are three ComboBoxes.  The user will make a choice of two items in an initial ComboBox.  If item A is sel...
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...
I have a MS Excel spreadsheet that calls a custom function.     Several consecutive vertical cells call the function:  =myFoo(A3)                 =myFoo(A4)                 =myFoo(A5) My ...
Hi all, A client of ours has just moved to fat clients from thin clients. They have a small customised Access DB that was running on Access 2003 on a Terminal Server and we've just set them...
I have a app that shutsdown all pcs at 5:15 everyday. It works fine on XP machines just not on Win2k. The old line used to be "C:\Windows\system32\shutdown...etc"  i tried to change it to "%sy...