2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Time Tested Visual Basic Solutions: 126 - 150 of 8398
 
In VB6 I have a Byte array Type PlayerBitType     bit(1 To 13) As Byte '13 bytes = 13 x 8 =104 bit values End Type Dim mybytearray() As PlayerBitType I can set and clear and chec...
Hey, I have an out-of-process Active Exe that has a single-instance class that gets passed to several different applications so that they can communicate with through this "relay" component...
I need to access a web service from VB6.  From what I've read SOAP is the way to go.  I've downloaded the SOAP 3 toolkit and created a simple exe and it works on my PC, but not on my test PC. ...
Hi, Not sure if this is the right place, it's vba though.. anyway. Within Excel, I use : Activesheet.Printpreview And I would like to know if it is possible to figure out of one ...
Hi. I am looking for a way to loop through letters 'C' to 'BX' to populate cells in an excel spreadsheet with a formula. This is my code:     ActiveCell.Formula = "=VLOOKUP(C4, Data!G3:...
I have a Access project that I am using VBA to create Outlook Calendar Appointment.  The following code creates a new appointment in the defult Calendar window of MS Outlook.  Outlook allows y...
Hi all, I am currently using WebBrowser control for VB6.0. When I navigate through a password protected user login website within the WebBrowser, whenever I click on a link that opens a new...
I know the basic SendKey syntax in VBScript but is it possible to send keystrokes to a window that is not active?
Where can I find some documentation that would describe all CDO message properties and methods?
This is a VBScript question... I have a VBScript that I use to download some files from a network server and then launch Microsoft Access. The download can sometimes take a few seconds and ...
Hi: Can any one please tell me when i run the program it gives Run Time Error on one of the user desk. But it will not gives error on my computer even if i login with the user account. Is this...
I have a file that gets overwritten everytime there is a file change.  For instance, I have a vbsript that runs and compares files to see if there is a difference.  If there is, I have it read...
I am writing a program in VB that deals with a large number of business functions. One function I want to have in the program is the ability to print checks. Both as payments and as income che...
I would like to either change or delete all of the user's in our OU home folder that is listed in the user properties > profile tab, home folder, connect some drive letter To: some share. T...
Hello Experts. My VB app checks if there's an update, and if there is an update available, it uses winsock to download & run the exe. Unfortunately, it generates the following error on some co...
I want to read PST files directly in my application without the use of outlook. I tried some vbscript code for adding a pst file to a outlook store and then read them with the the outlook api....
I do most of my programming in vb.net and in a lot of cases I swallow the GUI error message in the Try Catch End Try loop and write to a table or log file and report a more friendly warning ba...
I Wrote a VBA code sometime back. Since the file was shared so i password protected the modules. Now the problem is i forgot the password.  I remember there is a freeware that can retrieve pa...
is there a function or way to return ONLY the number to the left of the decimal point? for example.  if the number is 6.766  I only want to return 6 to an equation Thanks
Hi all! I need to send a HTTP request to a certain asp file on the internet so as to trigger a action like sending emails, etc... how should i do it?? thanks a million
I just installed VB 6 pro. After rebooting, I get a window asking if I want to install MSDN, it even has a radio button. I try to install from the (only )CD I have and just can't find the loc...
I am using VB 2008 Express to develop a forms based application that has a main MDI Parent form and about 5 or 5 other forms. I am able to load one form as a child of the MDI Parent in the par...
How can i do the following in visual basic v6? Open a .txt file ( e.g c:\test.txt ) Start searching for the string <a href=" from the top of the .txt file If found on .txt file then grab ...
Hi Guys, I need, using VB6 to be able to detect when a USB device has been inserted or removed. I would prefer a method that uses either WMI or something that would not cause a problem when...
I would like to know how to program a SMS (GSM) program which will allow me to send SMS's around the world.I would love to get a example program which will show me sort of what to do.I need it...