[Solved] How to Create ToolWindow?

BlitzMax Forums/BlitzMax Programming/[Solved] How to Create ToolWindow?

RustyKristi(Posted 2016) [#1]
Something like this, is there a mod, library or maybe direct DLL calls to achieve this?




Henri(Posted 2016) [#2]
Hi,

do you mean a window like the form1-window in your example ? This style is achieved in MaxGUI by giving 'WINDOW_TOOL' flag for CreateWindow() .
The icon in taskbar is the icon resource in your executable. Am I missing something ?

-Henri


RustyKristi(Posted 2016) [#3]
Ah thanks Henri! yes I missed that one. works ok now :)