PureBytes Links
Trading Reference Links
|
Hi,
I am a new AmiBroker newbie ;) I am trying to export quotes from SQL
Server database to AmiBroker. I'll do that regularly. I am
developing program to do that using Visual Studio 2003 (C#) or maybe
Visual Basic 6.0. Everything works if I access AmiBroker automation
interface from VB like this
Dim a As Object
Set a = CreateObject("Broker.Application")
...
but I really would like to get type library to be able to access
AmiBroker in a typed way and possibly use Visual Studio 2003 to
generate wrapper for automation interface and use C# instead of VB.
I tried to add reference to amibroker.exe without success. Is there
a COM type library somewhere so that I could write typed VB like
this:
Dim a as new Broker.Application
...
Thanks in advance,
Riku
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|