Netminder, EE's Site Admin, joined October 29, 1999, and has since become a cornerstone of the EE community. Here's to ten great years!

Congratulate Netminder
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top VB Controls Solutions: 1 - 25 of 83
 
How to Resize Form & Controls based on Screen Resolution in VB.net 2005
Hi All,     Now I have setup package that create from VB 6.0, normally I have to setup this program to all client pc, Any one know how to convert this setup files to MSI format ?    If I c...
I remember the code for the on update command in the old vB. I want to set focus to a list box after the user chooses a item in a combo box, I want it to jump to a text box. I am using Visua...
Does anyone know how to create a progress bar at runtime in Visual Basic 6?
Hi guys, I need a sample code or tutorial to do a multi column list box like what display in attached picture. Please help Thanks
I have a userform with 3command buttons:  Time Spent, Estimated, Fixed.  When a button is clicked, I would like another userform to open and the current form to unload.  I've tried using Show,...
Hi,  I have got a script that sets up printers on our network.  after setting up the printers on the users machine the script then looks at AD to see which department they are in and should se...
How to programmatically create a system DSN for Oracle 10g in VBA. The program should check if the DSN entry is there if not then create  one.
I'm using Outlook 2003 andI am doing my first custom form.  I've created a folder to hold "Mail and Post Items," then designed a form using the Standard Forms Library "Messages" form as a star...
I would like to know how to go about validating controls in a custom user control. I have an aspx page that has two sections - one section for gathering input and one section for displaying...
I am a novice at this and am having difficulty completing some code. (combination of recording a macro and serching the web). I want to run a macro which references a cell in a different work...
Hi x-perts, I need to drag items from a list box to listview. In the code below ListBoxPortAll is a listbox and ListViewPort is a listview. The above code generates an infinite loop when...
I am trying to make the column headers clickable for sorting purposes.  Code provided below.
Hi X-perts, I have a trackbar which value, when changed should trigger another sub (building a flash chart). I am using on Slide event, which works fine, but triggers a series of triggers f...
Hi, I have the attached code in a function in a macro in VBA. I pass it a filter string, which is then used to display .xls and .xml files for selection through the GetOpenFileName function...
My WinForm has a treeview on the left side, clicking on a node determines what displays on the right hand side of the form using the treeview's afterselect event. Right after a node is clic...
Hello, I am currently doing a project in which I use a binary search tree to store an algebraic expression, I need a little help to make the parser just that if someone could provide me some c...
I am attempting to create a script file that will prompt the user for a numberic value, the numberic value will be part of a string that will act as a location for a file to be copied to.  Dif...
I have a combobox that loads on the page load event of my form with a dataset.  For instance I load all of the states with a display member and a value i.e. value = "TX" display item = "Texas"...
I have set up a quick VB 6.0 program with a rtf text box and am copying and pasting Greek words from a Word document into it but my program inserts tiny square boxes in between some of the let...
I need to popup the calander when the user clicks a text box or a combobox. The user will select the date from the calander which will be the input for my query.
I am trying to get two progress bars to work. I have a subroutine that calls the other form upon clicking a button that will go through and add items to a database. we wwant to implement 1 pro...
I am trying to use the Webbrowser control in VB Studio 2008.  I added the "MS Interenet Controls" as a reference to the project.  I dragged the Webbrowser control from the toolbox onto my form...
i have a simple form with following fileds: Record number Input Count recorded Date Recorder name Completed Date 1    50    9/13/2009   Joe        10/13/2009 2    150   9/11/2009  Steve...
i have two forms in my application the user starts with the form1 when he activates the form1 i get the connection with the following code in the UserForm_Activate Set XREFClass = New XREFCla...