Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top VB Controls Solutions: 26 - 50 of 84
 
Hi, Anyway for a VB6 list box to have an individual colour per line? If not, anybody know a free control that expands the list box to have this functionality? Thanks, Uni
I am new to VB6 and have been asked to develop an app to read serial port data froma digital display. the digital display is hooked up to a linear measuring device. i would like to use the msc...
I have an Excel spreadsheet with an embedded PDF file (Insert, Object, Adobe...) How do I extract that object and save it to the hard drive using VB 2005.  I am able to save the PDF object ...
Hello Experts, I know it sounds a bit easy for you but im getting mess with it...Here is my question, I have a form with different controls (textbox, checkbox,combobox, etc)... I know when ...
Hi I have a textbox with the data source set but I want to change it during runtime. I thought txtBP(1).DataField = "" Set txtBP(1).DataSource = datBase would work but I get the e...
Dear Lords of the solution, I have created an enquiry form at - http://www.aecmaintenance.co.uk/airCon_enquiries.asp and the corresponding page is - http://www.aecmaintenance.co.uk/airConPo...
Can someone please SHOW THE EXACT CODE for displaying a .swf file (movie) in VB6.  Assume I have a blank form with the Shockwave .ocx control (ShockWaveFlash1) on it.  Which property points to...
i, I am using the following code from the MC website to create an appointment from VBA under Excel:  ' Create a new appointment.    Dim olAppt As Outlook.AppointmentItem    Set olAppt ...
Hi, Can somebody please give an example of how to use the VB6 ListBox columns? Thanks, Uni
I am working in VB 2008 Express Edition I am trying to open a help file using a toolstripmenuitem,  but I can find no code examples to trigger the HelpProvider when the toolstripmenuitem is...
I have four groupboxes with textboxes in a VB.Net windows application form. I would like to be able to access the textboxes generically as well as the groupboxes they are in. I have attached t...
Hi, VBA/Excel issue I am encountering an issue where I get the error "could not set the rowsource property. invalid property value". I have a listbox and change the elements it refers...
Hi All : I enjoyed the solution to :VBA to open web page, find text, and click on text's URL link. However i would like to use Firefox instead of IE .How could i got about it ? Thanks
hello im new in vb... this regarding  on importing excel file to  sql table.... i already have a .bas file in dts import wizard of sql  and added to my project in vb6.  my problem is how c...
Hello, I am trying to figure out how to display a contextmenu (NOT a contextmenustrip) at my notifyicon location when the user right clicks the notifyicon.  I don't want to use the newer ...
Hi, I am trying to develop an application where I open docments using Office 2007. I don't want users to be able to save the document by clicking on "Save as" menu item. Is there any way I...
Hi all, I'm building an application that is a wrapper for everthing this company needs to do. I have all of their forms, Webbrowser, utilites etc. loading up as child forms in a parent MDI ...
Hi I have a timer control on a Windows form in Visual Studio 2008. I want the Timer1_Tick code to run at the start of every minute. At the moment I have the Interval property set to 60000,...
I have this sub routine. I thought I had it setup correctly to enumerate the com ports on a maching but it is not working what so ever. It compiles, and runs, but I get teh Error 20: resume wi...
Hi, I have a simple problem, but I am not able to solve in. I am programming in word 2003 vba. If the user clicks on a menĂ¼ entry the frmTextmarkenEditor is show. The form tells the user...
Hi, I'm very beginner at coding and require help with what I hope is a simple question. I have a control array of 10 textboxes which need values assigned to them by an sql server database. ...
Hi, This is likely a really easy question. I have a function that is passed a string with the name of the UserForm I want to show. I have tried the following code:     UserForms("formna...
I have a treeview control with folder icons at the non-leaf levels to show whether the node is expanded or not. Is it possible to change the mouse cursor if it points to the icon vs when it...
I am implimenting this code to create an audit trail - I got it from here: http://articles.techrepublic.com.com/5100-10878_11-6166807.html I got it working and now I am customizing it to...
I have a listView control but I cant see the entire value of the items in the list - I cant find any limit that is being set on this control - Is there a max limit on listView controls ? (I go...