| Thread | Last Post | Replies |
|
| Adding items to an existing array? | 31 May 2008 15:26 GMT | 3 |
I have a small array of strings and would like to add some new items to it. Here is the code... emails = Array(Split(email, ";", -1), myAddress, "Another User")
|
| Sending binary data with MSCOMM.... | 31 May 2008 13:35 GMT | 10 |
I have an application that communicates with an industrial recirculating chiller via RS232. The application acts as Master and sends binary data in the form of commands to the chiller acting as the Slave. This part of my application has worked very well for a number of years ...
|
| VB5 Printing | 31 May 2008 06:15 GMT | 12 |
I am looking for code that will allow me to print to other than the default printer. I'd like to be able to select a printer and then print to it. I now have the XPS printer as default and then select a printer and print to it. Any help would be helpful.
|
| An empty question | 31 May 2008 06:11 GMT | 10 |
I had to set up a counter in a Sub that was a necessay global Sub. But I don't want that counter to have any future after that global Sub is run. The only things I have in it are Constants and that keeps it small. But to do what I want to do with the counter k let's say I noticed ...
|
| Internet Automation | 31 May 2008 02:33 GMT | 4 |
I was thinking that manually updating the firmware on 200 or so wireless routers would be tedious so why not mechanize the project. I have the particulars for each box, but I need to read the version number of the unit to chose from one of 8 different possible ROMs that need to be ...
|
| How to create a constant format page | 31 May 2008 00:14 GMT | 1 |
I have a lot of data that I have to put into a report. The workbook has several sheets in it and all the sheets have the same format. The way I have everything set up, is that only a few cells are merged, a few columns of equal length are different colors, and there is a few
|
| extra/missing events on Vista | 30 May 2008 22:45 GMT | 3 |
I have a VB6 app that was created for XP. I am testing this app on Vista and have seen some interesting issues that seem to be a result of extra/missing events on Vista as compared to XP. First off, I am having an intermittent issue with ctrl-click multiple
|
| Can you convert VB6 to VC++ or C? | 30 May 2008 21:47 GMT | 3 |
Has anyone tried any of the available software to convert a VB6 program to VC++ or C?
|
| Using VB 2005 to insert record into Access 2000 | 30 May 2008 21:20 GMT | 4 |
am using VB 2005 and MS Access 2000. - I created a console application in VB 2005, then chose data, add datasource, database, new connection. - datasource: Microsoft Access Database file
|
| Error 67 | 30 May 2008 20:14 GMT | 9 |
Please help me, i am geeting a "Too Many files error 67". Below are my code snips. Whenever i open a file i close it like below:- fileptr = FreeFile
|
| Retrieving code from a print file of vb project code (vb6) | 30 May 2008 18:29 GMT | 12 |
Hi I am trying to retrieve the code in notepad from a saved print to file vb project source code. With this I am not getting clean code. Is there any way a clean code can be retrieved from print file version.
|
| Convert string to HTML | 30 May 2008 18:27 GMT | 6 |
If anyone can help me with the code to convert this string: Earth.United States.Texas to: <a href="http://www.mysite.com/showgroups/?GroupName=Earth">Earth</a>.<a
|
| Open File For Input Method Faster Than File System Object Stream? | 30 May 2008 11:06 GMT | 2 |
I have about 200 text files where I am trying to read data from certain lines depending if certain text values can be found using instr. When using the 'Open File For Input' method and doing/looping until
|
| ad infinitum? | 30 May 2008 09:08 GMT | 8 |
Hello. I know we can't do something infinitely many times but maybe enough for government work. I was setting up an IF THEN statement that contained another. Sort of like this: For my purpose what the variables mean isn't necessary for the question.
|
| Access 2007 and VB | 30 May 2008 08:55 GMT | 8 |
I have been forced by computer failure to change from a upgraded Windows 97 Access DB to the new MS Office Access 2007 and I cannot get file to convert from one to the other. Can anybody offer help on this? What was the last version that will run with VB without problems?
|