| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
Activex progid in windows reg
|
Original Message
|
Name: shiplu
Date: August 13, 2005 at 09:16:19 Pacific
Subject: Activex progid in windows regOS: winxp sp2CPU/Ram: celeron 1.7GHz / 256MB |
Comment: I am working with it for a while. ActiveX programmig is good for web programming. my problem is with the ProgID in windows registry. normally they are in HKEY_CLASSES_ROOT key. to get all the progid I simply write a .cmd file and gained all the list of progid in a file. now I am testing those one by one. suppose i got "DIRECT.Direct3dLight.3". then i write (in JScript with microsoft script editor) var axo; axo = new ActiveXObject("DIRECT.Direct3dLight.3"); //no problem with that now if i write "axo." then the list of all methods and property will come. but all the ProgID doesn't create list. only a very few of them. can't i use all of them ? again some ProgID don't do anything (like the example above). why that ? cant I use all of these nicely ? please help me. fine computing !
Report Offensive Message For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Programming Forum Home
Results for: Activex progid in windows reg
how to write resident programm in window Summary: Hi Is any body can help me TSR programm in windows in c++. Thanks Qaiser ...
www.computing.net/answers/programming/how-to-write-resident-programm-in-window/932.html
ActiveX control in VB6.0 Summary: Hi friends I made three activeX Control in VB. I have deleted these controls from the Hard disk but their names still exist in "Components Window (Ctr + T)". Plz tell me the procedure to delete from...
www.computing.net/answers/programming/activex-control-in-vb60-/5323.html
C++ command for writing Windows Reg Summary: Hey, say I had a file called "entries.reg"... Is there a way, in C++ in Windows XP, to write this file to the Windows registry? "entries.reg" contains values for a program I'm working on Thanks in ad...
www.computing.net/answers/programming/c-command-for-writing-windows-reg/13553.html