|
-
Jun 4th, 2002, 10:09 PM
#1
Thread Starter
Addicted Member
How can it be done?
Hi,
How can I make a program (is at all possible) that allows the user to make a slideshow file with pictures (added by the user) that he can run later without running the first program??????
Cheers,
/C
-
Jun 4th, 2002, 11:12 PM
#2
it will be a complex editor, my only suggestion is go here and eat some line of codes.. 
there u will be found a lots of great examples the same parts of your projekt..
-
Jun 4th, 2002, 11:37 PM
#3
Thread Starter
Addicted Member
Thanks Jim Davis
I followed your link
Do you have any suggestions on what I should search
All mine returned zero or something uninteresting (at this point)
/C
-
Jun 4th, 2002, 11:39 PM
#4
huh i think you will need a lots of things.. how ur projekt will works? like MS PowerPoint?
-
Jun 4th, 2002, 11:42 PM
#5
-
Jun 4th, 2002, 11:44 PM
#6
Thread Starter
Addicted Member
I was thinking of something like this
The user chooses a couple of pictures that he has stored on his harddrive or something
He adds these pictures to a slideshow
Creates a slideshow file containing these pictures
He should now be able to use this "slideshow file" to view his pictures without having to have the other program
ie it must be able to run on its own
Is this possible???
/C
-
Jun 4th, 2002, 11:46 PM
#7
PowerPoster
I'm not sure i understand.
You want a program that will create a SLideshow that will then run independently of the original program?
Not possible.
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
Jun 4th, 2002, 11:47 PM
#8
I think he wants something like powerpoint. You add everything in a single powerpoint file and then you run it with powerpoint. But he probably wants to have 2 programs: one for adding the pics and one for viewing them
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jun 4th, 2002, 11:50 PM
#9
Thread Starter
Addicted Member
OK thanks Arc
At least I don't have to think about that prob anymore
/C
-
Jun 4th, 2002, 11:50 PM
#10
-
Jun 4th, 2002, 11:53 PM
#11
it looks like you must need a HOST APPLICATION for play your slideshow.. so.. write first an editor to create the SS, then write a player for this slideshow.

its not too hard, you can do it 
in the player just load the files sequentially and then show them.. place a timer for produce some delay between 2 images..
how you can show the image?
Set Form1.Picture = LoadPicture(App.Path + "\MyPic.bmp")
-
Jun 4th, 2002, 11:56 PM
#12
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jun 4th, 2002, 11:58 PM
#13
Thread Starter
Addicted Member
Thanks Arc
I've already done a slideshow app
It would have been good though if someone without any prog knowledge could make an slideshow file(with my app) and then share that file with friends and so on
I have to try to come up with something else instead
/C
-
Jun 5th, 2002, 12:05 AM
#14
PowerPoster
If your friend also has your APP then you could do this.
You Could write a file that tells your app what to do and then you zip up the pictures and the file and send them to your friend who also has you app and then runs the file.
I thought you ment you wanted the file to run by itslef without your app.
Last edited by Arc; Jun 5th, 2002 at 12:08 AM.
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
Jun 5th, 2002, 12:11 AM
#15
Thread Starter
Addicted Member
Sorry I can see I am not very clear
What I meant by my last post was
It would have been good if I could do a slideshow file that could be run independently then you could share that file with friends and so on
but since you said it is not possible I have to do something else
/C
-
Jun 5th, 2002, 12:16 AM
#16
actually I think it IS possible. What you have to do is to add the images to your exe file. It's not very easy I guess and I dont think it's a very good idea to modify an exe, but I think you can do it. dunno how
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jun 5th, 2002, 12:36 AM
#17
PowerPoster
If i understand correctly, he wants to create a slide show file that will run by itslef with no help from any program...
This is not possible as you have to have something to play back the file. Files can't run themselves.
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|