Click here to Skip to main content
15,894,740 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Is there any field limitaion in Structure (VB.NET) [more] Pin
Colin Angus Mackay11-Jun-08 21:12
Colin Angus Mackay11-Jun-08 21:12 
GeneralRe: Is there any field limitaion in Structure (VB.NET) [more] Pin
Michael Sync11-Jun-08 21:22
Michael Sync11-Jun-08 21:22 
QuestionReflection issue Pin
cstrader23210-Jun-08 13:09
cstrader23210-Jun-08 13:09 
QuestionGetting DataTable to clean XML to send over a socket Pin
Noctris10-Jun-08 12:18
Noctris10-Jun-08 12:18 
AnswerRe: Getting DataTable to clean XML to send over a socket Pin
Mycroft Holmes10-Jun-08 15:29
professionalMycroft Holmes10-Jun-08 15:29 
AnswerRe: Getting DataTable to clean XML to send over a socket Pin
BDEz (Member 3919223)12-Jun-08 7:27
BDEz (Member 3919223)12-Jun-08 7:27 
QuestionHow to Load an HTML Page From Resources File? Pin
Saul Johnson10-Jun-08 7:23
Saul Johnson10-Jun-08 7:23 
AnswerRe: How to Load an HTML Page From Resources File? Pin
jzonthemtn10-Jun-08 8:04
jzonthemtn10-Jun-08 8:04 
You can do:

WebBrowser1.DocumentText = My.Resources.HTMLFile


Where HTMLFile is the name of the HTML page you added to the Resources.

Alternatively, you could write out the text of the HTML file and then navigate to it:

My.Computer.FileSystem.WriteAllText("c:\file.html", My.Resources.HTMLFile, False)
WebBrowser1.Navigate("c:\file.html")


I don't know of a way just to load the HTML file in the webbrowser control straight from the resources but that may be due to ignorance on my part.
GeneralRe: How to Load an HTML Page From Resources File? Pin
Saul Johnson10-Jun-08 20:31
Saul Johnson10-Jun-08 20:31 
AnswerRe: How to Load an HTML Page From Resources File? Pin
BDEz (Member 3919223)12-Jun-08 7:49
BDEz (Member 3919223)12-Jun-08 7:49 
AnswerRe: How to Load an HTML Page From Resources File? Pin
Kenny McKee30-Jun-08 9:12
Kenny McKee30-Jun-08 9:12 
QuestionChoosing which service to use based on an appsetting Pin
daveg5510-Jun-08 3:53
daveg5510-Jun-08 3:53 
AnswerRe: Choosing which service to use based on an appsetting Pin
Christian Graus10-Jun-08 4:11
protectorChristian Graus10-Jun-08 4:11 
GeneralRe: Choosing which service to use based on an appsetting Pin
daveg5510-Jun-08 4:34
daveg5510-Jun-08 4:34 
GeneralRe: Choosing which service to use based on an appsetting Pin
Christian Graus10-Jun-08 5:06
protectorChristian Graus10-Jun-08 5:06 
AnswerRe: Choosing which service to use based on an appsetting Pin
Mycroft Holmes10-Jun-08 15:17
professionalMycroft Holmes10-Jun-08 15:17 
GeneralRe: Choosing which service to use based on an appsetting Pin
daveg5511-Jun-08 1:08
daveg5511-Jun-08 1:08 
GeneralRe: Choosing which service to use based on an appsetting Pin
Mycroft Holmes11-Jun-08 2:10
professionalMycroft Holmes11-Jun-08 2:10 
QuestionDataError Event for a Datagrid Pin
gates0910-Jun-08 1:35
gates0910-Jun-08 1:35 
AnswerRe: DataError Event for a Datagrid Pin
Mycroft Holmes10-Jun-08 15:33
professionalMycroft Holmes10-Jun-08 15:33 
QuestionHow to check file status Pin
Ebube10-Jun-08 0:34
Ebube10-Jun-08 0:34 
AnswerRe: How to check file status Pin
Ashfield10-Jun-08 1:32
Ashfield10-Jun-08 1:32 
GeneralRe: How to check file status Pin
Ebube10-Jun-08 2:05
Ebube10-Jun-08 2:05 
GeneralRe: How to check file status Pin
Ashfield10-Jun-08 3:40
Ashfield10-Jun-08 3:40 
QuestionWhen Rss Feed Will Be Updated Pin
divyesh14329-Jun-08 23:39
divyesh14329-Jun-08 23:39 

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.