Advanced Forum Search Results
-
By the way, there's still a workaround if it won't come.
Try using Opera. Opera has a zoom function which is triggered by the + and - buttons and it zooms embedded content too! I used this to zoom up video sites when I didn't want them to kill my fullscreen action when I went to the other ...
-
HtmlPage.Document.AttachEvent("oncontextmenu", New EventHandler(AddressOf OnContextMenu))
Seems not to work either :P Well it doesnt get the right clicks, that is.
-
Well it works in c# but damn.. is there a way for VB?
-
Sorry for posting again: Doesn't work.
HtmlPage.Document.AttachEvent("oncontextmenu", Me.OnContextMenu(Nothing, Nothing))
He says:
Fehler bei der Überladungsauflösung, da keine zugreifbare "AttachEvent" mit diesen Argumenten aufgerufen werden kann:
'Public Function AttachEvent(eventName As String, ...
-
It won't work for me either. I started Visual Studio, made a Silverlight v2 app, let the code convert to vb.net, copied it, and the result:
HtmlPage.Document.AttachEvent("oncontextmenu", Me.OnContextMenu)
Für den Parameter "e" von "Private Sub OnContextMenu(sender As Object, e As ...