Created
January 11, 2014 11:16
-
-
Save kumatti1/8369670 to your computer and use it in GitHub Desktop.
Intel
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
Sub hoge() | |
'IGFXEXTLib | |
''C:\Windows\system32\igfxext.exe | |
Dim unk As IUnknown 'ICUIExternal2 | |
' Set unk = New CUIExternal | |
Set unk = CreateObject("IgfxExt.CUIExternal.1") | |
MsgBox unk Is Nothing | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment