Advertisement

Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Top VB Controls Solutions: 1 - 25 of 82
 
Animated Gif on VB gif89 ocx I need display an animated gif (i.e. http://www.infrarossi.it/image2.gif ) in a VB5 form. I have already done it using Gif89.dll but it doesn't support stretch...
Is there a way to count how many items are in a listbox in an excel userform? Thanks
Hello all. I have an excel spreadsheet with 3 columns of information.  I have another column with hyperlinks that execute macros.  Is it possible to select an area inside the Information c...
How do you read the values of multiple selected objects in a Listbox whose values are generated from a dbase/dataset? I would like to read the values of each selected item into a single SCV...
I need to optimize the maxchars allowed in a VB6 textbox.  It makes a big difference in the maximum number of characters that will fit if the users enter wide letters like "WWW" or narrow lett...
Using MS Excel 2003 I need to compare a current report with a previous report and create a difference report. For example, given: Current WS Key     Cost         Price 101      $25.00    ...
I have a form with a PictureBox in it.  The PictureBox has controls paced over it.  The PictureBox is the parent to the controls.  The PictureBox is larger than the form and I use a ScrollBar ...
Hello I'm looking for a working example... VB.NET search for a specific email in Active Directory Thanks Mike
Hi. VB6.  I have a Label on a PictureBox on Form1 which I want to Drag and Drop onto a PictureBox on a separate Form2.  I get error message 425 Invalid object use.  Dragging and Dropping the ...
I have a vb.net form with datagridview control that bound programmatically. The data source for this control is coming from a SQL query, I want to take advantage of the sorting capabilities th...
I have an unbound datagrid and I would like to point to the last record added after refreshing the datagrid. Keep in mind I'm not using any data adapter. I'm feeding the the record source of t...
I found some code that was very helpful in accomplishing what I want, which is converting HTML to RTF.  I have seen several examples, but none of them work or work like I would like.  I have s...
I have a VB.NET form with a large number of controls within a tablelayoutpanel.  When I show the form, it takes quite a while to load and causes a great deal of flicker.  Is there a way I can ...
Hello. I have just installed MS SQL 2005, the .NET Framework 3.5 with SP1, created "Database1" on server named OCM\SQLEXPRESS and copied the attached code below "Sub ConnectionExample4()" and ...
I've been asked to add a option in a dropdownlist in a form applikation. The dropdownlist is populated with other control types like textbox, textarea, radio, checkbox, and so on.. the dropdow...
hi i have 1 combobox  and three textbox i want these fiels to insert it in a datagrid view.HOw i can ihser data on it.I am using vb 2005 linked frommms acess 2003
Hi everyone, In a VB.NET 2005 - WINDOWS application: I have an application with about 50 forms that needs to be refractored in a way that the user does not have to press the "Save" butto...
sprintf(myHex, "%x", myInt); works for small numbers but is there a way to convert large numbers (larger than 2^32) to hex string or number in C? Thank you!
Please provide a VBA example of how to access and set the value of a textbox placed on an MS Forms 2.0 Frame Control within an MS Access form. In Excel the following code displays the valu...
Hi, I am trying to do what should be a simple thing with a list box with mutliple selected values and can not seem to get anywhere near what I want as the result. Basically I have a mutli s...
i use to put (textboxes, combo, dtpicker.etc)  in a frame from vb6. In this way i can use "Frame.enabled = false" to make it readonly while the user browses the file. When i shifted to VB2008...
I am developing an Access 2007 "project" (.adp) as a front-end to a SQL Server 2005 Express database. Earlier today I managed to download and register MSCOMM32.OCX and now appear to be able...
In my attached Job/Applicant matching application I'm all of a sudden getting thei "Operator '=' is not defined for type 'DBNull' and type 'Integer' (line 177). It happens when I select a row...
This works in IE after I've changed  'dropoptions.Visible = False to dropoptions.Attributes.Add("style", "display:none;")  but not in FireFox.. Page_Load:
Hi, I have a groupbox containing 3 listbox and 3 radio buttons, Im trying to write a function to add items to all 3 listbox, but I keep getting errors like Conversion from type 'RadioButton...