Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone.

I am just new to visual basic programming.

I would just like to ask if it is possible to create a program using vb 2008 which can automatically download video files(on playback) in the internet and instantly converts them to a specific video file extension?

If so, would it be difficult?

I am looking forward for any response. Thank you in advance.
Posted

1 solution

By new to VB, do you mean that you are new to programming in general?
Yes, one could probably create a program to do what you describe. and since you are new to VB I would say yes it could prove to be difficult.

There are ready made alternatives that do what you say, for example I use Real player downloader to download, convert and load my iPod with videos. The version I have loaded does so without cost.

My advice for a new programmer would be to create something somewhat simpler than converting media. Perhaps you could create a project that plays audio files to start with.

Something like this Media Player Class[^] (This is in C# but uses the same methods as VB)

Hope this is helpful. Good luck, happy coding! :)
 
Share this answer
 
Comments
Member 8033321 24-Jun-11 21:30pm    
Thank you sir...
Member 8033321 24-Jun-11 23:30pm    
I'm not really new to programming just on visual basic 2008..

My professor just told us to create that kind of program using vb 2008.. It just so happen that I do not know where to start like having a code to download video files that are being played automatically...

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