Ho wallpaper
Ho wallpaper
The software I have a background image and be seen. When do you protect it invisibly. I do not know what I have done well?
- Attachments
-
- 1.JPG (24.87 KiB) Viewed 27071 times
Re: Ho wallpaper
Hi mstevica,
Initially try to convert your image to BMP format (even if it is shown in the designer well) and then use it in designer.
We will check out what is wrong there with another formats.
Initially try to convert your image to BMP format (even if it is shown in the designer well) and then use it in designer.
We will check out what is wrong there with another formats.
Re: Ho wallpaper
Now to some extent but again not all. I do not know where making a mistake?
- Attachments
-
- 2.JPG (31.85 KiB) Viewed 27057 times
Re: Ho wallpaper
GroupBox control, on which are placed edit areas is not transparent. So in this case everything is working well.
To get necessary effect, you should delete GroupBox and place edit controls directory on a form/image.
To get necessary effect, you should delete GroupBox and place edit controls directory on a form/image.
Re: Ho wallpaper
I tried and did not succeed.
Whether we can do a little better explained?
Whether we can do a little better explained?
Re: Ho wallpaper
OK:
1. delete all controls on the form, except image and buttons Try/Register/Close (or just delete the controls with text Hardware ID and Registration Information, these controls are GroupBox)
2. on the image/form add all controls like on your screenshot, but without GroupBox (without controls with text Hardware ID and Registration Information)
Finally you should have same dialog as on your screenshot, but without Hardware ID and Registration Information containers.
1. delete all controls on the form, except image and buttons Try/Register/Close (or just delete the controls with text Hardware ID and Registration Information, these controls are GroupBox)
2. on the image/form add all controls like on your screenshot, but without GroupBox (without controls with text Hardware ID and Registration Information)
Finally you should have same dialog as on your screenshot, but without Hardware ID and Registration Information containers.
Re: Ho wallpaper
Thanks for everything. But still I managed to do. I worked all day without successfully. Maybe if that was a tutorial with pictures may make it succeed. In essence it should be easier to sort out the handling.
greeting
greeting
Re: Ho wallpaper
Sure, read this step-by-step tut:
1. In Enigma Protector go to Registration Features - Registration Dialog and click Design button.
Registration dialog should look like: 2. Delete all controls except buttons (use Del key on keyboard to delete) 3. Place an image at the form and using Image property select a BMP image for it 4. For this image, set the property Align to Client and Stretch to True 5. Then place a Label control on the form. It's Caption property set to "Hardware ID", change the Font color to White + Bold.
6. Place an Edit conrtol, delete it's Text property (set it empty), set property Content to coHardwareID and set property ReadOnly to True. Also, you may set property CopyButton to true. 7. Place Label controls with captions Registration Name and Registration Key, edit their Form property
8. Place Edit control, delete text and set Content to coRegName - it is for registration name. You may set property PasteButton to true.
9. Place Memo control, delete text and set Content to coRegKey - it is for registration key. You may set property PasteButton to true. 10. One trick is also needed. Select each Label control and set it's property Transparent to false and then to true again. This helps to fix transparency bug for Label control.
11. Close designer, save project, protect. Test results
1. In Enigma Protector go to Registration Features - Registration Dialog and click Design button.
Registration dialog should look like: 2. Delete all controls except buttons (use Del key on keyboard to delete) 3. Place an image at the form and using Image property select a BMP image for it 4. For this image, set the property Align to Client and Stretch to True 5. Then place a Label control on the form. It's Caption property set to "Hardware ID", change the Font color to White + Bold.
6. Place an Edit conrtol, delete it's Text property (set it empty), set property Content to coHardwareID and set property ReadOnly to True. Also, you may set property CopyButton to true. 7. Place Label controls with captions Registration Name and Registration Key, edit their Form property
8. Place Edit control, delete text and set Content to coRegName - it is for registration name. You may set property PasteButton to true.
9. Place Memo control, delete text and set Content to coRegKey - it is for registration key. You may set property PasteButton to true. 10. One trick is also needed. Select each Label control and set it's property Transparent to false and then to true again. This helps to fix transparency bug for Label control.
11. Close designer, save project, protect. Test results
