Height of windowtitle?
BlitzPlus Forums/BlitzPlus Programming/Height of windowtitle?
| ||
Hmm...seems I also need to find the height of both windowtitle and menu. Any idea how to do that? Lazze |
| ||
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. |
| ||
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 |