Looking for Article
-
I remember seeing an article (I think it was here) that modified a window style at runtime to toggle on WS_POPUP if the window was being dragged out of the application's Main Frame, and then would toggle on WS_CHILD if the same window was being dragged into the application's Main Frame....Does anyone else remember that article or where it is here? Thanx!
Just trying to keep the forces of entropy at bay
-
I remember seeing an article (I think it was here) that modified a window style at runtime to toggle on WS_POPUP if the window was being dragged out of the application's Main Frame, and then would toggle on WS_CHILD if the same window was being dragged into the application's Main Frame....Does anyone else remember that article or where it is here? Thanx!
Just trying to keep the forces of entropy at bay
Is it not on this list? http://www.codeproject.com/info/search.aspx?artkw=WS_POPUP+WS_CHILD&sbo=kw[^]
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 3 out now -
Is it not on this list? http://www.codeproject.com/info/search.aspx?artkw=WS_POPUP+WS_CHILD&sbo=kw[^]
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 3 out nowWell no....I did that exact same search w/ no results....that result is why I asked if anyone knew the one I was hoping to find...thanx for the reply tho
Just trying to keep the forces of entropy at bay
-
I remember seeing an article (I think it was here) that modified a window style at runtime to toggle on WS_POPUP if the window was being dragged out of the application's Main Frame, and then would toggle on WS_CHILD if the same window was being dragged into the application's Main Frame....Does anyone else remember that article or where it is here? Thanx!
Just trying to keep the forces of entropy at bay
No, but i've had trouble setting the owner for windows created with
WS_CHILD
and notWS_POPUP
. I ended up creating them as pop-ups and then converting them to children. It's days like that when i really hate Win32.Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
-
No, but i've had trouble setting the owner for windows created with
WS_CHILD
and notWS_POPUP
. I ended up creating them as pop-ups and then converting them to children. It's days like that when i really hate Win32.Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
Well, we'll see what kind of mileage I get here then :) I did find the 'article' after a bit more growling and more generic searches at: http://www.codeguru.com/cpp/misc/misc/article.php/c259/[^] So was not here this time....but geez most things are so I was *sure* it was here....it appears there is a world outside of CP har-har
Just trying to keep the forces of entropy at bay