From version 3.70 the Visual Designer has an option to use unsupported gadget flags. (Windows constants)
just take a look at the "Visual Designer Constants.prefs" file in the PureBasic directory.
Non PB gadget flags supported in Visual Designer?
I wil put it in the 3.70a update package 
in 2 minutes its there....
http://users.pandora.be/berikco/download/vd.zip

in 2 minutes its there....
http://users.pandora.be/berikco/download/vd.zip
Thanks Berikco,
I like it very much.
This was my last reply.
I'm now going to Plopsaland for a couple of days.
I like it very much.
This was my last reply.
I'm now going to Plopsaland for a couple of days.

Cor de Visser
Registered PureBasic user
Author of ChordPlanet
Made with PureBasic
http://www.chordplanet.com
Registered PureBasic user
Author of ChordPlanet
Made with PureBasic
http://www.chordplanet.com
-
- PureBasic Expert
- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
Hi everyone, just add this to the file to enable flat buttons:
Code: Select all
Button, 32768 , Flat Button , #BS_FLAT
...Num3 wrote:Hi everyone, just add this to the file to enable flat buttons:
Code: Select all
Button, 32768 , Flat Button , #BS_FLAT

Henrik.