Created
December 30, 2015 22:46
-
-
Save kumatti1/b71ba4263d224968242f to your computer and use it in GitHub Desktop.
ダイアログ出します(`・ω・´)ゞ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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