| Thread | Last Post | Replies |
|
| Working with word | 22 Oct 2004 07:55 GMT | 2 |
how do i get to open a ms word file having a table and view the data in the cell of the table in my visual basic project on a grid? Thanks in advance
|
| install program | 22 Oct 2004 06:11 GMT | 16 |
I just finished a simple VB application, and it can't be run at a common system without VB program installed. How can I make a setup application to copy related DLL/OCX files and register them to the system where the VB application installs? Thanks for any help.
|
| Map/Disconnect Network Drive | 22 Oct 2004 04:05 GMT | 7 |
I have a requirement to do the following: I am using Windows XP, and am wondering what API calls I would use to map and disconnect a network drive. Any help on this would be greatly appreciated!
|
| Shuffle lines of data. . . | 20 Oct 2004 15:31 GMT | 4 |
I have a file from 400.000 lines like below: 0000 0000 0000 0001 0000 0000 0000 0002 0000 0000 0000 0003
|
| VB5:Problem Toggling an Object's Visibilty | 20 Oct 2004 01:04 GMT | 10 |
Hi, I'm trying to toggle the visibility of an object on a form by a predetermined number of times. If I put the following code in a command button, then it toggles perfectly with each click of the button.
|
| SQL Error Message | 19 Oct 2004 23:37 GMT | 2 |
I have been getting an error message when writing a connection to a SQL database that indicated SQL Server Does Not Exist or Access Is Denied. I can access it various other way. Here is my code. <?xml version="1.0" encoding="utf-8" ?>
|
| Accessing properties of a returned Array of a class | 19 Oct 2004 18:15 GMT | 3 |
In a COM DLL, I have a method, which returns an array of a Class. When I get the array of class back, I am having trouble accessing its properties. I can get the UBound() on the array, but cannot seem to get to its properties.
|
| Problem writing a file - vb6 | 18 Oct 2004 23:43 GMT | 2 |
I need help figuring out how to write binary files in VB. What is happening is that the file always contains 8 extra bytes at the beginning. I know that filedata contains the correct data - the data is a cabinet file (.CAB) and the header sig of "MSCB" is the first 4 bytes
|
| trouble with changing sheets | 18 Oct 2004 20:43 GMT | 1 |
I am trying to use VBA to automate some formatting in Excel. What I have done so far is that a sheet gets formatted, named, and copied. The copy of the sheet is renamed "Standard Chart Data". Then the original sheet undergoes more formatting. I am now trying to shift the ...
|
| Syntax help number work text does not | 18 Oct 2004 18:29 GMT | 5 |
In the following script I am doing an or statement at the end to perform a function based on the Operating System type determined. I can get the "Or" function to work only with numbers as shown in this example. I would like to
|
| Icons | 15 Oct 2004 16:35 GMT | 5 |
I have a VB app that is beginning to have quite a few icons associated with it. Here is my problem: - Some of these images are icons of different sizes - Some of these images are logos that are used on reports
|
| Taking data out of an file | 15 Oct 2004 07:15 GMT | 2 |
I have a file from 100000 lines like the way below: Input Jan de boer ,Paardweg 12,Dierendorp,123455,AGB456,WERTO Jan de boer ,Paardweg 12,Dierendorp,123455,AGB456,WERTO
|
| Changing date format of multiple files | 15 Oct 2004 02:20 GMT | 4 |
Would it be possible to write a program that would change all the file names in a folder from one date format to another. All the file names (and there are about 6 thousand of them) are in the following format: Doe, John 10-14-2004. I want them changed to the following format: ...
|
| Resetting Error Trapping to original System Behavior | 14 Oct 2004 03:21 GMT | 2 |
If you never issue an On Error statement, the system behavior is to display a dialog with the error information. Once you issue an On Error command it looks like there is no way to get this behavior back unless you add your own error trapping logic to every procedure
|
| strip IP address out of text file | 13 Oct 2004 19:07 GMT | 3 |
Hello, after learning that I was taking a class in VB.NET, I have been drafted to solve all my companies VB/scripting problems - hey, I should know everything; I've already taken 6 classes ;) I should have been quiet about it, but then I would never be reimbursed. Oh well.
|