Height of windowtitle?

BlitzPlus Forums/BlitzPlus Programming/Height of windowtitle?

Lazze(Posted 2004) [#1]
Hmm...seems I also need to find the height of both windowtitle and menu. Any idea how to do that?

Lazze


Rottbott(Posted 2004) [#2]
This changes depending on which OS you are using.

I suggest you use the Client Co-ordinates flag (32) in CreateWindow() to make sure your window is always the same size.


Lazze(Posted 2004) [#3]
Thanks...
It seems to do the trick, allthough I now have to alter the size of my windows now ;o) Never knew exactly what was meant by "client coordinates"....

Lazze