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...
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...
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,...
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 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 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...
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...
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...
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...
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 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 want to move command button in runtime using mouse.
how to move commandbutton using mouse in vb6 at runtime ?
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'm new to VB and trying to create an hta that includes a browse button that can be clicked to allow the user to select a file, then have the extension of the chosen file checked to make sure ...
I need help with a time controller, messageboxbutton and my button has to have a number checker that will accept a number and test to see if it's within an acceptable range of 101 to 500. Also...
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'm working on a script that will create a signature block in Word and then save it into Outlook as the users default signature. The problem I'm having is that by default, Word now adds spaces...
I have a text box named tax2use and a label named lab_tax2use on a report. I have a table named 'setuplite' with a field named 'chargetax' that can have the value of Y for yes or N for no. I w...
Hi,
I have spent a full work-day to solve this but i was not able to.
Here is my problem:
I use VS 2008 with .NET 3.0 FW and code in VB.Net (Desktop App).
I create a Datagridview(DG...
I have been searching on this error and cannot find any solutions that come close to discussing my issue. I'm not sure if I should be looking to modify the webform or the dll.
I have a simpl...