 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Sat Jun 30, 2007 11:27 pm Post subject: |
|
|
I believe the OP wanted an image as the BG, and Delphi as the language.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sat Jun 30, 2007 11:29 pm Post subject: |
|
|
| nevermind, just checked again and it does have a transparent property, I was thinking of something else.
|
|
| Back to top |
|
 |
Ksbunker Advanced Cheater
Reputation: 0
Joined: 18 Oct 2006 Posts: 88
|
Posted: Sat Jun 30, 2007 11:36 pm Post subject: |
|
|
| Quote: | What should I increase?
Button's skin? Pictures? Textboxes? Labels...?
Please give me some tips. |
He asked for tips about to 'increase' (assume he means improve) his program. Nothing I wrote is specific to ASM, in the psuedocode is shows a fragmented messageloop and the API needed to do so, two fundamental cores of basically all programming languages, even delphi. Delphi supports windows messages (yes, it des) as well native windows API (as you should know). Wanted tips, I gave tips.
As for displaying a bitmap as a background, I believe, if you insert the background first, then create the controls, the controls by default are topmost above the image. However, if you create the controls, then choose to create an image and expand it across your whole form, the controls will be hidden.
Solution: Remeber what controls you use (e.g. take screenshot), and write down their respective control/variable names. Delete all. Create Image > Fit to form. Re-create controls, re-name, re-label.
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Sun Jul 01, 2007 12:12 am Post subject: |
|
|
| Ksbunker wrote: | | Quote: | What should I increase?
Button's skin? Pictures? Textboxes? Labels...?
Please give me some tips. |
He asked for tips about to 'increase' (assume he means improve) his program. Nothing I wrote is specific to ASM, in the psuedocode is shows a fragmented messageloop and the API needed to do so, two fundamental cores of basically all programming languages, even delphi. Delphi supports windows messages (yes, it des) as well native windows API (as you should know). Wanted tips, I gave tips.
As for displaying a bitmap as a background, I believe, if you insert the background first, then create the controls, the controls by default are topmost above the image. However, if you create the controls, then choose to create an image and expand it across your whole form, the controls will be hidden.
Solution: Remeber what controls you use (e.g. take screenshot), and write down their respective control/variable names. Delete all. Create Image > Fit to form. Re-create controls, re-name, re-label. |
I was responding to this:
http://forum.cheatengine.org/viewtopic.php?p=947641#947641
Which specified:
| Quote: | | But do you know how to make the label's color (the color NEAR the text) to be invisible...? |
Also, in response to the post:
http://forum.cheatengine.org/viewtopic.php?p=947597#947597
More specifically, to this:
| Quote: | | But, I need some tips for increasing Graphics on a Delphi program... |
It is evident that the OP is looking for Delphi code/method. In Delphi, to set the colour of a control, it is a simple matter of setting the colour property of the object. Using inline ASM would defy the purpose of these Delphi functionalities.
Sorry, I just don't consider any kind of ASM as pseudocode, as it defies the purpose of explaining the code to someone without previous knowledge of the language (the mov command would mean absolutely nothing to someone who has never attempted to code in Intel ASM or one of its variants).
And yes, I know all windows based on Windows are driven by and respond to the windows messages -.-
Also, as explained previously, recreating all objects is not needed. Delphi has a Z-order to the controls which could be set by simple right clicking on the control and choose to send to front or back. No need to recreate all of the controls.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|