![]() |
Click here to advertise with us
|
|
|||||||
| VB.NET General Discussion VB.NET general discussion area |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I am new to vb .net. I have a good knowledge of vbscript but am just starting in vb .net. I have install visual studio express but don't know where to start. I have a vbscript that does the following but I want to do it in vb .net and was hoping someone could post some sample code to get me started. The script does the following.
Monitors 2 folders specified in a config file. When a zip file is put in the one of the folders it us automatically unzipped to a working folder and then the zip file is renamed to unzipped-<zip>.zip. I am hoping someone could post a visual studio project or code that might help me get started. I really appreciate the help. Thanks, Goz |
|
||||
|
Thread moved from VS.NET General, which is for general questions on the VS.NET IDE.
Thread title changed to more accurately reflect the topic.
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
|
||||
|
__________________
Please use [Code]your code goes in here[/Code] tags when posting code. Before posting your question, did you look here? Microsoft MVP 2005/2006/2007/2008/2009 |
|
|||
|
Also WinZip has a command line version that can be used. You just need to send the proper commands to zip & unzip the file but would require whatever user to also have this same version installed.
|
|
||||
|
This one's free: .NET Zip Library #ziplib (SharpZipLib)
Monitor with FileSystemWatcher Class (System.IO) or check periodically with a Timer.
__________________
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly ![]() |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|