mattKnight
Programmer
Its been a while!
Quick one
I have a form (which amongst some other code), has the following
I have a button bar (MS Common Controls) and when the form is shown (and by using SetWindowPos to force "always on top"), the buttons don't receive clicks. Commenting out the SetWindowPos line restores full operation. The form doesn't loose focus (I assume) as the LostFocus event doesn't fire
Why?
Take Care
Matt
I have always wished that my computer would be as easy to use as my telephone.
My wish has come true. I no longer know how to use my telephone.
Quick one
I have a form (which amongst some other code), has the following
Code:
SetWindowPos Me.hwnd, HWND_TOPMOST, 0,0,0,0, SWP_NOMOVE
I have a button bar (MS Common Controls) and when the form is shown (and by using SetWindowPos to force "always on top"), the buttons don't receive clicks. Commenting out the SetWindowPos line restores full operation. The form doesn't loose focus (I assume) as the LostFocus event doesn't fire
Why?
Take Care
Matt
I have always wished that my computer would be as easy to use as my telephone.
My wish has come true. I no longer know how to use my telephone.