www.fgks.org   »   [go: up one dir, main page]

*
Quick Links|Home|Worldwide
MSDN*
Search Microsoft.com for:
Sign in to Windows Live ID
Home Search My Threads Member List Top Answerers Faq  
Visual Basic General
Re: Faied to import the ActiveX control. (Load Macromedia Flash)?

Thread Starter: cROCKed   Started: 09 Mar 2007 11:29 PM UTC   Replies: 10
Thread Information
Most Recent Reply: 27 Aug 2007, 2:01 PM UTC
Total Views: 9933
Helpful Posts: 1
Status: Answered
  09 Mar 2007, 11:29 PM UTC
cROCKed
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.


Posts 3
Faied to import the ActiveX control. (Load Macromedia Flash)?
Answered Question Was this post helpful ?
Reply Quote

i have some problems about to import Shockwave Flash Object. I can adding to shockwave flash object to toolbox. But When i try to Drag and drop flash object to my winapp project, i get this error msg " Faied to import the ActiveX control. "

i search abouth some things about this error. i find some answers samples Start>Run> Regsrvr dll registering and AxShockwaveFlashObjects but i can't load it to my project.

 i have using Visual Studio 2005 pro edition 8.0.50727.42 version. How to i can load an use Shockwave Flash Object in my Project?

Please Help me

Sorry about my poor English...


   Report Abuse  
  16 Mar 2007, 6:21 AM UTC
Bruno Yu - MSFT
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.
Moderator


Posts 3,506
Answer Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Answer Was this post helpful ?
Reply Quote

cROCKed,

The Regsvr32.exe can help you to register the ActiveX control in your system registry. After you registered the component, you can add the reference for the component in your VB.NET application. This technology refers to the Interop, you can search the information on COM Interop that help you to understand this technology.

According to your problem, there is a Visual Studio 2005 Technical Article titled User Interface Controls in Visual Basic 6 and Visual Basic 2005, please open the following link and have a try to finish your work:

http://msdn2.microsoft.com/zh-cn/library/ms364063(vs.80).aspx

 




Please remember to mark the replies as answers if they help and unmark them if they provide no help.

   Report Abuse  
  16 Mar 2007, 7:23 AM UTC
Harshal Bhau11
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.


Posts 4
Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Comment Was this post helpful ?
Reply Quote
 Bruno Yu - MSFT wrote:

cROCKed,

The Regsvr32.exe can help you to register the ActiveX control in your system registry. After you registered the component, you can add the reference for the component in your VB.NET application. This technology refers to the Interop, you can search the information on COM Interop that help you to understand this technology.

According to your problem, there is a Visual Studio 2005 Technical Article titled User Interface Controls in Visual Basic 6 and Visual Basic 2005, please open the following link and have a try to finish your work:

http://msdn2.microsoft.com/zh-cn/library/ms364063(vs.80).aspx

 

 

 

Hi ,

Is there anything such in C# in dot NET

?

 

i basically need to know about User Controls

cHeers




Harsh

   Report Abuse  
  16 Mar 2007, 7:30 AM UTC
Bruno Yu - MSFT
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.
Moderator


Posts 3,506
Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Comment Was this post helpful ?
Reply Quote

Harshal,

Please post your question in C# forum in order to get the satisfied answer. This forum focus on VB.NET. Thank you for your question.




Please remember to mark the replies as answers if they help and unmark them if they provide no help.

   Report Abuse  
  24 Jun 2007, 7:25 AM UTC
rwnenrj
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.


Posts 1
Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Comment Was this post helpful ?
Reply Quote

Question :How to install flash object in vb.net that is save in my.resources ?

or

how to run  *.swf file in vb.net that is save in my.resources?

 please send Quickly Answer.

 




hjrjer

   Report Abuse  
  26 Jun 2007, 5:15 AM UTC
Bruno Yu - MSFT
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.
Moderator


Posts 3,506
Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Comment Was this post helpful ?
Reply Quote

rwnenrj,

 

Thanks for your question. Could you please create a new thread, then post the question there? This method can help you to get more satisfying answers in this forum because the new created threads can appeal more people to take part in helping to solve your problems.

 

Thanks again for your question.




Please remember to mark the replies as answers if they help and unmark them if they provide no help.

   Report Abuse  
  27 Jun 2007, 6:57 AM UTC
soubhagya
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.


Posts 1
Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Comment Was this post helpful ?
Reply Quote

 

actually i want to add shockwave flash player into winform.when i drag that control it shows "failed to import the activex control.please ensure it is properly registered."

 

 

                                so will u please tell me how to import and register shockwave control into my form.actually i'm a fresher to .net.if u'll send the answer to my mail i'll be thankful.

                                                                                             thanks

                                                                                       soubhagya




soubhagya

   Report Abuse  
  06 Jul 2007, 5:12 PM UTC
PeterIvan14
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.


Posts 1
Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Comment Was this post helpful ?
Reply Quote
How the Active X control is build, Do you have any idea,While importing the OCX  into .NET, It require Interop component, Try to build the interop component and try to import, It should import.ThanksPeter.
   Report Abuse  
  24 Jul 2007, 1:58 PM UTC
RogerK
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.


Posts 1
Answer Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Answer Was this post helpful ?
Reply Quote
I came across this issue in VS2005 but while trying to put another ActiveX control on a form.

The reason that my ActiveX contol (and possibly other ActiveX controls from other parties, excluding some 'very simple' controls) was not insertable on a Visual Studio 2005 .Net Windows Form directly was because of 2005, and unlike its predecessor VS2003, does not automatically add the necessary and needed COM reference to the OLE Automation type library - stdole.tlb or stdole2.tlb.
 
To remedy this situation, before inserting your ActiveX control, add the OLE Automation COM reference to the project. To do this, from the Solution Explorer find the project in question and expand its tree item to reach the sub-item labeled 'References'. Right click that item and choose 'Add...' from the popup menu. A dialog box will show up. Go to the page on that dialog that is labeled 'COM' and from the list of COM type libraries on that page check the 'OLE Automation' library and hit Ok.
 
This worked for my ActiveX control and it is now insertable on the form.

Regards
Roger

   Report Abuse  
  24 Aug 2007, 11:45 AM UTC
GauravJain
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.


Posts 2
Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Comment Was this post helpful ?
Reply Quote

 

Try given OCX Control

http://www.vicman.net/dir/7488/Download-Windows-swf-Flash-Player.htm




gauravjain

   Report Abuse  
  27 Aug 2007, 2:01 PM UTC
Yan M Aung
These stars recognize your participation in the forums. For more information about the different levels of stars, and how points are earned, please see the FAQ.


Posts 1
Re: Faied to import the ActiveX control. (Load Macromedia Flash)?
Comment Was this post helpful ?
Reply Quote

 

Go to "Tools", select "Choose Box Items"

Click on "COM Component"

select One of Microsoft Components such as

"Microsoft Common Dialog Control" OR

"Microsoft  Spreadsheet"

The select item will be in your tool box.

Drag this item to you form

And then drag your Flash tool.

May be you can delete previous one.


   Report Abuse  
 Page 1 of 1 (11 items)
MSDN Forums » Visual Basic » Visual Basic General » Re: Faied to import the ActiveX control. (Load Macromedia Flash)?

Subscribe to RSSSubscribe to RSS

© 2008 Microsoft Corporation. All rights reserved. Terms of Use |Trademarks |Privacy Statement
Microsoft