Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
GeneralRe: Formatting numbers Pin
Alvaro Mendez21-Apr-03 9:41
Alvaro Mendez21-Apr-03 9:41 
GeneralRe: Formatting numbers Pin
Stephane Rodriguez.21-Apr-03 10:15
Stephane Rodriguez.21-Apr-03 10:15 
GeneralRe: Formatting numbers Pin
Alvaro Mendez21-Apr-03 11:04
Alvaro Mendez21-Apr-03 11:04 
GeneralNewbie...DLL/Friend Pin
Kant21-Apr-03 4:46
Kant21-Apr-03 4:46 
GeneralRe: Newbie...DLL/Friend Pin
Kant21-Apr-03 6:38
Kant21-Apr-03 6:38 
GeneralRe: Newbie...DLL/Friend Pin
Alvaro Mendez21-Apr-03 6:46
Alvaro Mendez21-Apr-03 6:46 
GeneralHELP! Making getexternal a usable object!!! Pin
LongRange.Shooter21-Apr-03 3:59
LongRange.Shooter21-Apr-03 3:59 
GeneralRe: HELP! Making getexternal a usable object!!! Pin
Stephane Rodriguez.21-Apr-03 8:03
Stephane Rodriguez.21-Apr-03 8:03 
theRealCondor wrote:
window.getexternal.mymethod()
window.getexternal.myinterface()
...


I see nothing wrong in the fact it does not work. Indeed, window.getexternal does not even exist in the javascript object model. You've got to stick with window.external. If you intend to add callable methods, then they'll be called like this : window.external.mymethod(...)



theRealCondor wrote:
I know IDocHostUIHandler is properly hooked because I am stopping the context menues from displaying.

Not sure. You are passing something thanks to the .SetUIHandler(...) method call, but may be you are passing null, an abstract interface, a class which doesn't implement idispatch methods, or even a class with a wrong layout.
The IDocHostUIHandler technique using C# must be paid special attention. That's why, again, the reference article on Cp should be your starting point. Additionally, here[^] are useful entry points.
GeneralRe: HELP! Making getexternal a usable object!!! Pin
LongRange.Shooter21-Apr-03 8:37
LongRange.Shooter21-Apr-03 8:37 
GeneralRe: HELP! Making getexternal a usable object!!! Pin
Stephane Rodriguez.21-Apr-03 10:01
Stephane Rodriguez.21-Apr-03 10:01 
GeneralRe: HELP! Making getexternal a usable object!!! Pin
LongRange.Shooter22-Apr-03 3:31
LongRange.Shooter22-Apr-03 3:31 
GeneralRe: HELP! Making getexternal a usable object!!! Pin
Stephane Rodriguez.22-Apr-03 4:43
Stephane Rodriguez.22-Apr-03 4:43 
GeneralRe: HELP! Making getexternal a usable object!!! Pin
LongRange.Shooter22-Apr-03 7:41
LongRange.Shooter22-Apr-03 7:41 
GeneralRe: HELP! Making getexternal a usable object!!! Pin
LongRange.Shooter22-Apr-03 8:11
LongRange.Shooter22-Apr-03 8:11 
GeneralObjects' Binary Representation Pin
fesenjoon21-Apr-03 3:30
fesenjoon21-Apr-03 3:30 
GeneralRe: Objects' Binary Representation Pin
Stephane Rodriguez.21-Apr-03 7:42
Stephane Rodriguez.21-Apr-03 7:42 
GeneralMicrosoft's ShellCmd sample freezes windows Pin
2sky21-Apr-03 2:45
2sky21-Apr-03 2:45 
GeneralRe: Microsoft's ShellCmd sample freezes windows Pin
Stephane Rodriguez.21-Apr-03 5:33
Stephane Rodriguez.21-Apr-03 5:33 
GeneralRe: Microsoft's ShellCmd sample freezes windows Pin
2sky21-Apr-03 11:57
2sky21-Apr-03 11:57 
GeneralGetting properties into Property grid (at runtime) Pin
peterchen20-Apr-03 22:05
peterchen20-Apr-03 22:05 
GeneralRe: Getting properties into Property grid Pin
Stephane Rodriguez.20-Apr-03 22:46
Stephane Rodriguez.20-Apr-03 22:46 
GeneralRe: Getting properties into Property grid Pin
peterchen20-Apr-03 22:52
peterchen20-Apr-03 22:52 
GeneralCreating a struct with an fixed array Pin
Mikaelr20-Apr-03 20:51
Mikaelr20-Apr-03 20:51 
GeneralRe: Creating a struct with an fixed array Pin
Stephane Rodriguez.20-Apr-03 22:58
Stephane Rodriguez.20-Apr-03 22:58 
GeneralRe: Creating a struct with an fixed array Pin
Mikaelr21-Apr-03 4:12
Mikaelr21-Apr-03 4:12 

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.