Click here to Skip to main content
15,921,174 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using a application already open to display files Pin
smartyosu15-Sep-04 12:01
smartyosu15-Sep-04 12:01 
GeneralRe: Using a application already open to display files Pin
Heath Stewart15-Sep-04 14:22
protectorHeath Stewart15-Sep-04 14:22 
QuestionWhat does an end user need to run a C# 2005 beta compiled app? Pin
benjymous15-Sep-04 9:48
benjymous15-Sep-04 9:48 
AnswerRe: What does an end user need to run a C# 2005 beta compiled app? Pin
Nnamdi Onyeyiri15-Sep-04 10:28
Nnamdi Onyeyiri15-Sep-04 10:28 
GeneralFlash Movie on Forms Pin
Salman Taseer`15-Sep-04 9:46
Salman Taseer`15-Sep-04 9:46 
GeneralRe: Flash Movie on Forms Pin
Nnamdi Onyeyiri15-Sep-04 10:26
Nnamdi Onyeyiri15-Sep-04 10:26 
GeneralRe: Flash Movie on Forms Pin
eggie515-Sep-04 11:42
eggie515-Sep-04 11:42 
GeneralRe: Flash Movie on Forms Pin
Heath Stewart15-Sep-04 11:50
protectorHeath Stewart15-Sep-04 11:50 
If you've dragged the control from your toolbox (after customizing and adding it to your toolbox) to the form, or if you've used aximp.exe (not acimp.exe like the other poster said), then you reference both the AxInterop.*.dll and Interop.*.dll (or whatever you called them if you used aximp.exe and specified the /out switch). These are the ActiveX control (derived from System.Windows.Forms.AxHost) and the RCW (Runtime Callable Wrapper, a wrapper around the COM server generated from the typelib) respectively.

After you've done that, read the documentation for the ActiveX control on Macromedia's web site (or just take a stab and guess). The classes, interfaces, enumerations, methods, properties, etc. are all the same as they would be from a COM client like Visual Basic or some scripting language, because the RCW is marshaling calls to the COM (automation) objects themselves that scripting clients use.

There have also been articles on this site written about similar topics (perhaps even embeddeding the Flash player). I suggest using the search bar underneath the CodeProject logo at the top of the page to search for existing articles.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralExtract an ISO files to the local hard drive Pin
ntuyen0115-Sep-04 9:17
ntuyen0115-Sep-04 9:17 
GeneralRe: Extract an ISO files to the local hard drive Pin
Joe Woodbury15-Sep-04 14:17
professionalJoe Woodbury15-Sep-04 14:17 
Questionhow to build a web browser? Pin
DuyNguyen15-Sep-04 9:17
DuyNguyen15-Sep-04 9:17 
AnswerRe: how to build a web browser? Pin
Nnamdi Onyeyiri15-Sep-04 10:22
Nnamdi Onyeyiri15-Sep-04 10:22 
GeneralC# - Convert Bitmap object to byte[] Pin
theJazzyBrain15-Sep-04 8:45
theJazzyBrain15-Sep-04 8:45 
GeneralRe: C# - Convert Bitmap object to byte[] Pin
Grimolfr15-Sep-04 9:28
Grimolfr15-Sep-04 9:28 
GeneralRe: C# - Convert Bitmap object to byte[] Pin
theJazzyBrain15-Sep-04 22:12
theJazzyBrain15-Sep-04 22:12 
Generalloop throu dataset Pin
Totoo15-Sep-04 7:47
Totoo15-Sep-04 7:47 
GeneralInstalling Windows Services Pin
Guillermo Jimenez15-Sep-04 7:36
Guillermo Jimenez15-Sep-04 7:36 
GeneralRe: Installing Windows Services Pin
Heath Stewart15-Sep-04 7:47
protectorHeath Stewart15-Sep-04 7:47 
GeneralRe: Installing Windows Services Pin
Guillermo Jimenez15-Sep-04 10:04
Guillermo Jimenez15-Sep-04 10:04 
GeneralRe: Installing Windows Services Pin
Heath Stewart15-Sep-04 10:16
protectorHeath Stewart15-Sep-04 10:16 
GeneralRe: Installing Windows Services Pin
Guillermo Jimenez16-Sep-04 4:27
Guillermo Jimenez16-Sep-04 4:27 
GeneralRe: Installing Windows Services Pin
Heath Stewart16-Sep-04 5:31
protectorHeath Stewart16-Sep-04 5:31 
GeneralLooking for a generic method for accessing fields in C# classes/structs Pin
johnbMA15-Sep-04 7:06
johnbMA15-Sep-04 7:06 
GeneralRe: Looking for a generic method for accessing fields in C# classes/structs Pin
Nnamdi Onyeyiri15-Sep-04 7:31
Nnamdi Onyeyiri15-Sep-04 7:31 
GeneralRe: Looking for a generic method for accessing fields in C# classes/structs Pin
Heath Stewart15-Sep-04 7:42
protectorHeath Stewart15-Sep-04 7:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.