I'm trying to set up a map as the background of a window
and use "transparent" buttons. My problem is with the
bitmap. Apparently the Tiled is not the same as resize on other
controls. I have a large .BMP map file larger then the OI
window I will be displaying. Is there any way to "resize"
the .BMP in the window to fit without actually
Resizing the .BMP file itself???
Thanks….
Steve C.
Steve,
Unfortunately, for your sake, BMP's in the background work just like wallpaper in Windows. As I see it, your choices are to either resize the bitmap or use a BITMAP control instead. If you go the latter route then it would be better to generate your own hotspots by capturing the mouse position and launching the appropriate process via the BUTTONDOWN/BUTTONUP events.