Quantcast
Channel: Problem with Screensaver
Viewing all articles
Browse latest Browse all 14

Problem with Screensaver

$
0
0
Hi,

I'm creating a screensaver which contains set of images, that are displayed one by one.

I'd already created .exe using following code.

CSharpCodeProvider oCSharpCodeProvider = new CSharpCodeProvider();
                                ICodeCompiler icc = oCSharpCodeProvider.CreateCompiler();

The above code is creating the .EXE other then the default exe created by program, means I'm creating several .EXEs using above code.


The Images which I'm taking is from a specific path say "D://Screensaver/".

Now if I'm placing my screensaver any other place then  it is looking for that path where images are stored.So on the  other computer it is not able to find the path.

Problem:

I want to create an .EXE , which incorporate the images.means it must not depend on any perticular path.
The .EXE should be independent and should be able to execute anywhere other then my machine.

 Reply asap.....

Viewing all articles
Browse latest Browse all 14

Latest Images

Trending Articles





Latest Images