Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > How to generate html in vb?


Reply
 
Thread Tools Display Modes
  #1  
Old 07-28-2004, 12:07 AM
leoric1928 leoric1928 is offline
Newcomer
 
Join Date: Jul 2004
Posts: 21
Default How to generate html in vb?


Hi guys,

Can anyone tell me if vb can generate an html page, well to be specific it is an html where it will generate a streaming video?

Tnx
Reply With Quote
  #2  
Old 07-28-2004, 12:53 AM
Peperl's Avatar
Peperl Peperl is offline
Senior Contributor
 
Join Date: Apr 2003
Location: Cartagena, Spain
Posts: 1,371
Default

html is normal ascii code, and so, you can easily write this using the OPEN/CLOSE file for output, and you show it with the webbrowser component

that I don't understand what do you refer with to generate a streaming video?
__________________
Pri Oh Persia
Reply With Quote
  #3  
Old 08-02-2004, 05:13 AM
leoric1928 leoric1928 is offline
Newcomer
 
Join Date: Jul 2004
Posts: 21
Default

what i mean by streaming video is, the html produce has a video played on it?
Reply With Quote
  #4  
Old 08-02-2004, 05:24 AM
herilane's Avatar
herilane herilane is offline
Unashamed geek

Retired Moderator
* Expert *
 
Join Date: Jul 2003
Location: London, England
Posts: 8,988
Default

If you know what html code you need (in order to show your streaming video or whatever other content you want in the web page) then it's just a matter of writing it. I can't really see how VB comes into the picture here. VB doesn't automatically generate html code, VB is not a web design software package.

Unless you need to do this repeatedly, and therefore want to automate it - but even then you still need to know html.
Reply With Quote
  #5  
Old 08-04-2004, 04:50 AM
leoric1928 leoric1928 is offline
Newcomer
 
Join Date: Jul 2004
Posts: 21
Default

my problem is now solved, now i want to know is there a way for vb to mark a video? for example, the video is played for 5 seconds, can i mark that 5 second frame? tnx
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->