Skip to content

Instantly share code, notes, and snippets.

@kumatti1
Created December 30, 2015 22:46
Show Gist options
  • Save kumatti1/b71ba4263d224968242f to your computer and use it in GitHub Desktop.
Save kumatti1/b71ba4263d224968242f to your computer and use it in GitHub Desktop.
ダイアログ出します(`・ω・´)ゞ
Option Explicit
Private Declare PtrSafe Function DoFileDownload Lib "ieframe.dll" (ByVal arg1 As LongPtr) As Long
Sub hoge()
DoFileDownload StrPtr("http://k.yimg.jp/images/top/sp2/cmn/logo-ns-131205.png")
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment