download4you How do I cheat?
Reputation: 0
Joined: 04 Sep 2019 Posts: 1
|
Posted: Wed Sep 04, 2019 6:09 pm Post subject: how to Adding a background picture in version 7.0 |
|
|
Hello. I have a script that I want to get the background image for. Here is an example of my code:
| Code: |
MyForm = createForm(true)
MyForm.Caption = 'test'
MyForm.Width = 550
MyForm.Height = 600
|
How can I take a photo for it?
|
|