Saving image to a folder
Solved/Closed
mikeoe2003
Zohaib R
- Posts
- 25
- Registration date
- Thursday November 1, 2012
- Status
- Member
- Last seen
- March 27, 2014
Zohaib R
- Posts
- 2368
- Registration date
- Sunday September 23, 2012
- Status
- Member
- Last seen
- December 13, 2018
Related:
- Saving image to a folder
- Android save image to home screen - Guide
- Save image as icon - Guide
- Instagram save image chrome - Guide
- How to save images on samsung tablet - Guide
- How to rotate all images in a folder - Guide
3 replies
Zohaib R
Apr 3, 2013 at 03:44 AM
- Posts
- 2368
- Registration date
- Sunday September 23, 2012
- Status
- Member
- Last seen
- December 13, 2018
Apr 3, 2013 at 03:44 AM
Hi mikeoe2003,
Good to see you in the forum after a long time. I found the fix for your problem.
Replace the following line:
strFilename = OpenFileDialog1.FileName.ToString
With:
strFilename = System.IO.Path.GetFileName(OpenFileDialog1.FileName.ToString())
And it should work.
Do reply with results.
Thanks & Regards
Zohaib R
#iworkfordell
Good to see you in the forum after a long time. I found the fix for your problem.
Replace the following line:
strFilename = OpenFileDialog1.FileName.ToString
With:
strFilename = System.IO.Path.GetFileName(OpenFileDialog1.FileName.ToString())
And it should work.
Do reply with results.
Thanks & Regards
Zohaib R
#iworkfordell
thanks very much for your response i appreciate it very well. my project is on creating a database for a school record system and i look forward to assistance from you as always. thanks my dear friend
Zohaib R
Apr 6, 2013 at 12:56 AM
- Posts
- 2368
- Registration date
- Sunday September 23, 2012
- Status
- Member
- Last seen
- December 13, 2018
Apr 6, 2013 at 12:56 AM
Hi mikeoe2003,
I am glad to know my tip was helpful for you. Surely, I will assist you further with your project. Let me know what help you need.
Please keep posting.
I am glad to know my tip was helpful for you. Surely, I will assist you further with your project. Let me know what help you need.
Please keep posting.