Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Adding execution file into our .net Windows application
Closed Thread
Old 12-07-2005, 09:16 AM   #1 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 145

Mohan Giri

Default Adding execution file into our .net Windows application

Hi everyone,
I am adding one exe file in my c#.net windows application and writing code to run that application. Then building and running my project. If I copy and paste my .net exe file which is created while building the project into some other location and run the exe do my application will run or it depends on the included exe file???

If you dont understand what I am saying. Here is information about my project. Actually I want to make a screen saver(scr file) for windows for existing flash movie file. I tried this in C# windows application.

What I did is I added shockwave flash object into my project and placed axshockwaveflashobject control on my windows form. In my coding I call the movie file through shockwave flash object control depending upon the windows aruments(/s,/c,/p).

Then I written code to stop the application when mouse and keyboard events occur.

Now I want to rename the exe file into scr file and save this file into windows system32 folder.

I manually did this and checked before doing through code. Its working fine when screensaver action occurs. But it depends my flash movie file, two flash dll files which we referred in our project.

But when I ask for a preview application is runnig. But the movie file is not loading on the axshockwave flash object. White axshockwave flash object on the windows form only displaying and when mouse or keyboard action takes place the application is stop.

Then when I choose this screensaver in the dropdown list of the screensaver selection list, my screen saver starts running without loading movie file.

So trying to include flash movie file as exe file into my project and run that application. If I do it like this may i get correct result?

In market there are many softwares to convert Flash movie into Screensaver. But I want to know what method they are following and how they are creating the flash file as installable screen saver file.

If anyone know help me. Thanks in advance.
Mohan Giri is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On