update, not sure what happened before, think I had crashed too many times so
when I attemtped this my system was unstable...so now I did manage to get
access to object using the following sample (not mine, just found it, I'm far
from expert!) to write something to clipboard using IE8.
EnableScript("vbscript");
<%
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate("about:blank")
objIE.Document.parentWindow.clipboardData.SetData "Text", "Hello"
objIE.Quit
%>
So I guess I'm still wondering if this is the COM I should be accessing or is
there a Webbrowser com as well that is more suited for the task? Any link to
documentation that you are aware of would be appreciated. Many thanks. Will be
happy to post the end result for everyone once I figure it all out with a
little help :)
--- In [email protected], "amiuser999" <ezy_ry...@...> wrote:
>
> Hello, thanks for info on AlertIF, will try it out next but did try to access
> the IE object without much luck. From within AFL tried all below but it
> appears no handle is created to the object. It's something simple I'm sure
> just couldn't seem to find the right info to call the object properly. If you
> could help get me started by accessing the object I'm sure I can hack my way
> through the rest. Thanks very much.
>
> oIE = CreateObject("InternetExplorer.Application");
> oIE = CreateObject("WebBrowser2.Application");
> oIE = CreateObject("WebBrowser.Application");
>
> Also tried in VBScript but similar problem
>
> EnableScript("vbscript");
> <%
> Dim oIE
> Set oIE = CreateObject("InternetExplorer.Application")
> %>
>
>
> --- In [email protected], Tomasz Janeczko <groups@> wrote:
> >
> > Hello,
> >
> > You can use AlertIF with "EXEC" option, or COM ().
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
> >
> > On 2010-08-13 17:52, amiuser999 wrote:
> > > Collective2 makes available a Signal Entry API etc. All calls to this API
> > > are accomplished through HTTP, by having your program call a URL. (see
> > > link)
> > >
> > > http://www.collective2.com/content/automation.htm
> > >
> > > So the real question becomes how can one send an order via URL from Ami?
> > > Anyone know?
> > >
> > > Regards
> > >
> > > --- In [email protected], "Ron J"<ronj@> wrote:
> > >> Would it be possible to develop a system using this software and then
> > >> have
> > >> the orders automatically go to Collective2 where they are sold as part
> > >> of a
> > >> system for a monthly fee?
> > >>
> > >>  
> > >> Regards
> > >> Ron
> > >> Http://babson.collective2.com
> > >>
> > >> Lower risk when combined with better know how equals higher profits.
> > >>
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > **** IMPORTANT PLEASE READ ****
> > > This group is for the discussion between users only.
> > > This is *NOT* technical support channel.
> > >
> > > TO GET TECHNICAL SUPPORT send an e-mail directly to
> > > SUPPORT {at} amibroker.com
> > >
> > > TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> > > http://www.amibroker.com/feedback/
> > > (submissions sent via other channels won't be considered)
> > >
> > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > > http://www.amibroker.com/devlog/
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> >
>