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.

 
Time Tested VB Controls Solutions: 201 - 225 of 1409
 
May I know how can I resize an image control during runtime by using mouse? Please advice. I need to load a picture to the image control and let the user to drag and resize the picture. I c...
I'm using Microsoft Forms 2.0 Object Library to create a ComboBox control with multiple columns and column headers. I could not figure out how to set the columns tite.
Greetings all, I am trying to register an ActiveX component in VB6, but can't seem to do it correctly. When I run the app (from within the VB IDE), I keep getting "Run Time Error 429, ActiveX ...
Is it possible to copy data from excel spreadsheet  to a msflexgrid columns and rows?
I want to do the following in vb 6.0 - open a table in access database and count the number of rows in a specific column. eg. select count(*) from sometable where tableTitle="Something"...
Hi All, I need to have my VB program print a .prn file to a local LPT port. What commnand would accomplish this. Thanks, Mike
I have a mshflexgrid that is populated during form load using additem. I need to delete all the rows except the first row and I can do this via removeitem. However I then need to add rows to ...
For j = 1 To num If Dir$("C:\Program files\Trial" & j & ".prn") <> "" Then Workbooks.Open ("C:\Program files\Comet3\Trial" & j & ".prn")<--------- error 'Sheets("Trial" & j).Select Sheets(...
    I've distributed a VB6 app to an XP machine and I am getting the 50003-Unexpected Error using Comdlg32, Comdlg32.ocx is installed and registered on the XP machine.      I've read about...
Hi all Not sure if this is the right place to post but I am using an IBM program with the following macro I have recorded (see below). The problem I am having is that the macro is not pasti...
I'm trying to get a form creating in VB 5 to work in VB 6. One of the error messages I get in the LOG file is Line 176: Class Crystal.CrystalReport of control Report was not a loaded contro...
I have been looking up different sites on how to scroll a OLE container. But so far cannot find much. I wish to embed a word document into a form then use the HOrizonal and vertical scroll ba...
I'm creating an array of labels from a recordset, and now I want to add click event to them. Is it possible? on the Form load I'm calling this function: Private Function generateView() ...
Is it posible to initialise or set a variable of type date to null / "". HOW? I do not want the 12:00:00 default initiliasation
How to Clear Contents of Cells (Many Cells in One Command) Like in Excel Range("A1:D20").ClearContents Or tell me how to select bunch of cells in one Command in MsFlexGrid. Thanks in Advance
Hi I have the following requirement. I have the below code in a .vbs file i=10 j=10 msgbox "one"  IF i=j then end (I am not sure end works here but end works in VB) msgbox "Two" I...
I have a VB.Net Form with 4 radio buttons, an OK button and a Cancel button.  When the user presses tab to cycle through the controls, the cursor cycles between the first radio button and the ...
Hi, I've populated a combo box on a vba userform in Word via the following code: Private Sub UserForm_Initialize() cboYear1.List() = Array("2008", "2007", "2006", "2005", "2004", "200...
I have a listview and the contents are allways be changed. I want the listview not to have a horizontal scrollbar. Thanks in advance!
I have created an automated  template for word 2003 using vba, the form has text boxes, combo lists and command buttons.  I would like to add a button so that when the users clicks the button ...
Hi, I have a VB6 application that uses VideoSoft FlexGrid 7.0. Our company is going to upgrade to Vista in the next 6 months. My question is will  VideoSoft FlexGrid 7.0 work on Vista? If so...
hi all, i hav a form that having a listview to display data from database. wat i need is to make the certain row of the listview to appear in certain color or bold in certain conditions....
Hello Experts, I'm trying to use the MoveFolder method in VBScript. It works just fine as long as I am doing the move on the same volume. When I use MoveFolder to move some folders to a Map...
hi all experts, i try to do this in treeview, with checkbox = true. when a node is check, all its parent, gransparent etc must also been checked. i use node.parent.checked = true but this...
I have a BIG problem, after some months recompiling a program it will only run on my laptop. All other PC's  give erro FAILED TO ACTIVATE VB.USERCONTROL.. this control may be incompible with ...