Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to run external applications in c# Pin
Wes Aday6-Oct-08 4:10
professionalWes Aday6-Oct-08 4:10 
Questionhow to run exterrnal applications in c# Pin
abiniyam6-Oct-08 3:57
abiniyam6-Oct-08 3:57 
AnswerRe: how to run exterrnal applications in c# Pin
leppie6-Oct-08 4:07
leppie6-Oct-08 4:07 
GeneralRe: how to run exterrnal applications in c# Pin
Pete O'Hanlon6-Oct-08 4:50
mvePete O'Hanlon6-Oct-08 4:50 
QuestionReplicating Perl's unpack functionality in C# Pin
JohnGGG6-Oct-08 3:19
JohnGGG6-Oct-08 3:19 
AnswerRe: Replicating Perl's unpack functionality in C# Pin
leppie6-Oct-08 20:50
leppie6-Oct-08 20:50 
Questionhow to run flash Pin
abiniyam6-Oct-08 3:19
abiniyam6-Oct-08 3:19 
AnswerRe: how to run flash Pin
John_Adams6-Oct-08 3:48
John_Adams6-Oct-08 3:48 
Hi
You may try the followign steps:

First you want to add the "Flash" control to the Toolbox:

1) Right-click on the Toolbox, choose "Add/Remove items..."

2) Select the "COM Components" tab

3) Scroll down to "Shockwave Flash Object" and make sure it's ticked

4) Click OK

5) Drag the "Shockwave Flash Object" from the toolbox onto the Form (just like any other control)
6) Righ-click on the new object and select "Properties" to show the custom properties panel.

Please note:

You may not want to hard-code the URL for the moview or file in the properties dialog, so try setting the "Movie" property to something like Application.StartupPath + "\\MyMovie.swf"
If you want to talk to the Flash movie from C# then you need to use the "SetVariable" method
If you want to talk to the host Windows Forms app from Flash, use FSCommand... you'll need to add an event handler in your Windows Forms.

Hope this helps Smile | :) .

Regards,
John Adams
ComponentOne LLC

AnswerRe: how to run flash Pin
Thomas Stockwell6-Oct-08 6:12
professionalThomas Stockwell6-Oct-08 6:12 
QuestionHow to make an array of a Class..? Pin
fmlove6-Oct-08 2:13
fmlove6-Oct-08 2:13 
AnswerRe: How to make an array of a Class..? Pin
Colin Angus Mackay6-Oct-08 2:17
Colin Angus Mackay6-Oct-08 2:17 
GeneralRe: How to make an array of a Class..? Pin
fmlove6-Oct-08 2:20
fmlove6-Oct-08 2:20 
GeneralRe: How to make an array of a Class..? Pin
Colin Angus Mackay6-Oct-08 2:23
Colin Angus Mackay6-Oct-08 2:23 
AnswerRe: How to make an array of a Class..? Pin
N a v a n e e t h6-Oct-08 2:25
N a v a n e e t h6-Oct-08 2:25 
AnswerRe: How to make an array of a Class..? [modified] Pin
DaveyM696-Oct-08 2:26
professionalDaveyM696-Oct-08 2:26 
GeneralRe: How to make an array of a Class..? Pin
#realJSOP6-Oct-08 2:36
mve#realJSOP6-Oct-08 2:36 
GeneralRe: How to make an array of a Class..? Pin
DaveyM696-Oct-08 2:39
professionalDaveyM696-Oct-08 2:39 
GeneralRe: How to make an array of a Class..? Pin
#realJSOP6-Oct-08 2:42
mve#realJSOP6-Oct-08 2:42 
QuestionNetworking Pin
Smithakrishnan6-Oct-08 1:53
Smithakrishnan6-Oct-08 1:53 
AnswerRe: Networking Pin
MumbleB6-Oct-08 2:19
MumbleB6-Oct-08 2:19 
AnswerRe: Networking Pin
nelsonpaixao6-Oct-08 13:35
nelsonpaixao6-Oct-08 13:35 
QuestionHow filter file in WebBrowser?? Pin
Wojciech Nagórski6-Oct-08 1:42
Wojciech Nagórski6-Oct-08 1:42 
AnswerRe: How filter file in WebBrowser?? Pin
#realJSOP6-Oct-08 2:38
mve#realJSOP6-Oct-08 2:38 
AnswerRe: How filter file in WebBrowser?? Pin
#realJSOP6-Oct-08 2:41
mve#realJSOP6-Oct-08 2:41 
GeneralRe: How filter file in WebBrowser?? Pin
Wojciech Nagórski6-Oct-08 2:50
Wojciech Nagórski6-Oct-08 2:50 

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.