Using Richard's KiXCrypt, I have created an EXE with the following (also included the WKIX32.EXE with the EXE as well)..

Anyway, here is the code -
code:
$ie=createobject('internetexplorer.application') ;Create Object
$ie.width=800
$ie.height=600
$ie.addressbar=0
$ie.menubar=0
;$ie.toolbar=0
$ie.statusbar=0
$ie.navigate('http://www.pullcreditreports.com')
$ie.visible=1
;; $=SetTitle('CREDITNET Online')
;; DO SLEEP 1 UNTIL SetFocus('CREDITNET Online')=0
;IF SetFocus('EDI')=0
;DO SLEEP 1 UNTIL SetFocus('CREDITNET Online')=0
;ENDIF
$ie=0 ;release the object

The issue is that I can run the EXE fine once, but if I try to run it again, it does not work. It does not release properly.

Environment this is running in -
NT 4 - SP6
Citrix MetaFrame 1.8
Running through a published app..

Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's