Forum: Visual Basic 4 / 5 / 6 Aug 29th, 2006 |
| Replies: 2 Views: 2,061 Hi,
has anyone tried to download files from FTP using VB? I have tried using an FTP control for my project, my problem is I can't recursively search for files within subfolders, I tried using FSO... |
Forum: Visual Basic 4 / 5 / 6 May 4th, 2006 |
| Replies: 3 Views: 3,457 Hello,
have anyone tried copying files from a remote server via FTP using VB
Given:
FTP Site
FTP Password
>>> the task is to copy files from the remote server to another machine
thanks |
Forum: Visual Basic 4 / 5 / 6 May 4th, 2006 |
| Replies: 10 Views: 4,979 the attached file is just an example, though the idea is still the same
1. using the attached file (help.zip) we will add a right click menu using the registry, so if the created exe file is named... |
Forum: Visual Basic 4 / 5 / 6 May 2nd, 2006 |
| Replies: 10 Views: 4,979 Comatose,
I tried using the file you attached... maybe its just me.. but I still can't get the result I want.... I have attached a simple program, this program should show the text in the text... |
Forum: Visual Basic 4 / 5 / 6 Apr 28th, 2006 |
| Replies: 0 Views: 2,364 Hello Guys,
has anyone already tried using "CGZipLibrary", I'm using one right now and I'm having some troubles about it...
thanks |
Forum: Visual Basic 4 / 5 / 6 Apr 27th, 2006 |
| Replies: 10 Views: 4,979 Great!! adding of new registry key from vb program is working now and a lot more easier....
Using this registry key will add a new menu(Use Zip Help) everytime we right click on a "Folder"... any... |
Forum: Visual Basic 4 / 5 / 6 Apr 27th, 2006 |
| Replies: 10 Views: 4,979 thanks for the reply... I have tried your code and its a lot more simplier than the others I read, but I need to have a key equals to "(Default)" with key value = "C:\Program Files\Zip Help\Zip... |
Forum: Visual Basic 4 / 5 / 6 Apr 27th, 2006 |
| Replies: 10 Views: 4,979 hello guys,
just want to ask if you have a module for adding/deleting of registry key easily, I have tried reading some articles and they have given some of their examples.. but its not... |