Making forms in a .dll

You know how in Visual Basic (or Visual Studio), you can make forms? Well how can I code a .dll that creates a form? Is the form coded into the dll? If so can someone give an example? thanks
That explains how to make a dll, not documentary and examples of how to create an interactive form through the dll, I want the dll when injected to make a screen come up with 2 checkboxes, and I need help getting that far :D thanks
What, you want the program to do this upon an injection of your dll, rather than create a function that does this that is called from the dll?

If so, I'd have to do some more searching, sorry. :)

-Albatross
Last edited on
Yeah well basically this dll is the one I'm gonna inject into in online game I play (not a browser game). And I made a program that can inject the dll all I have left to do is make the hack, and I was told the best way to go about this is make the hack a dll file and inject it. Can I make the hack then just set certain buttons you have to push to turn it on?
Oh no no no no no then. I should have known when I saw the term "DLL injection".

I don't give assistance with hacking of any sort due to ethical reasons. Sorry.

-Albatross
It's for learning purposes, the hack wont be released, nor will it be used by me, I will use it only when it needs to be tested other than that it will sit on my hard drive, I don't like to hack since the game is cracking down on it BIG TIME, I just knew that it would provide a good learning experience with the language.
I retract no statement. I have no guarantees that the hack will not be released and it will not be used by you. To get a good programming experience with C++, try writing your own game (with 3D graphics, trust me, it'll be an excellent experience).

-Albatross
Last edited on
Well, you're right sir I can personally guarantee that I won't use it but that means nothing since this is the internet. And I am not good enough yet to make a full on game, low quality or not
If you can understand tutorials 1, 4, 5, 7, and 8 for the Irrlicht engine, then you well might be.
http://irrlicht.sourceforge.net/tutorials.html

You'll need to understand a little bit about classes and pointers, and know what enums are.

-Albatross
Last edited on
Thank you.
Topic archived. No new replies allowed.