| Thread | Last Post | Replies |
|
| Howto make a Copy of File and retrieve the resulting file name? | 13 Oct 2004 18:42 GMT | 2 |
I want to make copy of a file with the target destination the same as the original file and let Windows pick the filename, e.g. Copy of File.txt of Copy(2) of File.txt.
|
| Date format with VB.NET | 10 Oct 2004 16:36 GMT | 1 |
I have some problems with the date formats with VB.NET Here is my code: dim dDateF as New DateTime() dDateF = Today
|
| Update text file | 08 Oct 2004 14:11 GMT | 2 |
Hi, I want to update such a text file like name, age, location jack, 25, local my code is:
|
| SHELL Winzip | 05 Oct 2004 07:13 GMT | 2 |
I am using Winzip to compress files on Win98 - ME - 2000 en XP. Only with XP (service pack2) there is a problem with one of the options of the SHELL function. If you use the option VbHide Winzip won't start. I have tried it with all the other options and they work fine.
|
| Background Operation | 03 Oct 2004 03:01 GMT | 4 |
I'm an amateur VB programmer (can't really say I'm that good really). and new to this group. I am a working on a comm. program that uses the serial port via. MSCOMM32 to communicate with a cnc torch. It sends requested files to the machine. I was wondering how to make this ...
|
| Property accessors with different visibility modifiers?? | 01 Oct 2004 13:21 GMT | 3 |
I am wondering if this is possible: Code myself a nice class, say MyClass. Give it some property, say MyProp which has Public Readonly but Protected Write-ability. So it would be, in effect, something like this: Public Property MyProp() As Whatever
|