• Welcome to Valhalla Legends Archive.
 

OCX......

Started by Criminal, February 07, 2005, 06:03 PM

Previous topic - Next topic

Criminal

Is there such thing as an ActiveX Maker, or an ActiveX Editor, if so could someone post me a link? :| I have not been able to find anything on Google, so anything would be a big help - Thanks!

shout

I guess you could reverse it... that's always fun.

Good. You went to google first.

As you may (or may not) be aware, an OCX is an executable file, so you can't just pop it open in VS and work away at. To modify it, you could use a hex editor if you wanted to, or decompile/rewrite it, or whatever.

Criminal

Alright thanks man, Is there a special hex editor I should use? If so where can I get it? !

Falcon[anti-yL]

Try searching for hex workshop on www.download.com

Grok

Quote from: Criminal on February 07, 2005, 06:03 PM
Is there such thing as an ActiveX Maker, or an ActiveX Editor, if so could someone post me a link? :| I have not been able to find anything on Google, so anything would be a big help - Thanks!

What are you trying to do:

*  Create a new OCX of your own?
*  Learn the interfaces available on an existing OCX?
*  Modify the behavior of someone's OCX?


Joe[x86]

*  Create a new OCX of your own?                                -- Use Visual Basic 6 in project type "ActiveX Control"
*  Learn the interfaces available on an existing OCX?      -- Eh?
*  Modify the behavior of someone's OCX?                     -- To change simple server names or text strings, use a hex editor. Anything else, good luck.
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.