Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is VB.NET the one?

Status
Not open for further replies.

andyburrow

Programmer
Joined
Apr 15, 2005
Messages
14
Location
GB
Hi All,

I'm looking to embed a webcam on a website so I can view it live from work.

Would this involve a bit of VB.NET and possibly ASP.NET?

Any help would be much appreciated.

Thanks
Andy
 
For starters, ASP.NET will need to use either VB.NET, or C#, or some other language -- VBScript is out.

If you can get your program to work with VB.NET alone, it's a snap to ASP.NET it.

__________________________________________
Try forum1391 for lively discussions
 
Ok, so if I can write it in VB.NET, I can use ASP.NET to host it?
 
Ok, so if I can write it in VB.NET, I can use ASP.NET to host it?

Essentially, yes.

__________________________________________
Try forum1391 for lively discussions
 
Dimandja, you are a legend!! That's 'exactly' what I was looking for.

Ok, so once I have created the VB.NET app to show a live stream from a connected web cam, is it really that hard to implement this on a website? Presumably using ASP.NET?
 
In this case, not at all -- your VB server side code should run fine. Check out the ASP.NET forum for details.

__________________________________________
Try forum1391 for lively discussions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top