start activeX out of Squeak possible?

Torsten Bergmann astares at gmx.de
Tue Jul 6 16:12:44 UTC 2004


Hi Thom,

have a look at Win32Shell class comment. To start
an PE-File, VBScript, Batch, ... use:

  Win32Shell new shellOpen: 'c:\myprogram.exe' 	

There is currently no support for COM Automation.
Instead of wasting time for wrapping COM in Squeak
it is much easier to call a VBScript or use a 
native Smalltalk like ST/MT or Smallscript for
windows specific stuff. 

Also have a look at the CommandShell package
on SqueakMap. It's usefull for command line stuff.
 
Bye
Torsten




-- 
+++ Jetzt WLAN-Router für alle DSL-Einsteiger und Wechsler +++
GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl




More information about the Squeak-dev mailing list