Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hi all, this is my first post here, i stored 2 files in my application resources in VB.NET and i want to copy these 2 files to a location using a folder dialog i tried this code but it didn't work

 

If FolderBrowserDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
           File.Copy(My.Resources.MyFile, FolderBrowserDialog1.SelectedPath)

 

any code i can try?

 

Regards.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...