Guest User

Untitled

a guest
Apr 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Get
  2. Return templatehost_
  3. End Get
  4. Set
  5. Try
  6. Dim fio As New System.IO.FileInfo(value)
  7. Interaction.MsgBox(fio.FullName.ToString())
  8. templatehost_ = fio.FullName
  9. AxShockwaveFlash1.Movie = fio.FullName
  10. AxShockwaveFlash1.Base = fio.DirectoryName
  11. Catch generatedExceptionName As Exception
  12. templatehost_ = String.Empty()
  13. End Try
  14. End Set
  15. End Property
Add Comment
Please, Sign In to add comment