change a window's title text

BlitzPlus Forums/BlitzPlus Programming/change a window's title text

is it possable to change the window title without using an external dll? also is it possable to have button gadgets with image not using text?

kev

Use SetGadgetText to change the windows title.

For button gadgets use a small panel and SetPanelImage.

thanks MasterBeaker

Dont forget that a window is basically just a container gadget as far as blitz+ is concerned. A lot of the gadget commands will come in handy. HideGadget, ShowGadget, ActivateGadget...........