Re: Size of task bar
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Jun 02, 2000
- 451 views
...as usual, I played around with Brians code, , and oddly enuf this *seems* to do the same thing, win32.hlp, notwithstanding.... constant full=c_func(xGetSystemMetrics,{SM_CYFULLSCREEN}), screen=c_func(xGetSystemMetrics,{SM_CYSCREEN}), caption=c_func(xGetSystemMetrics,{SM_CYCAPTION}) integer taskbar_height taskbar_height = screen - full - caption Wolf ----------