Results 1 to 10 of 10

Thread: How make a Vb.Net Program for running in VCD/DVD Player..??

  1. #1

    Thread Starter
    Lively Member nilesh16782's Avatar
    Join Date
    Feb 2007
    Location
    India
    Posts
    104

    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....??

  2. #2
    Lively Member
    Join Date
    Jan 2010
    Location
    Republic of Macedonia
    Posts
    114

    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!

  3. #3
    New Member
    Join Date
    Feb 2010
    Posts
    5

    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.

  4. #4

    Thread Starter
    Lively Member nilesh16782's Avatar
    Join Date
    Feb 2007
    Location
    India
    Posts
    104

    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..?

  5. #5
    Lively Member
    Join Date
    Feb 2010
    Posts
    120

    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

  6. #6
    Member MicLovin's Avatar
    Join Date
    Jul 2008
    Location
    Under a rock
    Posts
    62

    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

  7. #7
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    595

    Re: How make a Vb.Net Program for running in VCD/DVD Player..??

    Quote Originally Posted by watson123 View Post
    no you can't i think you will need to do C++ programming
    is c++ a stronger programming than VB.Net?

  8. #8
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    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.

  9. #9
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    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.

  10. #10

    Thread Starter
    Lively Member nilesh16782's Avatar
    Join Date
    Feb 2007
    Location
    India
    Posts
    104

    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
  •  



Click Here to Expand Forum to Full Width