Saving image to a folder
Solved/Closed
mikeoe2003
Posts
24
Registration date
Thursday November 1, 2012
Status
Member
Last seen
March 27, 2014
-
Apr 2, 2013 at 02:23 PM
Zohaib R Posts 2368 Registration date Sunday September 23, 2012 Status Member Last seen December 13, 2018 - Apr 6, 2013 at 12:56 AM
Zohaib R Posts 2368 Registration date Sunday September 23, 2012 Status Member Last seen December 13, 2018 - Apr 6, 2013 at 12:56 AM
Related:
- Saving image to a folder
- Anvi folder locker reset key - Guide
- Windows 10 iso image download - Download - Windows
- Steam screenshot folder - Guide
- Powerpoint convert image to shape - Guide
- How to make a folder on samsung - Guide
3 responses
Zohaib R
Posts
2368
Registration date
Sunday September 23, 2012
Status
Member
Last seen
December 13, 2018
69
Apr 3, 2013 at 03:44 AM
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
Posts
2368
Registration date
Sunday September 23, 2012
Status
Member
Last seen
December 13, 2018
69
Apr 6, 2013 at 12:56 AM
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.