About:Moving child window along with Parent Window
-
Hi, Can anybody help me how to attach & detach child windows from a parent window such that when they are attached they should move along with the parent window whenever we drag either the child windows or parent windows on the desktop. Thanks
-
Hi, Can anybody help me how to attach & detach child windows from a parent window such that when they are attached they should move along with the parent window whenever we drag either the child windows or parent windows on the desktop. Thanks
youwould nee move the window yourself in code.
Christian Graus Please read this if you don't understand the answer I've given you "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 )
-
youwould nee move the window yourself in code.
Christian Graus Please read this if you don't understand the answer I've given you "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 )
Hi I have used timers to do this but there are bit slow when i am moving them even i set the interval to 1 milli second.I want to move them as if they were all connected windows. If u want further info on how they look like to be pls see this soft phone application http://www.asteriskguru.com/tutorials/xlite_softphone.html[^] thanks
-
Hi I have used timers to do this but there are bit slow when i am moving them even i set the interval to 1 milli second.I want to move them as if they were all connected windows. If u want further info on how they look like to be pls see this soft phone application http://www.asteriskguru.com/tutorials/xlite_softphone.html[^] thanks
I'd use a delegate and move the window at the same time, firing from the moved event.
Christian Graus Please read this if you don't understand the answer I've given you "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 )