| View previous topic :: View next topic |
| Author |
Message |
Cereal
Joined: 17 Mar 2007 Posts: 45 Location: San Antonio, TX
|
Posted: Mon Apr 02, 2007 7:41 pm Post subject: ? On GUIS and replacing background with pictures |
|
|
| also text buttons anyone know, i searched but didn't find anything |
|
| Back to top |
|
 |
Grumpy Guest
|
Posted: Tue Apr 03, 2007 8:45 am Post subject: |
|
|
If you make a real sentence, perhaps we would understand what you want.
I will try to understand anyway: for background pictures, just put a Picture below the other controls. For image buttons, search the Scripts & Functions section, there is a topic on this. |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Tue Apr 03, 2007 8:46 am Post subject: |
|
|
| Quote: | | To use a picture as a background for other controls, the picture should normally be added prior to those controls. However, if those controls are input-capable and the picture has a g-label, create the picture after the other controls and include 0x4000000 (which is WS_CLIPSIBLINGS) in the picture's Options. This trick also allows a picture to be the background behind a Tab control or ListView. |
|
|
| Back to top |
|
 |
|