Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX on wince

Status
Not open for further replies.

Petal

Programmer
Jun 8, 2001
56
NO
Hi
I am trying to convert av jscript from windows2000 to windows ce. In this script I am using ActiveXObject("Scripting.FileSystemObject"). I don't make this object work on the iPAQ. Anybody know any similar object in win ce I can use?

This is first time I am trying to program an application for win ce. Please tell me if this is impossible.
Jørn Arild Andenæs
jaa@jaa.no
 
I would suggest moving to the embedded tools package for embedded VB and C++. I have not heard of CE running jscript, several machines support a java vm, but they are generraly proprietary and support only the few packages they felt like supporting rather than a standard list for all CE VM's. Embedded VB will allow you to code activeX objects and so on just like you would in the VB6 IDE and as new machines come out microsoft continues to offer (free) downloadable SDK's for new machines. I haven't tried embedded .net yet, but I know embedded vb was pretty solid.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top