Office Style Menus in PureBasic

Share your advanced PureBasic knowledge/code with the community.
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

Somthing I forgot to mention regarding images.

The coolmenu.dll creates a transparency mask based upon the color of the top left-hand pixel (0,0). So if any of your images look strange, it's probably due to this. Just make sure to set this pixel to the same color that you want your transparent background to be.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

A wrapper and a DLL are the best ways to do it anyway =)
Post Reply