Click here to Skip to main content
15,914,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to draw a graph Pin
Ray Cassick22-Nov-02 10:49
Ray Cassick22-Nov-02 10:49 
GeneralRe: How to draw a graph Pin
mr200325-Nov-02 2:51
mr200325-Nov-02 2:51 
GeneralRe: How to draw a graph Pin
Ray Cassick25-Nov-02 6:45
Ray Cassick25-Nov-02 6:45 
QuestionHow to make a graph into a HTML file Pin
mr200322-Nov-02 0:59
mr200322-Nov-02 0:59 
AnswerRe: How to make a graph into a HTML file Pin
Christian Graus22-Nov-02 1:17
protectorChristian Graus22-Nov-02 1:17 
GeneralMS Project2002 SDK Pin
Abubakar Siddque21-Nov-02 22:43
Abubakar Siddque21-Nov-02 22:43 
Generalstoring html pages in a server from VB application Pin
mr200321-Nov-02 7:51
mr200321-Nov-02 7:51 
GeneralRe: storing html pages in a server from VB application Pin
GV21-Nov-02 16:36
GV21-Nov-02 16:36 
hi
You can have your HTML content in a variable name sTemp. The insert this code where you want to create the HTML page. Here sTargetFolder is the path where the HTML files resides and concat test.html to that path. Then print that sTemp variable then close. Now check your folder.

Open sTargetFolder & "test.html" For Output As #1
Print #1, sTemp
Close #1

Hope this will help.

regards

GV




GeneralRaw Sockets Pin
dayWalker21-Nov-02 7:03
dayWalker21-Nov-02 7:03 
Generalline count in files Pin
GV21-Nov-02 3:24
GV21-Nov-02 3:24 
GeneralRe: line count in files Pin
Christian Graus21-Nov-02 22:55
protectorChristian Graus21-Nov-02 22:55 
GeneralVB array to managed Code, HELP! Pin
Mark Willems21-Nov-02 2:01
Mark Willems21-Nov-02 2:01 
GeneralRe: VB array to managed Code, HELP! Pin
Anonymous24-Nov-02 21:42
Anonymous24-Nov-02 21:42 
GeneralImplementing OnAction property in my own CommandBarControl interface Pin
mr. Vitaliy A. Genkin20-Nov-02 22:00
mr. Vitaliy A. Genkin20-Nov-02 22:00 
GeneralWebBrowser Control Pin
smartnose20-Nov-02 19:14
smartnose20-Nov-02 19:14 
GeneralRe: WebBrowser Control Pin
Anonymous22-Nov-02 10:39
Anonymous22-Nov-02 10:39 
GeneralLaunching Application/Program Once Pin
Desmond20-Nov-02 15:58
Desmond20-Nov-02 15:58 
GeneralRe: Launching Application/Program Once Pin
Roger Stewart20-Nov-02 16:21
professionalRoger Stewart20-Nov-02 16:21 
GeneralRe: Launching Application/Program Once Pin
Desmond20-Nov-02 19:44
Desmond20-Nov-02 19:44 
GeneralRe: Launching Application/Program Once Pin
Richard Deeming21-Nov-02 2:30
mveRichard Deeming21-Nov-02 2:30 
GeneralDLL File Creation Pin
Zach Salzbank20-Nov-02 11:31
Zach Salzbank20-Nov-02 11:31 
GeneralRe: DLL File Creation Pin
Hesham Amin21-Nov-02 2:38
Hesham Amin21-Nov-02 2:38 
Generalbrowse Pin
Hesham Amin20-Nov-02 7:13
Hesham Amin20-Nov-02 7:13 
GeneralRe: browse Pin
Roger Stewart20-Nov-02 16:15
professionalRoger Stewart20-Nov-02 16:15 
GeneralOperator Overloading Pin
Nick Seng20-Nov-02 0:00
Nick Seng20-Nov-02 0:00 

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.