Click here to Skip to main content
15,914,014 members
Home / Discussions / C#
   

C#

 
GeneralRe: redraw problem GDI+ Pin
Dave Kreskowiak14-Mar-07 11:51
mveDave Kreskowiak14-Mar-07 11:51 
AnswerRe: redraw problem GDI+ Pin
Christian Graus14-Mar-07 9:23
protectorChristian Graus14-Mar-07 9:23 
GeneralRe: redraw problem GDI+ Pin
_tasleem15-Mar-07 2:41
_tasleem15-Mar-07 2:41 
QuestionCrystall Report on C# 2005 Express Editiion. [modified] Pin
msogun14-Mar-07 7:22
msogun14-Mar-07 7:22 
QuestionLoading in a background on my form problem Pin
lee.hallows14-Mar-07 7:03
lee.hallows14-Mar-07 7:03 
AnswerRe: Loading in a background on my form problem Pin
Judah Gabriel Himango14-Mar-07 7:41
sponsorJudah Gabriel Himango14-Mar-07 7:41 
QuestionStrange problem with WebBrowser control "double loading" a page, eh? Pin
ThisIsMyUserName214-Mar-07 6:57
ThisIsMyUserName214-Mar-07 6:57 
AnswerRe: Strange problem with WebBrowser control "double loading" a page, eh? Pin
led mike14-Mar-07 7:19
led mike14-Mar-07 7:19 
ThisIsMyUserName2 wrote:
It happens all the time on the site I'm trying to interact with and it occasionally happens on google.com (or any site I'd imagine).

ThisIsMyUserName2 wrote:
Any ideas?


They hide that information in the DOCUMENTATION[^]

Remarks

The value of the URL parameter might not match the URL that was originally given to the WebBrowser Control. One possible reason for this is that the URL might be converted to a qualified form. For example, if an application specified a URL of www.microsoft.com in a call to the Navigate or Navigate2 method, then the URL passed into DocumentComplete is http://www.microsoft.com/. In addition, if the server has redirected the browser to a different URL, the redirected URL is passed into the URL parameter.

The WebBrowser Control fires the DocumentComplete event when the document has completely loaded and the READYSTATE property has changed to READYSTATE_COMPLETE. Here are some important points regarding the firing of this event.

* In pages with no frames, this event fires once after loading is complete.
* In pages where multiple frames are loaded, this event fires for each frame where the DownloadBegin event has fired.
* This event's pDisp parameter is the same as the IDispatch interface pointer of the frame in which this event fires.
* In the loading process, the highest level frame (which is not necessarily the top-level frame) fires the final DocumentComplete event. At this time, the pDisp parameter will be the same as the IDispatch interface pointer of the highest level frame.


led mike

GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? [modified] Pin
ThisIsMyUserName214-Mar-07 7:41
ThisIsMyUserName214-Mar-07 7:41 
GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? Pin
led mike14-Mar-07 8:15
led mike14-Mar-07 8:15 
GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? Pin
ThisIsMyUserName214-Mar-07 8:33
ThisIsMyUserName214-Mar-07 8:33 
GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? Pin
Dave Kreskowiak14-Mar-07 9:20
mveDave Kreskowiak14-Mar-07 9:20 
GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? Pin
ThisIsMyUserName214-Mar-07 9:50
ThisIsMyUserName214-Mar-07 9:50 
QuestionHow to call different namespace Pin
Eyungwah14-Mar-07 6:57
Eyungwah14-Mar-07 6:57 
AnswerRe: How to call different namespace Pin
led mike14-Mar-07 7:12
led mike14-Mar-07 7:12 
AnswerRe: How to call different namespace Pin
Colin Angus Mackay14-Mar-07 9:03
Colin Angus Mackay14-Mar-07 9:03 
Questionxml question Pin
groundzero11114-Mar-07 6:43
groundzero11114-Mar-07 6:43 
AnswerRe: xml question Pin
ThisIsMyUserName214-Mar-07 7:23
ThisIsMyUserName214-Mar-07 7:23 
GeneralRe: xml question Pin
groundzero11114-Mar-07 8:48
groundzero11114-Mar-07 8:48 
GeneralRe: xml question Pin
Stefan Troschuetz14-Mar-07 12:10
Stefan Troschuetz14-Mar-07 12:10 
Questionpaging in DataGrid using C# and windows forms Pin
OmarLodhi14-Mar-07 5:54
OmarLodhi14-Mar-07 5:54 
QuestionCreating a tiny SQL Windows XP "Registry Cleaner" Application Pin
td0014-Mar-07 5:48
td0014-Mar-07 5:48 
AnswerRe: Creating a tiny SQL Windows XP "Registry Cleaner" Application Pin
Judah Gabriel Himango14-Mar-07 6:26
sponsorJudah Gabriel Himango14-Mar-07 6:26 
AnswerRe: Creating a tiny SQL Windows XP "Registry Cleaner" Application Pin
led mike14-Mar-07 6:29
led mike14-Mar-07 6:29 
QuestionNew Programmer Help Please! Pin
lee.hallows14-Mar-07 5:33
lee.hallows14-Mar-07 5:33 

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.