Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friend i want to create a auto play menu for DVD..?


I have many software setup files, now i want to burn a DVD that will contain a auto play menu so that when the DVD is auto played at that time user get a selection for which software to install...??

this will like a MOVIE DVD menu to select which movie to play...


i want to develop this in windows form with c#


Thanks in advance...???
Posted
Comments
Reiss 18-Aug-11 5:56am    
Again - What is your question?
BobJanova 18-Aug-11 7:10am    
This is for a DVD that you put into a DVD player? Have you got some compiler that will take .Net assemblies and make them a valid DVD (that a normal player will understand)? I am not aware of such a thing.

If you just want to play videos, you can use Live Movie Maker which is a free download for Windows. Alternatively, you could use any software you find on a Google search (http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=dvd+menu+maker[^]).

If you're trying to compile a playable DVD from code for a DVD player with video and menu, and this is something that you want to do in c#, you won't be able to do it without a lot of marshalling and interop code. Here's one version[^] of the DVD spec, which you'll need to know to work things out.

If you want to make the DVD do something interesting when put in a computer, you can read this Autorun article[^].

Cheers.
 
Share this answer
 
Comments
RaviRanjanKr 18-Aug-11 15:33pm    
Nice response. My 5+
I think what you are looking for is something described in this article here on code project.
Free Autoplay Menu for your CD/DVD Distribution[^]
 
Share this answer
 
Comments
RaviRanjanKr 18-Aug-11 15:34pm    
My 5+
fjdiewornncalwe 18-Aug-11 16:30pm    
Thanks
Tejas Vaishnav 19-Aug-11 1:02am    
Thats what i wanted but in c#.....

thanx.. if you get in c# desktop app..??? :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900