Click here to Skip to main content
16,016,537 members

Comments by dpokiya (Top 16 by date)

dpokiya 10-Mar-14 6:54am View    
If e.KeyCode = Keys.N AndAlso e.Control Then
Dim frm As New FrmNewsms
frm.Show()
end if

this code is given for two keys that is ctrl+N

i want to open form in pressing three keys siomulteniously
dpokiya 10-Mar-14 5:45am View    
sir, i want to open windowsform by pressing these keys. that is ctrl+R+D
dpokiya 9-Mar-14 0:26am View    
Pressing on all those keys
dpokiya 8-Mar-14 22:29pm View    
i just tried triple key means
CTRL+D+K
CTRL+D+K
CTRL+A+L
CTRL+D+r
CTRL+W+H
.
dpokiya 8-Mar-14 22:29pm View    
i just tried triple key means
CTRL+D+K
CTRL+D+K
CTRL+A+L
CTRL+D+r
CTRL+W+H
.
.
...