| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
_List all files in a directory to a ListView. (Uses FileInfo and DirectoryInfo functions)_ | VB.NET | Beginner / Jon Barker (from psc cd) | 6389 since 1/1/2015 6:52:00 AM |
By 16 Users
|
|
This code simply lists all files in a folder you select to a listview, in report mode.
====> When reproducing this code: MAKE SURE YOU INCLUDE THE 'imports system' and 'imports system.io' headers!!! (Or it will not recognise the functions) (ScreenShot) |
|
|
|
 |
A file event handler | VB.NET | Intermediate / Thomas Raben (from psc cd) | 2329 since 1/1/2015 3:59:00 PM |
By 6 Users
|
|
Will detect, creation, deletion and renaming of any file/directory on the system, a folder or a folder and its subfolders. |
|
|
|
 |
A Winsock File Transfer example for VB.NET (and it works! :) Clocked at 1Meg/second over 10mBit LAN | VB.NET | Intermediate / Jon Barker (from psc cd) | 11972 since 1/1/2015 2:07:00 AM |
By 10 Users
|
|
This code (the first of its kind in the VB.NET section of PSC) will allow you to quickly and easily send a file over dialup, LAN or BroadBand. Works fine, and all the programs that i tested it on (from 20k to 200Meg worked fine after the transfer!)
If you ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
A+ VB.NET Zip Library | C#, VB.NET, ASP.NET | Intermediate / Matthew Hood (from psc cd) | 3171 since 1/2/2015 9:36:00 PM |
By 7 Users
|
|
This is a Zip File compression class created in VB.NET (using the J# library). It is able to open and create Zip files, and provides the basic Adding/Extracting/Removing of entries. This was designed to be a simple class that can be imported to any projec ...(description truncated) |
|
|
|
 |
Advanced File Fuctions | VB.NET | Intermediate / Karthikeyan.R.Krishnamoorthy (from psc cd) | 2894 since 1/2/2015 2:30:00 AM |
By 25 Users
|
|
The Tutorial set sights on Accustoming VB Net Developers with sophisticated File Functions. However main weight is rest on Reducing Code complexity. I strongly believe Code that is easy to Understand works better.
I am sure you will find it useful. Please ...(description truncated) (ScreenShot) |
|
|
|
 |
All file and directory operations | VB.NET | Intermediate / Karthikeyan.R.Krishnamoorthy (from psc cd) | 2369 since 1/2/2015 1:35:00 AM |
By 19 Users
|
|
The Tutorial aims at acquainting beginners, of each and every file and directory operations. I have given my main emphasis to reduce complexity and length of code.
I am sure you will find it useful.
"Please Vote". ;-)
Kart
(ScreenShot) |
|
|
|
 |
AppConfig Writer class | VB.NET | Advanced / Mähr Stefan (from psc cd) | 2567 since 1/2/2015 4:24:00 PM |
By 4 Users
|
|
Ever wanted to use .config files but hesitated because you were not able to write to them? This class allows you to easily write and read from .config Files. The class works (thanks to reflection) both in debug and release mode without any changes. Becaus ...(description truncated) |
|
|
|
 |
Application Configuration Files | C#, VB.NET, ASP.NET, C++.NET | Intermediate / D. de Haas (from psc cd) | 3255 since 1/1/2015 4:37:00 AM |
By 11 Users
|
|
How to use Application Configuration Files. |
|
|
|
 |
Application Path | VB.NET | Beginner / Gene Averett (from psc cd) | 2403 since 1/1/2015 12:01:00 AM |
By 6 Users
|
|
This code shows how to get your applications path(app.path) just like in VB6. |
|
|
|
 |
Associating file extension to Your Application in .NET | VB.NET | Beginner / SREE KRISHNA (from psc cd) | 2182 since 1/2/2015 1:28:00 AM |
By 3 Users
|
|
Associating file types(file extension) to Your Application in .NET.This concept had been tedious or complex process in the past for programmers.
But with .NET this has been made easy and flexible.You can associate a new file type
(extension) or an existin ...(description truncated) (ScreenShot) |
|