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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to read registery values using activex

Status
Not open for further replies.

keith23

Technical User
May 26, 2005
97
NL
Hi all . i wonder how i can wirte an activex webpage that can read registery values from HKEY_CURRENT_USER\Software\registeration

and display it . I be happy if an expert show me how since i am new to activex.My intention is that once a user loads the activx page it displays registery values .Thanks
 
You'll need to be able to create ActiveX EXEs or DLLs first. You can do this in VB, for example. I notice that you have a number of replies in the PHP forum, so it would seem that you know PHP. If you can create COM objects in PHP, that will work. ActiveX in this case means COM.

HTH

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top