Well with the help of users in this forum I was able to now view my flash file within my program. But know I can't figure out how to save it.
When a user clicks on my flash file it opens up in a new form for them to view it. What I want to do now is allow them to click a save button to save it to their computer.
Like with an image in a picture box:
If dlgSave.ShowDialog() = Windows.Forms.DialogResult.OK Then
pict_imageDisplay.Image.Save(FileName)
End If
But I can't seem to find a method to do this, does the flash object have this?
When a user clicks on my flash file it opens up in a new form for them to view it. What I want to do now is allow them to click a save button to save it to their computer.
Like with an image in a picture box:
If dlgSave.ShowDialog() = Windows.Forms.DialogResult.OK Then
pict_imageDisplay.Image.Save(FileName)
End If
But I can't seem to find a method to do this, does the flash object have this?