Using User-Defined controls
-
Hi, Is it possible to create user-defined controls (.ascx file) and use them in windows applications. If so can anyone provide links, resources. Thanks and Rgds, PLS:suss:
Long Live
-
Hi, Is it possible to create user-defined controls (.ascx file) and use them in windows applications. If so can anyone provide links, resources. Thanks and Rgds, PLS:suss:
Long Live
No. You can create user defined controls, but they can't be ascx files, they need to be winforms controls.
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 )
-
No. You can create user defined controls, but they can't be ascx files, they need to be winforms controls.
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 )
Hi, Thanks Christian Graus.
Long Live