15,669,133 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by mikcutu (Top 6 by date)
mikcutu
9-May-13 4:57am
View
Yes, and the result is the same :(
mikcutu
22-Jul-11 3:29am
View
this is very helpful but unfortunately I don't use Visual Studio 2008 or 2010.
my version is 2005. do you have an example for 2005, please?
mikcutu
6-Apr-11 4:38am
View
Hi Simon,
It worked! Thanks for your time.
I shall come back with new questions, for sure. :)
Mikcutu.
mikcutu
5-Apr-11 8:03am
View
Hi Simon,
I was review my code and it seems that the problem comes from the passing over the 1st value of the file name. More exactly:
1st of all, I have this declaration:
Dim str As String = sr.ReadLine
here, immediately the str variable is declared, it is initialized with the 1st filename.
later, I enter into the "While str IsNot Nothing" where i have a new initialization of "str" variable without using the previous value. I am thinking to use 1st value of "str" with GetFile procedure and after that to have the while loop...
what do you say about this, could be a good solution...?
...any other clue?
Thanks a lot.
mikcutu
24-Mar-11 3:36am
View
Hi Simon,
my test is made with 4 files, 3 of them are downloaded correctly but during the extraction of last one, the value of str becomes nothig...
what should I do?
mikcutu
22-Mar-11 11:46am
View
hi, my files are very small (1 K - each of them).
it seems that my "str" variable become nothing right before last loop.
here is the error message which occur at:
str1 = str.Substring(InStr(str, "/"), str.Length - InStr(str, "/"))--> [b]Object reference not set to an instance of an object.[/b]
thanks for any comment
Show More