Results 1 to 2 of 2

Thread: Focus On Multi Forms

  1. #1

    Thread Starter
    Frenzied Member Technocrat's Avatar
    Join Date
    Jan 2000
    Location
    I live in the 1s and 0s of everyones data streams
    Posts
    1,024
    I have multipul forms around a main form. All the forms have title bars. Is there a way to keep the title bars from going grey when they do not have focus??

    Thanks

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    you could do it by changing the window style to ownerdrawn using the SetWindowLong API then subclassing the wm_drawitem
    message and drawing the frame, and title bar yourself but it seems a bit silly, what's wrong with grey titlebar's anyway, it's how every other windows application does it, otherwise it wouldn't be so hard.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width