| Thread | Last Post | Replies |
|
| Finding Existance of Subdirectories | 31 Oct 2004 00:59 GMT | 1 |
I can determine the existence of a directory and a file - no problem. I can't determine in code if a subdirectory is present. Please help, guys ! John
|
| How do you open a file in VB net if its not a txt file. StreamReader won't work. | 22 Oct 2004 22:05 GMT | 1 |
I am looking for a way to read a .DAT file into VB.net so I can use the data. I can only get the first piece of data from the file to load into VB.net using streamreader. I have tried ".readline" and ".readtoend." In both cases it thinks the file is completely loaded
|
| Strange Error | 20 Oct 2004 18:31 GMT | 8 |
I've just downloaded the vb.net version of David Irland's blowfish algorithm I used his VB6 versino quite sucessfully for password encryption. Moved up to vb.net and downlaoded the above. The projext as downloaded
|
| Move subclassing code to vb.net | 14 Oct 2004 21:58 GMT | 1 |
I have a listview in VB6 that utilizes subclassing to hide/lock columns. I want to move this to VB.NET,via the upgrade wizard, but I cannot find a replacement for:
|
| Upgrading VB6 COM Objects to VB.Net - questions | 13 Oct 2004 20:29 GMT | 4 |
I'm new to .Net so please be kind.... We have a COM class project in VB6 (ActiveX dll), and it is used by numerous applications. We want to rebuild the project in VS 2003, which seems fairly easy to do.
|
| VB6 Runtime Error: "Unexpected error; quitting" | 06 Oct 2004 20:15 GMT | 3 |
I recently installed VS 6.0 on a XP Pro PC that already had VS.Net 2003 installed on it. I also have several drives and installed VS 6 on the E drive, which is also where I have VS.Net 2003 installed. The only problem I encountered during VS6 installation was an error stating ...
|
| Showing Forms | 04 Oct 2004 10:33 GMT | 5 |
What's the Visual Basic.NET equivalent to VB6's Form.Show command?
|