Sep 2, 2004 #1 nbgoku Programmer May 25, 2004 108 US is there anyway i can find out the height and width of the title bar? (i noticed the sizes changed from Windows Classic mode to Windows XP mode)
is there anyway i can find out the height and width of the title bar? (i noticed the sizes changed from Windows Classic mode to Windows XP mode)
Sep 2, 2004 #2 teriviret Programmer Dec 12, 2003 288 US I think what you're looking for is: Code: GetSystemMetrics (SM_CYSIZE); Upvote 0 Downvote
Sep 3, 2004 Thread starter #3 nbgoku Programmer May 25, 2004 108 US thanks, ill try it out Upvote 0 Downvote