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
any code i can try?
Regards.
Code:
If FolderBrowserDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
File.Copy(My.Resources.MyFile, FolderBrowserDialog1.SelectedPath)
any code i can try?
Regards.