|
-
Feb 27th, 2010, 10:40 AM
#1
Thread Starter
Lively Member
How make a Vb.Net Program for running in VCD/DVD Player..??
hi..
I am a new vb.net programmer and want to develop a simple application which can execute (run) on Television through VCD/DVD player....??
-
Feb 27th, 2010, 11:07 AM
#2
Lively Member
Re: How make a Vb.Net Program for running in VCD/DVD Player..??
DVD players usually deal with multimedia contents like movies and such. How do you imagine to watch an executable? Or maybe i've misunderstood your idea? Please explain further!
-
Feb 27th, 2010, 03:17 PM
#3
New Member
Re: How make a Vb.Net Program for running in VCD/DVD Player..??
this is completely impossible with VB.net.
if you want your app to work on your TV you will need to display your computer on the TV and run the app in windows.
-
Feb 28th, 2010, 04:02 AM
#4
Thread Starter
Lively Member
Re: How make a Vb.Net Program for running in VCD/DVD Player..??
Games are run on tv through dvd/vcd..
So like game programming.. Can i develop a simple small Programe in VB.NET..?
-
Feb 28th, 2010, 04:31 AM
#5
Lively Member
Re: How make a Vb.Net Program for running in VCD/DVD Player..??
no you can't i think you will need to do C++ programming
-
Feb 28th, 2010, 04:36 AM
#6
Member
Re: How make a Vb.Net Program for running in VCD/DVD Player..??
What your trying to do is impossible to the common man. A tv only displays images it has no "brain" to convert an exe to something you can display on screen. Example, Microsoft created the XBox which is its own computer. It reads cd/dvds and converts it to Audio and Video. The actual game play is done by the console not the tv. So you would need to develop your own game console to display contents of an exe the you have created.
Here for your convince: XNA (Only for XBox 360 Owners!)
Beginner: Java
Intermediate: VB.Net, C#, Delphi, Perl
Master: HTML, XHTML, PHP, JavaScript, Pascal, SCAR
-
Feb 28th, 2010, 04:48 AM
#7
Fanatic Member
Re: How make a Vb.Net Program for running in VCD/DVD Player..??
 Originally Posted by watson123
no you can't i think you will need to do C++ programming
is c++ a stronger programming than VB.Net?
-
Feb 28th, 2010, 04:50 AM
#8
Re: How make a Vb.Net Program for running in VCD/DVD Player..??
C++ allows you to do things that you can't do in managed code (ie VB.Net and C#) so on that basis you could say its a stronger language than VB.Net.
The flipside is that its much more complicated to develop code in C++
That said I don't see any reason that you should use C++ for creating a simple game that will run on a DVD. Sounds to me much more like multimedia programming than something you'd use C++ for.
-
Feb 28th, 2010, 04:54 AM
#9
Re: How make a Vb.Net Program for running in VCD/DVD Player..??
A quick google suggests that there are specialist tools. Take a look at this thread.
-
Mar 1st, 2010, 03:20 AM
#10
Thread Starter
Lively Member
Re: How make a Vb.Net Program for running in VCD/DVD Player..??
Thanks for cool link which help me a lot and also for your valuable time...
After read above source.. i knowing that game are develop in other language..
But i m a .Net programmer and for a small program i not want to spent time to learn game development language..so i want to do something in .Net or c++ or any other simple techinique to develop a simple quiz program..
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
|