activeX を 使った Visual Basicのプログラム
IteractiveBrokersという株のbrokerのサイトでサンプル プログラムを使いたいのですがよくわかりません。使用方法を下記します
Use the Visual Basic VBClient Sample Program
You can access the server through the ActiveX interface using the Visual Basic sample application.
To run the sample you must:
Install the API sample programs <-インストール完了
Configure the application to support the API components
ー>configure済み
Have MS Visual Studio (Visual Basic 6.0 or higher) installed on your PC. ー>visual studio 2005あり
The VBClient program is a sample program that shows you how to use the TWS ActiveX control to connect to the server from a Visual Basic application.
To use the VBClient program
1.From MS Visual Basic, open the project file VB_API_sample.vbp.
ー>open済み
2.On the Projects menu, select Components.
ー>VB2005で「はコンポーネントの追加」をクリック
3.In the Components dialog box, select TWS ActiveXControl module and click OK.ー>ダイアログにはTWS activeXControlがない
Press Ctrl + F5 to compile and run the project.
3.のTWS というのはこの会社の株取引用のツールです。
普通何もしないでダイアログにTWS ActiveXControlがあるはずがないとは思うのですが、何かが抜けているのか、やり方が悪いのか、またはテンプレート中のどれかをクリックして,TWSActiveControlという名前をつければよいのか、おわかりの方がおられたら教えてください。
直接聞けばよいのですが、英語の質問は苦手なもので、またAPIプログラムはサポートしないとあったものですから・・・・。
よろしくお願いします。
補足
コントロールはHtml内で以下のようにして 呼んでいるのですが名前は「print.cab」 になります。 <OBJECT ID="test" CLASSID="CLSID:06889605-B8D0-101A-91F1-00608CEAD5B3" CODEBASE="http://www.test/print.cab#Version=1,0,0,0"> </OBJECT>