Click here to Skip to main content
15,916,463 members
Home / Discussions / C#
   

C#

 
GeneralRe: flashwindowex Pin
ian mariano9-Mar-04 10:24
ian mariano9-Mar-04 10:24 
GeneralRe: flashwindowex Pin
carlito punk9-Mar-04 11:22
carlito punk9-Mar-04 11:22 
GeneralRe: flashwindowex Pin
Mazdak8-Mar-04 19:51
Mazdak8-Mar-04 19:51 
GeneralC# and flash movies right click menu Pin
Flack8-Mar-04 12:40
Flack8-Mar-04 12:40 
GeneralRe: C# and flash movies right click menu Pin
John Fisher9-Mar-04 4:00
John Fisher9-Mar-04 4:00 
GeneralRe: C# and flash movies right click menu Pin
Heath Stewart9-Mar-04 6:37
protectorHeath Stewart9-Mar-04 6:37 
GeneralRe: C# and flash movies right click menu Pin
John Fisher9-Mar-04 12:29
John Fisher9-Mar-04 12:29 
GeneralRe: C# and flash movies right click menu Pin
Heath Stewart9-Mar-04 6:42
protectorHeath Stewart9-Mar-04 6:42 
It all depends on what the Flash player supports. Take, for example, the other reply you got (which won't work here). MSHTML (and the WebBrowser control which aggregates it in part) QI's (QueryInterface) for the host's IDocHostUIHandler implementation (if any) and calls methods to show and modify context menus. Since the host implements this method, the host determines what's in the context menu, if a context menu should be shown at all.

Off the top of my head, I don't know if the Flash player uses a similar method, but there's nothing in the .NET FCL (framework class library) that would override this. Setting the ContextMenu property on the hosting control to null for example won't do anything because the Flash player controls its own menus.

To find out, you'll have to visit Macromedia's site and see if you can find any developer resources that may provide an SDK. Since this is an ActiveX control, if there is a similar interface to IDocHostUIHandler for the Flash player, you can re-define it in .NET (or import the typelib - if available - using tlbimp.exe or VS.NET) and implement it in your host control (the AxHost class derivative, for example).

 

Microsoft MVP, Visual C#
My Articles
Generalaccessing and mdf database file Pin
lordjpg8-Mar-04 12:32
lordjpg8-Mar-04 12:32 
GeneralRe: accessing and mdf database file Pin
Mazdak8-Mar-04 19:07
Mazdak8-Mar-04 19:07 
GeneralProcess information retrievement Pin
Apusnaias8-Mar-04 12:15
Apusnaias8-Mar-04 12:15 
GeneralRe: Process information retrievement Pin
ian mariano8-Mar-04 12:31
ian mariano8-Mar-04 12:31 
GeneralRe: Process information retrievement Pin
Apusnaias8-Mar-04 21:10
Apusnaias8-Mar-04 21:10 
GeneralDeserializing delegates to non-public methods Pin
Judah Gabriel Himango8-Mar-04 11:43
sponsorJudah Gabriel Himango8-Mar-04 11:43 
GeneralRe: Deserializing delegates to non-public methods Pin
baldo9-Mar-04 1:19
baldo9-Mar-04 1:19 
GeneralRe: Deserializing delegates to non-public methods Pin
Judah Gabriel Himango9-Mar-04 4:15
sponsorJudah Gabriel Himango9-Mar-04 4:15 
GeneralRe: Deserializing delegates to non-public methods Pin
LongRange.Shooter9-Mar-04 7:43
LongRange.Shooter9-Mar-04 7:43 
QuestionUse Visual Studio for Office or Reference Word Obj Lib? Pin
Anonymous8-Mar-04 11:08
Anonymous8-Mar-04 11:08 
AnswerRe: Use Visual Studio for Office or Reference Word Obj Lib? Pin
Charlie Williams8-Mar-04 12:27
Charlie Williams8-Mar-04 12:27 
GeneralC# GUI classes Pin
abc8768-Mar-04 11:07
abc8768-Mar-04 11:07 
GeneralRe: C# GUI classes Pin
Christian Graus8-Mar-04 11:08
protectorChristian Graus8-Mar-04 11:08 
GeneralRe: C# GUI classes Pin
Nick Parker8-Mar-04 17:59
protectorNick Parker8-Mar-04 17:59 
GeneralRe: C# GUI classes Pin
John Fisher8-Mar-04 11:27
John Fisher8-Mar-04 11:27 
GeneralConnection String Pin
YomYom8-Mar-04 10:19
YomYom8-Mar-04 10:19 
GeneralRe: Connection String Pin
Mazdak8-Mar-04 10:28
Mazdak8-Mar-04 10: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.