Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested VB Objects Solutions: 51 - 75 of 176
 
Hi, I have been trying to Control and Screen Scrape a Rumba 3270 Session from a MS Access Form using the ObjectXMFDisplay Control Object. I've had some limited success:    Connecting and d...
Hello experts. I have a visual basic code in excel in an worksheet change event. There I have many If sentences. In some of them need to run an other if sentence with in the first one. Exam...
I have a fairly complex VB6 app, with Microsoft Word embedded, and it is working just fine. No problems. But I need to turn off the close/exit box on the app, so users will not close prematur...
Hello, I have been given a spreadsheet that has a list of all of the Global Address List distribution lists that haven't been used in the past 365 days. My job is to create a spreadsheet...
I am somewhat new to .net and trying to decipher the best way to execute a simple UPDATE MYTABLE SET MYFIELD=1 SQL statement within VB.Net.  I already have a SQL Connection : dim cn a...
Hi, I inherited a program that is using VB6, ADO 2.8, and Access 97. A user is getting an error message stating " Either BOF or EOF is True, or the current record has been deleted". When I ...
I have a VB6 Project Group that contains 2 projects.  Project1 contains controls.  Using this project, I create an ocx file called project1.ocx.  Project2 contains the actual application which...
Hi guys! Ive been playing around with WMI and CDO. What Id like to learn about is if I output WMI information to an excel file, is there any way to insert the file eg.spreadsheet (with rows ...
Hi Gents, My question is the following.I written a VB6 application to initiate a 3g Mobile internet connection.Everything works fine untill the point I call the 3g Program.The program actua...
i am using the outlook object in my vb app and i need to change the body text to plain text and also need to know how to send without outlook promting me when i do the send. I am using the fol...
I do not know anything about Roman Numerals and I have a problem that request code for it. I'm sure what this is asking me to do. Consider Roman numerals: different letters have numeric val...
Hi There, We are developing an Access App that sends multiple emails with particular content and particular XL attachments per email. Depending on certian perameters the emails need to com...
I need to hide a 3d-party window application using SWP_HIDEWINDOW. On this question i have attached a screenshot of Winspector and the code i use to try to hide the 3d party window application...
Hello i got the error 424 en VBA/excel ,  and i couldn't understand the error or fix. The error stop in ..... Is Nothing Then DelRange.EntireRow.Delete Thanks Itzel
Hi, I am using Visual Basic 6 and I am creating a new excel spreadsheet. What I would like to do is to turn on the autofilter and have it on row 4. I tried using oExcelWorkSheet.EnableAutoF...
I have generated code in VB6 to create user accounts and set their properties.  Everything works, except the password does not set.  I have checked the value of my password string variable at ...
I want to handle events in VBA which is implemented in c# Dll and registered using regasm.exe. I am able to get that instance from Runtime Object Table but event not visible in that object....
hi experts, i am creating a form. there is a button and a label. i would like to know if there is a way that after i click on the button, and then the caption of the label will chan...
I have to create a data report in visual basic 6 to print on a pre-printed form. I always get "Reportwidth is larger than the paper width" error. Only the details section is being used. Al...
Hello Experts, I am getting an error when I try to use one of the function of the Com Component I have registered on win 2003 server. <%=myAccessClient.UserTree(CBool(blnGrpAdd))  --> line 2...
Is there a stream reader in vb6 ? I have a website I need to connect 2 and I need to have the stream reader read 1 line at a time and store each line in a variable.
Using the code below, is there a way to force the opened IE window to have focus? There are multiple menu choices,  so the user may open 2 or more IE windows. The first window opens on top, bu...
Hello, Once I have created a lotus notes session: Set ns = CreateObject("Lotus.NotesSession") is there a way to extract the current logged in users -> user name and full email address T...
I am using VBA in Access, and have a folder that I copy data and folders into.  However, each day, I need to clean out the folder to put new information in.  Sometimes this folder has many fol...
I have created an Excel 2003 chart through Visual Basic 6 but no data points show up.  Everything looks right except for the missing points.