Draw over complex Form
-
Hi All! I found very interesting problem: I need draw over complex form witch contains many standart controls like panels, buttons and etc and my own controls. I found way how to do it here: http://www.thescripts.com/forum/thread500651.html but using timer is not good for me, rapid interection requires. Maybe you now way how to solve this task. Thanks for all!
-
Hi All! I found very interesting problem: I need draw over complex form witch contains many standart controls like panels, buttons and etc and my own controls. I found way how to do it here: http://www.thescripts.com/forum/thread500651.html but using timer is not good for me, rapid interection requires. Maybe you now way how to solve this task. Thanks for all!
What if you place a form over the top of the existing form, make it transparent, and draw on that ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
What if you place a form over the top of the existing form, make it transparent, and draw on that ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )