Click here to Skip to main content
15,880,608 members
Home / Discussions / C#
   

C#

 
GeneralCompiling Entire ASP.NET C# Web Application from CommandLine csc.exe Pin
Vasudevan Deepak Kumar13-Mar-03 17:40
Vasudevan Deepak Kumar13-Mar-03 17:40 
GeneralUpdating a database Pin
Baatezu_Not_Home13-Mar-03 14:46
sussBaatezu_Not_Home13-Mar-03 14:46 
GeneralRe: Updating a database Pin
Mazdak14-Mar-03 5:34
Mazdak14-Mar-03 5:34 
QuestionJavascript communication with System.Form? Pin
Bog13-Mar-03 10:45
Bog13-Mar-03 10:45 
AnswerRe: Javascript communication with System.Form? Pin
King Rufus13-Mar-03 11:14
King Rufus13-Mar-03 11:14 
GeneralRe: Javascript communication with System.Form? Pin
Bog13-Mar-03 12:00
Bog13-Mar-03 12:00 
Generalalso Pin
Bog13-Mar-03 12:19
Bog13-Mar-03 12:19 
GeneralRe: also Pin
King Rufus14-Mar-03 16:08
King Rufus14-Mar-03 16:08 
Here is my code for ICustomDoc

[ComImport(), InterfaceType(ComInterfaceType.InterfaceIsIUnknown),
GuidAttribute("3050f3f0-98b5-11cf-bb82-00aa00bdce0b")]
public interface ICustomDoc
{
[PreserveSig] void SetUIHandler(IDocHostUIHandler pUIHandler);
}

I make this call in my 'NavigateComplete2' event handler. That code looks like this:

private void StartPage_NavigateComplete2(object sender, AxSHDocVw.DWebBrowserEvents2_NavigateComplete2Event e)
{
AxSHDocVw.AxWebBrowser wb = (AxSHDocVw.AxWebBrowser)sender;
IHTMLDocument2 hDoc = (IHTMLDocument2)wb.Document;
((ICustomDoc)hDoc).SetUIHandler((IDocHostUIHandler)this);
}

Let me know if that does it for you.


GeneralRe: also Pin
Bog17-Mar-03 17:41
Bog17-Mar-03 17:41 
GeneralRe: also Pin
King Rufus17-Mar-03 19:22
King Rufus17-Mar-03 19:22 
GeneralRe: also Pin
LongRange.Shooter28-Mar-03 4:32
LongRange.Shooter28-Mar-03 4:32 
AnswerRe: Javascript communication with System.Form? Pin
LongRange.Shooter9-Apr-03 10:04
LongRange.Shooter9-Apr-03 10:04 
GeneralXP Style buttons Pin
Sovman13-Mar-03 10:39
Sovman13-Mar-03 10:39 
GeneralRe: XP Style buttons Pin
Poolbeer14-Mar-03 2:26
Poolbeer14-Mar-03 2:26 
GeneralRe: XP Style buttons Pin
Sovman14-Mar-03 5:51
Sovman14-Mar-03 5:51 
GeneralSelect Boxes or Inverse Color Pens Pin
Anonymous13-Mar-03 10:14
Anonymous13-Mar-03 10:14 
GeneralRe: Select Boxes or Inverse Color Pens Pin
Chris Jobson13-Mar-03 11:14
Chris Jobson13-Mar-03 11:14 
GeneralModeless Dialogs Pin
Jeff J13-Mar-03 8:05
Jeff J13-Mar-03 8:05 
GeneralRe: Modeless Dialogs Pin
Chris Jobson13-Mar-03 10:56
Chris Jobson13-Mar-03 10:56 
GeneralRe: Modeless Dialogs Pin
James T. Johnson13-Mar-03 11:19
James T. Johnson13-Mar-03 11:19 
GeneralRe: Modeless Dialogs Pin
Jeff J13-Mar-03 11:58
Jeff J13-Mar-03 11:58 
GeneralRe: Modeless Dialogs Pin
Jeff J13-Mar-03 11:56
Jeff J13-Mar-03 11:56 
GeneralManaged C# Compiler question Pin
LongRange.Shooter13-Mar-03 6:43
LongRange.Shooter13-Mar-03 6:43 
GeneralRe: Managed C# Compiler question Pin
Robert Hinrichs13-Mar-03 8:52
Robert Hinrichs13-Mar-03 8:52 
GeneralRe: Managed C# Compiler question Pin
LongRange.Shooter13-Mar-03 10:55
LongRange.Shooter13-Mar-03 10:55 

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.