Click here to Skip to main content
15,915,078 members
Home / Discussions / C#
   

C#

 
GeneralRe: Image edit Pin
Christian Graus1-Dec-02 16:22
protectorChristian Graus1-Dec-02 16:22 
GeneralRe: Image edit Pin
Smitha Nishant2-Dec-02 18:01
protectorSmitha Nishant2-Dec-02 18:01 
Questionsscanf equivalent in C#? Pin
roybrew30-Nov-02 16:18
roybrew30-Nov-02 16:18 
AnswerRe: sscanf equivalent in C#? Pin
David Stone30-Nov-02 18:22
sitebuilderDavid Stone30-Nov-02 18:22 
AnswerRe: sscanf equivalent in C#? Pin
Nick Parker30-Nov-02 18:37
protectorNick Parker30-Nov-02 18:37 
GeneralRe: sscanf equivalent in C#? Pin
David Stone30-Nov-02 19:13
sitebuilderDavid Stone30-Nov-02 19:13 
GeneralRe: sscanf equivalent in C#? Pin
roybrew1-Dec-02 5:24
roybrew1-Dec-02 5:24 
GeneralRe: sscanf equivalent in C#? Pin
Shaun Wilde2-Dec-02 4:24
Shaun Wilde2-Dec-02 4:24 
GeneralNet Send Pin
Bugoy29-Nov-02 19:03
Bugoy29-Nov-02 19:03 
GeneralRe: Net Send Pin
Tomtomm29-Nov-02 23:39
Tomtomm29-Nov-02 23:39 
GeneralAbout threads and forms... Pin
GriffonRL29-Nov-02 6:16
GriffonRL29-Nov-02 6:16 
GeneralRe: About threads and forms... Pin
leppie29-Nov-02 9:09
leppie29-Nov-02 9:09 
GeneralRe: About threads and forms... Pin
GriffonRL29-Nov-02 9:36
GriffonRL29-Nov-02 9:36 
GeneralRe: About threads and forms... Pin
leppie29-Nov-02 9:51
leppie29-Nov-02 9:51 
GeneralRe: About threads and forms... Pin
GriffonRL29-Nov-02 10:01
GriffonRL29-Nov-02 10:01 
GeneralRe: About threads and forms... Pin
leppie29-Nov-02 10:20
leppie29-Nov-02 10:20 
QuestionIs it possible to use webbrowser control outside a form ? Pin
GriffonRL29-Nov-02 6:00
GriffonRL29-Nov-02 6:00 
AnswerRe: Is it possible to use webbrowser control outside a form ? Pin
Stephane Rodriguez.29-Nov-02 6:17
Stephane Rodriguez.29-Nov-02 6:17 
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
GriffonRL29-Nov-02 6:45
GriffonRL29-Nov-02 6:45 
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
Stephane Rodriguez.29-Nov-02 6:48
Stephane Rodriguez.29-Nov-02 6:48 
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
GriffonRL29-Nov-02 6:53
GriffonRL29-Nov-02 6:53 
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
Stephane Rodriguez.29-Nov-02 7:09
Stephane Rodriguez.29-Nov-02 7:09 
GriffonRL wrote:
Ok then. So what is the DLL I'm supposed to use ?
Shdoccvw or mshtml ? Or both ?


the primary dll is shdocvw which provides the url navigation.

then, if you query interface and request the IHTMLDocument interface (if you want to play with the DOM), mshtml.dll is automatically loaded.



GriffonRL wrote:
I'm supposed to use ?

Confused | :confused:

You are using COM interfaces. Why should you bother about the DLLs themselves?



GriffonRL wrote:
And what happens without any UI when a NewWindow event is trigerred ?

An event is what you make of it. The UI less sample in walk all does not register itself for events, so it will never receive them.

If you want those events, you've got to add a look up on the COM server IConnectionPointContainer interface waiting for you. (there is sample code for that in Codeproject, MSDN, ...).
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
GriffonRL29-Nov-02 9:48
GriffonRL29-Nov-02 9:48 
QuestionUnmanaged Interface Declaration in C# ??? Pin
Member 8183729-Nov-02 3:44
Member 8183729-Nov-02 3:44 
GeneralShell context menu Pin
Tomtomm29-Nov-02 3:43
Tomtomm29-Nov-02 3:43 

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.