Click here to Skip to main content
16,004,924 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalfile stream reader Pin
Anonymous28-Apr-04 13:46
Anonymous28-Apr-04 13:46 
GeneralRe: file stream reader Pin
Dave Kreskowiak28-Apr-04 15:09
mveDave Kreskowiak28-Apr-04 15:09 
Generalindex words from documnet in MSWord Pin
skoizumi2911028-Apr-04 11:07
sussskoizumi2911028-Apr-04 11:07 
GeneralRe: index words from documnet in MSWord Pin
Dave Kreskowiak28-Apr-04 12:52
mveDave Kreskowiak28-Apr-04 12:52 
GeneralVB 6 and HTML Pin
Kehllendros28-Apr-04 9:16
Kehllendros28-Apr-04 9:16 
GeneralRe: VB 6 and HTML Pin
Dave Kreskowiak28-Apr-04 12:45
mveDave Kreskowiak28-Apr-04 12:45 
GeneralRe: VB 6 and HTML Pin
Kehllendros29-Apr-04 5:06
Kehllendros29-Apr-04 5:06 
GeneralRe: VB 6 and HTML Pin
Dave Kreskowiak29-Apr-04 8:23
mveDave Kreskowiak29-Apr-04 8:23 
What do you mean by "changing the file extension"? Since your outputting the file from VB, you can make the file extension anything you want... Are you doing this in Excel or something else?



Well, first you have to have some code that you having problems with. Discussing design over a forum is notoriously difficult...

But, I'm assuming your doing this as a class project? I'm not going to write the code for you, and neither will anyone else here.

If you know HTML, you could start by putting together an HTML page with some phony data for mockup. You'll use this as a template when you write out your actual data. Basically, your program is going to output the HTML HEAD section, as plain text, then output a TABLE with all the header tags. When you get to outputting the data, you'll add the appropriate table row and detail tags with your data. Then you'll output the closing tags to your table and HTML body.

That's the hard way of doing it, but is simple in terms of HTML...

The easier way, but requiring a more in depth knowledge of HTML, XML and CSS, is to output an XML formatted version of all your data. You'll have to make up an HTML page that INCLUDES, as a seperate file, the XML data file with all your data formatted in whatever tags you wish to use, and a CSS file that contains the formatting to use for each of these tags. This is a FAR more flexible solution...


RageInTheMachine9532
GeneralScanning image from scanner Pin
gthompson200528-Apr-04 7:00
gthompson200528-Apr-04 7:00 
GeneralRe: Scanning image from scanner Pin
vilhelmm1-May-04 0:59
vilhelmm1-May-04 0:59 
GeneralRe: Scanning image from scanner Pin
gthompson20051-May-04 10:35
gthompson20051-May-04 10:35 
GeneralNT Usergroup Pin
800XL28-Apr-04 5:38
800XL28-Apr-04 5:38 
GeneralRe: NT Usergroup Pin
Syed Abdul Khader28-Apr-04 19:00
Syed Abdul Khader28-Apr-04 19:00 
Generalhelp!! code execution taking to much time. Pin
Anonymous28-Apr-04 4:52
Anonymous28-Apr-04 4:52 
GeneralRe: help!! code execution taking to much time. Pin
Dave Kreskowiak28-Apr-04 5:09
mveDave Kreskowiak28-Apr-04 5:09 
GeneralRe: help!! code execution taking to much time. Pin
Serge Lobko-Lobanovsky10-May-04 2:09
Serge Lobko-Lobanovsky10-May-04 2:09 
GeneralJet question by a newbie Pin
Member 102309028-Apr-04 4:21
Member 102309028-Apr-04 4:21 
GeneralRe: Jet question by a newbie Pin
Dave Kreskowiak28-Apr-04 4:27
mveDave Kreskowiak28-Apr-04 4:27 
GeneralRe: Jet question by a newbie Pin
Member 102309028-Apr-04 4:33
Member 102309028-Apr-04 4:33 
GeneralTabbing Hell Pin
Greg Eales28-Apr-04 3:52
Greg Eales28-Apr-04 3:52 
Questioncan anybody give me code of getting RGB value form an image Pin
Member 41696028-Apr-04 2:34
Member 41696028-Apr-04 2:34 
AnswerRe: can anybody give me code of getting RGB value form an image Pin
Dave Kreskowiak28-Apr-04 3:59
mveDave Kreskowiak28-Apr-04 3:59 
GeneralNeed help with Loop and comparing values Pin
ingerXP27-Apr-04 22:49
ingerXP27-Apr-04 22:49 
GeneralRe: Need help with Loop and comparing values Pin
Syed Abdul Khader28-Apr-04 0:43
Syed Abdul Khader28-Apr-04 0:43 
GeneralRe: Need help with Loop and comparing values Pin
ingerXP28-Apr-04 23:52
ingerXP28-Apr-04 23:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.