Click here to Skip to main content
15,915,752 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: web browser Pin
jzonthemtn10-Oct-08 3:52
jzonthemtn10-Oct-08 3:52 
GeneralRe: web browser Pin
LloydA11110-Oct-08 8:37
LloydA11110-Oct-08 8:37 
QuestionControls and threads problem Pin
ambio9-Oct-08 22:52
ambio9-Oct-08 22:52 
AnswerRe: Controls and threads problem Pin
Dave Kreskowiak10-Oct-08 1:04
mveDave Kreskowiak10-Oct-08 1:04 
GeneralRe: Controls and threads problem Pin
ambio10-Oct-08 4:40
ambio10-Oct-08 4:40 
GeneralRe: Controls and threads problem Pin
Dave Kreskowiak10-Oct-08 5:14
mveDave Kreskowiak10-Oct-08 5:14 
GeneralRe: Controls and threads problem Pin
ambio12-Oct-08 22:34
ambio12-Oct-08 22:34 
GeneralRe: Controls and threads problem Pin
Dave Kreskowiak13-Oct-08 1:27
mveDave Kreskowiak13-Oct-08 1:27 
ambio wrote:
When I use this control to load a page, the most of the controls are waiting then for a short time. So this means that the webbrowser control is doing his work in the UI thread?


Yes.


ambio wrote:
If so, why it's implemented in this way?


Ask Microsoft.


ambio wrote:
I think it should be better to do the work of the webbrowser in a seperate thread.


The WebBrwoser control is an implementation of Internet Explorer, NOT a "from the ground up" purpose built browser control. Your constrained by the limits of IE.

If you want true multithreading, you'll have to write the page downloading stuff yourself. Check into the HttpWebRequest class.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Controls and threads problem Pin
ambio13-Oct-08 2:13
ambio13-Oct-08 2:13 
QuestionTransaction AS400 Pin
helelark1239-Oct-08 20:32
helelark1239-Oct-08 20:32 
AnswerRe: Transaction AS400 Pin
Ashfield9-Oct-08 21:34
Ashfield9-Oct-08 21:34 
GeneralRe: Transaction AS400 Pin
Mycroft Holmes9-Oct-08 21:41
professionalMycroft Holmes9-Oct-08 21:41 
GeneralRe: Transaction AS400 Pin
Wendelius10-Oct-08 7:01
mentorWendelius10-Oct-08 7:01 
AnswerRe: Transaction AS400 Pin
Kschuler10-Oct-08 6:41
Kschuler10-Oct-08 6:41 
AnswerRe: Transaction AS400 Pin
Wendelius10-Oct-08 7:59
mentorWendelius10-Oct-08 7:59 
QuestionSockets, remoting or web services which one to use? Pin
rprateek9-Oct-08 13:08
rprateek9-Oct-08 13:08 
AnswerRe: Sockets, remoting or web services which one to use? Pin
Mycroft Holmes9-Oct-08 21:46
professionalMycroft Holmes9-Oct-08 21:46 
QuestionRetrieve a large number of filenames Pin
Sonhospa9-Oct-08 8:57
Sonhospa9-Oct-08 8:57 
AnswerRe: Retrieve a large number of filenames Pin
Dave Kreskowiak9-Oct-08 9:26
mveDave Kreskowiak9-Oct-08 9:26 
AnswerRe: Retrieve a large number of filenames Pin
Wendelius9-Oct-08 9:27
mentorWendelius9-Oct-08 9:27 
GeneralRe: Retrieve a large number of filenames Pin
Sonhospa9-Oct-08 20:24
Sonhospa9-Oct-08 20:24 
AnswerRe: Retrieve a large number of filenames Pin
Jon_Boy10-Oct-08 4:26
Jon_Boy10-Oct-08 4:26 
QuestionRe: Retrieve a large number of filenames Pin
Sonhospa10-Oct-08 8:01
Sonhospa10-Oct-08 8:01 
QuestionIs BrowseForFolder gone in the new VB? Pin
Sonhospa9-Oct-08 8:38
Sonhospa9-Oct-08 8:38 
AnswerRe: Is BrowseForFolder gone in the new VB? Pin
Jon_Boy9-Oct-08 9:07
Jon_Boy9-Oct-08 9:07 

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.