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: 26 - 50 of 85
 
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...
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 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...
Experts, I am a VB noob and need some help with a basic task.. I have a macro that is inserting a time stamp into an excel area/object. Is there any way to specify a font and size with ...
Hi X-perts, I have 5 identical trackbars (trackbar1, trackbar2...trackbar5). Each track bar, when changed should show its value on label1,label..... label5 respectively. How can I write it ...
Hi i have a table that has data for many person. And a second form that is a query form . I want to be able to query from these query parameters but the main problem is getting data from mult...
Please help.. This is my second time trying to get assistance!! I have a datagrid that populates based on a match or no match of info that comes in from a stored procedure.. ALL I need to w...
Hi, How to sort a unbound datagridview column alphabetically. Cheers
I have a simple listview in vba and i need to do a context menu on right click of a record in the listview.
I am looking for resources, web sites, good books, etc. on the following... I have an application written in VB.Net 2008 and have a number of questions on publishing applications.  How to ...
I'm trying to edit an access template but an having trouble.  The text boxes, combo boxes, etc...seem to be linked together so that when I edit the height, width, etc...of one, all of the othe...
Hi I am programing an inputbox in VBA for excel 2003 and i need it to contain many different options around 44 different options. each are just short dates eg. 1. Oct-09. I know the coding ...
Hi Experts, This items has many posts and solutions. Some that are helpful, others are not. I have a conventional MDI parentform using using Infragistics ribbon bar as menu. This form and t...
How can I make my vbs script write the results to a text file on the C drive?
Hi experts I have a DataGridView populated with product listings. I have worked out how I can change the background colour of one of the cells if there is no stock for an item, but this see...
I need help deleting the stuff on the router and config it to work with my wireless router in my home if i cant do that like to config it to work with ethernet only with my cable modem
The context menu for the listview works fine if the listview is single select. On multi select the contex menu does not disappear, i have to click on the listview 3 or 4 times for the context ...
I almost embarrased to ask this  but... I started up my trusty vb6, added a form, and looked for the list of controls (icons) that are usually on the left side. They are gone!  First off, wha...
Hi All, I have this problem in several programs I am working on. I have a richtextbox which displays text loaded from a data base.  When the form first loads the RTB displays the text star...
Hi X-perts, I cannot understand why a standard button and a button from a toolstrip give different sub execution - have a look at two identical onClick buttons. The problem both buttons ...
Hello. We are unable to set the color of tabs (the tabs themselves and/or the body of the tabs) in VB6.  We see in the properties menu where we can change the color, but the end result is j...
I have followed the guide at http://msdn.microsoft.com/en-us/library/aa289500%28VS.71,printer%29.aspx#vbtchcreatingcontrolarraysinvisualbasicnetvisualcnetanchor5 and all seems ok up to th...
I want to move command button in runtime using mouse. how to move commandbutton using mouse in vb6 at runtime ?
I have a number of masked and unmasked textboxes in an app that when the user gives them focus, I want all the currently displayed text to be selected. I have tried the following: Textbox1...