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 Main() | |
Application.OnTime Now + TimeSerial(0, 0, 2), "GetSub" | |
End Sub |
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
#include <windows.h> | |
#include <Shlwapi.h> | |
#include <oleacc.h> | |
#include <Exdisp.h> | |
#import <shdocvw.dll> | |
#import <mshtml.tlb> | |
#include <stdio.h> | |
#include <SHLGUID.h> | |
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
#include <Shlwapi.h> | |
#include <windows.h> | |
#include <Exdisp.h> | |
#import <shdocvw.dll> | |
#import <mshtml.tlb> | |
#using <System.dll> | |
#using <System.Windows.Forms.dll> | |
using namespace System; |
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 Type GUID | |
Data1 As Long | |
Data2 As Integer | |
Data3 As Integer | |
Data4(0 To 7) As Byte | |
End Type |
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
#include <Shlwapi.h> | |
#include <windows.h> | |
#include <Exdisp.h> | |
#import <shdocvw.dll> | |
#import <mshtml.tlb> | |
#using <System.dll> | |
#using <System.Windows.Forms.dll> | |
using namespace System; |
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
#include <Shlwapi.h> | |
#include <windows.h> | |
#include <Exdisp.h> | |
//#include <OleIdl.h> | |
#import <shdocvw.dll> | |
#import <mshtml.tlb> | |
#import <Winhttp.dll> | |
#using <System.dll> |
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
// HelloWorldBHO.cpp : CHelloWorldBHO の実装 | |
#include "stdafx.h" | |
#include "HelloWorldBHO.h" | |
#using <System.dll> | |
using namespace System; | |
using namespace System::Runtime::InteropServices; |
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
#include <Shlwapi.h> | |
#include <windows.h> | |
#include <Exdisp.h> | |
#include <atlbase.h> | |
#import <shdocvw.dll> | |
#import <mshtml.tlb> | |
#using <System.dll> | |
using namespace System; | |
using namespace System::Runtime::InteropServices; |
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 Type GUID | |
Data1 As Long | |
Data2 As Integer | |
Data3 As Integer | |
Data4(0 To 7) As Byte | |
End Type | |
'https://msdn.microsoft.com/en-us/library/52e6es3z.aspx |
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
// HelloWorldBHO.cpp : CHelloWorldBHO の実装 | |
#include "stdafx.h" | |
#include "HelloWorldBHO.h" | |