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: 1101 - 1125 of 1409
 
First, thank you for your time. In my vb6 project I have many forms.  For each control on each of the forms, I am logging all user interaction.  This way when a runtime crash occurs, I can ...
Hi,   I have three textboxes, one above the other. As I load data into each textbox, I need each one to move up, or down, (Shrink/Grow) depending upon how much data is in each textbox. so t...
I have an Excel-file which I want to save to a newly created folder in a specific location by means of a macro. The Excel-file has a (named) cel in which the macro can find the filename, and a...
Dear All, I am trying to automate a webpage through excel VBA. One of the steps requires cancelling a file download, however, the event I have put in (WebBrowser1_FileDownload()) does not f...
I'm having issues with controls on an excel worksheet.  There are too many to shift to a form at this point but I am having issues when I use a projector...has something to do with the differe...
Hi, I have a problem when I try to run our VB6 application on a new laptop with VISTA. We get this message: "Component 'S6nonCK.ocx' or one of its dependencies not correctly registered: ...
Just wondering, cannot find any reference to what it does through google and f1 does not bring up any help
Hi, I have tried multiple things, to no avail. This what I need your assitance on. VB6 With WinXP 1 Form, 1 Listbox on left of form,  1 SSTab with 7 Tabs in one Row, 1 MSHflxgd in each T...
I'm developing a windows application in VB6, and I'm using forms with Active Bar components for enabling docking purposes. I'm experiencing a very odd behavior with the keyboard keystrokes not...
I have an Excel Listbox that I'm using on an Excel 2003 worksheet to change a cell (LinkedCell) which controls the conditional formatting in another part of the worksheet.  The function works ...
Hi I have an Excel VBA 97 project with one form and several modules. Can this be imported easily into VB6? At the very least can an Excel VBA form and its backing code be imported into VB...
Running the .bat from the command prompt works perfectly but running it from VB returns an Exception in thread "main" java.lang.NoClassefFound Error. I'm using the following code in VB to c...
I have created my own web browser in vb6 for an intranet project but it was opening links with the _black in internet explorer, so i added the code below to get it to open in a new custom brow...
Hi Experts, I  am working with VB6 and using Updown control to iterate thrurecords and display data of each record. When a user changes any of the data of the displayed record, I set DirtyFla...
Hi Experts, I'm migrating (actually re-creating) an older VB program to VB 2005. I checked the knowledge base before posting this thread but could not find anything relevant. In my old pro...
I have a text box for entering data to be found on a sheet.  Once the data is entered, I click a button that initiates the find code.  I would like for the button to be initiated upon hitting ...
I have a command button cmd1 in my form, frm1. When cmd1 is clicked, I would like to open another form,frm2, at the bottom right corner of the button. I tried frm2.location.X = cmd1.locatio...
Hi Experts, How can the value of a list box control in Excel be limited to only the values in the list? Thanks
I am using the ShellExecute API to print   pdf   files.  I want to loop until the shellexecute api has completed sending the print job to the print queue then continue with program execution. ...
I have an application that copies and pastes the contents of entire worksheets to other worksheets.  I would like the controls I place on the worksheet to be derived from the Control Toolbox t...
I am using a MSHFlexgrid in VB 6.0.   This grid is on a frame .   I access the frame by clicking antoher grid to grab a record, then clicking a button .  this button clears the grid , populate...
I have a fairly extensive Word application that has macros embedded in a Word template. This application has a custom toolbar, to which I would like to add a button that plays an AVI file (thi...
Hello, I have a program with a text box that i want to execute code from when the enter key is pressed.  The code attached will show the ascii value of any key pressed while i have focus o...
Hi, On a from there are several indexed pictureboxes pctbox(0) to pctbox(8) In each of  these pictboxes there are a number of controls. Could anyone tell me how to iterate this form for the...
How do you hide the "X" dismiss button at the top right corner of a form in VBA