>No need for Apollo or any other heavy-weight tool. Save the following
>lines to "slimfx.js" and double-click it:
>
>var oIE = new ActiveXObject("InternetExplorer.Application");
>oIE.StatusBar = 0;
>oIE.ToolBar = 0;
>oIE.Navigate2("http://yourserver:9000/slimfx/");
>oIE.Visible = 1;
>
You can also set the position and size of the new window with something like:
oIE.Left = 50;
oIE.Top = 340;
oIE.Width = 940;
oIE.Height = 650;
The only other thing that I would like to do with it is to be able to minimise
to task tray. I'll probably have to create a new application exe wrapper
around the IE control to do that.
Phil
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins