Tricky stuff - Icons and Window Status Text

BlitzMax Forums/BlitzMax Programming/Tricky stuff - Icons and Window Status Text

The tiny icon in the window bar...any way to change it?

Also I see some apps that have a few different boxes at the bottom of the window where the window status text is displayed. Is there a way to add a separator down there to divide up 2 separate WindowStatusText?

Ah one more question...

Is there a way to changed the mousepointer image to a custom one? I'm aware of SetPointer 1-12. Would like to be able to use my own custom pointer and hoping this can already be done.

The tiny icon in the window bar...any way to change it?
See my guide in the BlitzMax tutorials under:

Adding an application icon (Win32 executable)

Is there a way to add a separator down there to divide up 2 separate WindowStatusText?
Birdies MaxGUIEx mod has functions for this I understand although I've not tried them out.
You can grab the mod by doing:
syncmods -u USERNAME -p PASSWORD birdie