Jose Cuervo
Member
- Joined
- Jul 14, 2010
- Messages
- 14
- Programming Experience
- 1-3
Hi,
I am not sure if i am using these in the correct manner. Basically i have an app that downloads a file from an ftp server (i am kinda cheating cos i am using chilkat).
Now if i put the code directly in the form i can get it to do a progressbar.value = ... in it['s own sub.
What i decided to do was stick my ftp download parts into a dll i created. Created a function within the dll and i have a return on that which returns the message 'file downloaded' or 'no file to download'. But can i return a value to update the progress bar as it goes when the code is contained in a dll?
Or am i totally missing the point and how to use dlls? lol
I am not sure if i am using these in the correct manner. Basically i have an app that downloads a file from an ftp server (i am kinda cheating cos i am using chilkat).
Now if i put the code directly in the form i can get it to do a progressbar.value = ... in it['s own sub.
What i decided to do was stick my ftp download parts into a dll i created. Created a function within the dll and i have a return on that which returns the message 'file downloaded' or 'no file to download'. But can i return a value to update the progress bar as it goes when the code is contained in a dll?
Or am i totally missing the point and how to use dlls? lol