| View previous topic :: View next topic |
| Author |
Message |
iHack I post too much
Reputation: 0
Joined: 19 Apr 2006 Posts: 2105 Location: USA
|
Posted: Fri Jan 11, 2008 11:19 am Post subject: Window Mode APP |
|
|
Hello all...Im currently new to C++ and I need some hints to jump start me on a program I want to create...I also have the option to use delphi ( which im decent at ) ...I want to create an application like DxWND to put a game in window mode ...however I only want to make the application make just a SINGLE program go in window mode...so it will only work for that game. This is what I know so far:
I can use Create DirectDraw I beleive and something else called BltBit or something.
I need to probly hook the application im trying to put in window mode ( which I have no idea how to do
Im going to need to put the actual game into another window I think
im not positive on this...if anyway can help me get a start id appreciate it
_________________
|
|
| Back to top |
|
 |
DoomsDay Grandmaster Cheater
Reputation: 0
Joined: 06 Jan 2007 Posts: 768 Location: %HomePath%
|
Posted: Fri Jan 11, 2008 1:35 pm Post subject: |
|
|
DXWnd is open source, check the attachment.
|
|
| Back to top |
|
 |
iHack I post too much
Reputation: 0
Joined: 19 Apr 2006 Posts: 2105 Location: USA
|
Posted: Fri Jan 11, 2008 11:17 pm Post subject: |
|
|
ohhh wowww! thanks man this is exactly what I needed thanks!
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sun Jan 13, 2008 8:19 am Post subject: |
|
|
I wrote a tut for this here:
http://forum.cheatengine.org/viewtopic.php?t=161045
You can substitute basically everything in the tutorial with your own methods instead of using the same things I used for it. (Such as detours, DX9, C++, etc.) Should give you a just of whats needed and so on.
_________________
- Retired. |
|
| Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Sun Jan 13, 2008 11:00 am Post subject: |
|
|
| DoomsDay wrote: | | DXWnd is open source, check the attachment. | Oh, that's how you did your DXWnd mod :P I never knew DXWnd is open source. Thanks a lot!
|
|
| Back to top |
|
 |
DoomsDay Grandmaster Cheater
Reputation: 0
Joined: 06 Jan 2007 Posts: 768 Location: %HomePath%
|
Posted: Sun Jan 13, 2008 1:21 pm Post subject: |
|
|
| Jani wrote: | | DoomsDay wrote: | | DXWnd is open source, check the attachment. | Oh, that's how you did your DXWnd mod I never knew DXWnd is open source. Thanks a lot! | At the time I simply moded the DLL (nop'ed 10001859 & 10001863) =P.
~Cheers!
|
|
| Back to top |
|
 |
|