Click here to Skip to main content
15,905,913 members
Home / Discussions / C#
   

C#

 
GeneralRe: 2 not so # things Pin
Heath Stewart11-Jul-03 18:21
protectorHeath Stewart11-Jul-03 18:21 
GeneralRe: 2 not so # things Pin
leppie11-Jul-03 18:29
leppie11-Jul-03 18:29 
GeneralOK, slap me silly and call me Susan - NOT Pin
leppie11-Jul-03 18:49
leppie11-Jul-03 18:49 
GeneralRe: 2 not so # things Pin
leppie11-Jul-03 19:40
leppie11-Jul-03 19:40 
GeneralRe: 2 not so # things Pin
Heath Stewart12-Jul-03 0:15
protectorHeath Stewart12-Jul-03 0:15 
GeneralRe: 2 not so # things Pin
leppie12-Jul-03 1:54
leppie12-Jul-03 1:54 
GeneralTooltips Pin
Nnamdi Onyeyiri11-Jul-03 12:25
Nnamdi Onyeyiri11-Jul-03 12:25 
GeneralRe: Tooltips Pin
Nick Parker11-Jul-03 18:33
protectorNick Parker11-Jul-03 18:33 
GeneralRe: Tooltips Pin
Nnamdi Onyeyiri11-Jul-03 23:27
Nnamdi Onyeyiri11-Jul-03 23:27 
GeneralServer Certificates Pin
Jeff Phillips11-Jul-03 8:36
Jeff Phillips11-Jul-03 8:36 
GeneralRe: Server Certificates Pin
Heath Stewart11-Jul-03 8:46
protectorHeath Stewart11-Jul-03 8:46 
GeneralCan't find namespace Pin
Shaun Becker11-Jul-03 5:38
Shaun Becker11-Jul-03 5:38 
GeneralRe: Can't find namespace Pin
Heath Stewart11-Jul-03 6:16
protectorHeath Stewart11-Jul-03 6:16 
GeneralRe: Can't find namespace Pin
Shaun Becker11-Jul-03 11:39
Shaun Becker11-Jul-03 11:39 
GeneralRe: Can't find namespace Pin
Heath Stewart11-Jul-03 12:10
protectorHeath Stewart11-Jul-03 12:10 
GeneralRe: Can't find namespace Pin
Anonymous12-Jul-03 1:06
Anonymous12-Jul-03 1:06 
GeneralProgram containing large struct arrays Pin
Mike_V11-Jul-03 4:59
Mike_V11-Jul-03 4:59 
GeneralRe: Program containing large struct arrays Pin
Stephane Rodriguez.11-Jul-03 11:57
Stephane Rodriguez.11-Jul-03 11:57 
GeneralRe: Program containing large struct arrays Pin
Mike_V11-Jul-03 13:08
Mike_V11-Jul-03 13:08 
GeneralRe: Program containing large struct arrays Pin
Stephane Rodriguez.11-Jul-03 21:49
Stephane Rodriguez.11-Jul-03 21:49 
GeneralRe: Program containing large struct arrays Pin
Mike_V11-Jul-03 13:34
Mike_V11-Jul-03 13:34 
GeneralWebBrowser control questions Pin
GriffonRL11-Jul-03 4:44
GriffonRL11-Jul-03 4:44 
Hello,

When playing with the webbrowser control I realized two
things:
- If I call Navigate("about:blank"...) and the line after
Navigate("http://www.test.com/"...), the first
call 'about:blank' never fire a
beforeNavigate2,NavigateComplete and DocumentComplete
events and the webbrowser is not loaded with the blank
page. Of course the second call properly load the page
and all events are fired. How is it possible to make sure
that both Navigate calls are going to work ?
- When I use Webbrowser.Stop() it seems that it doesn't
prevent the browser to continue loading parts of the page
and fire Before,Complete & so on events. Maybe the
problem is related to the other because I try to call
first Webbrowser.Stop() and I call Navigate
("about:blank"...) the line after to empty the
Webbrowser. I'm not sure the WebBrowser.Stop() is
executed but the second call "about:blank" fire
before,complete & so on events and works. How is it
possible to make that the Webbrowser.Stop() call works ?
And if Stop() doesn't do it, how is it possible to
prevent the load of parts of the page ?

Any help will be greatly welcome,


R. LOPES
Just programmer.
GeneralRe: WebBrowser control questions Pin
Stephane Rodriguez.11-Jul-03 11:50
Stephane Rodriguez.11-Jul-03 11:50 
GeneralSetup Application Pin
kgoodrich11-Jul-03 4:24
kgoodrich11-Jul-03 4:24 
Generalforeach() problem Pin
Asim N.11-Jul-03 2:28
Asim N.11-Jul-03 2:28 

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.