Add Control
-
Hi I added a control named Shockwave flash object from com object to my toolbox but when i drag it to my form it gives error that:
Failed to import ActiveX control, Please ensure that it is properly registred.
Can any one give me the right way to do it Thanks
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
-
Hi I added a control named Shockwave flash object from com object to my toolbox but when i drag it to my form it gives error that:
Failed to import ActiveX control, Please ensure that it is properly registred.
Can any one give me the right way to do it Thanks
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
Find another activeX control that is better than what you are currently using. Their may be a compatability issue with using it in Visual Studio. Or if you can use WPF, convert the flash object to XAML.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
-
Find another activeX control that is better than what you are currently using. Their may be a compatability issue with using it in Visual Studio. Or if you can use WPF, convert the flash object to XAML.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
Thanks 4 reply But sorry! i din't get it Their may be a compatability issue with using it in Visual Studio. Or if you can use WPF, convert the flash object to XAML.
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
-
Thanks 4 reply But sorry! i din't get it Their may be a compatability issue with using it in Visual Studio. Or if you can use WPF, convert the flash object to XAML.
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
If the designer for visual studio crashes or does not allow the activeX control to be added to a form, then their is a problem. The problem is most likely because of an incompatability between the activeX control and either visual studio or the .NET framework. To fix the problem, ditch the control and find a replacement. You can either find an activeX control that works or you can use the Windows Presentation Foundation (of .NET 3.0). To use WPF you would have to convert the flash file to XAML.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com