KeyDown Event in Browser |
Post Reply |
Author | |
ProScan
Groupie Joined: 07 March 2011 Status: Offline Points: 16 |
Post Options
Thanks(0)
Posted: 13 May 2011 at 5:58am |
Hello Codejock team
i have a Form with the Standard Browser Object from shdocvw.dll in the keydown event from the form i look for the keycode CTRL+N Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyN And Shift = 2 Then KeyCode = 0 '<- no Browser Instance End If End Sub the Form property Keypreview is True with the shdocvw control the event was fired, when the user pressed ctrl+n i can cancel the keycode. i replace this control with the Webbrowser Control from the codejock tools and start again.... when i pressed ctrl+n the Event is not fired i works with the version 15.0.2 and vb 6.0 do you have a workaround for this problem ? Thanks ProScan |
|
ProScan
Groupie Joined: 07 March 2011 Status: Offline Points: 16 |
Post Options
Thanks(0)
|
Hello Codejock Team....
is a workaround for this problem available ?
ProScan
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |