Click here to Skip to main content
15,881,757 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Problem with WinForm Application Tab Control using VB.NET2008 Framework 2.0 [modified] Pin
S.M.kanerkar19-Apr-09 23:52
S.M.kanerkar19-Apr-09 23:52 
AnswerRe: Problem with WinForm Application Tab Control using VB.NET2008 Framework 2.0 Pin
drexler_kk20-Apr-09 5:07
drexler_kk20-Apr-09 5:07 
QuestionRegarding crystal report [modified] Pin
S.M.kanerkar19-Apr-09 20:01
S.M.kanerkar19-Apr-09 20:01 
QuestionHow to get the attachment ContentID from an Outlook.MailItem Pin
David Andersonq19-Apr-09 15:50
David Andersonq19-Apr-09 15:50 
QuestionI'm having some trouble with DirectX in VB Pin
NeoTechni19-Apr-09 8:55
NeoTechni19-Apr-09 8:55 
QuestionHow do you trap mouse clicks for save, copy and print? Pin
AndyASPVB19-Apr-09 2:33
AndyASPVB19-Apr-09 2:33 
AnswerRe: How do you trap mouse clicks for save, copy and print? Pin
Christian Graus19-Apr-09 14:39
protectorChristian Graus19-Apr-09 14:39 
QuestionProtected Overrides Function ProcessCmdKey Pin
AndyASPVB19-Apr-09 0:52
AndyASPVB19-Apr-09 0:52 
Hi
I just need some help to refine some code I am writing inside the function above in Windows form, which includes a web browser control.

In my code so far I have written if msg.WParam = keys.controlkey then return true. Now this works fine, but what I am really trying to do is capture key combinations, like control & c. So, I changed it and said if msg.WParam = keys.controlkey And msg.WParam = keys.c then return true. Unfortunately, it is only capturing the control key, and if I change it to an OR then it only captures the c, which is not what I want.

Is there a quick way to get both at the same time? I am not looking for lots of complicated code, just something neat and simple.
AnswerRe: Protected Overrides Function ProcessCmdKey Pin
Luc Pattyn19-Apr-09 1:17
sitebuilderLuc Pattyn19-Apr-09 1:17 
GeneralRe: Protected Overrides Function ProcessCmdKey Pin
AndyASPVB19-Apr-09 2:25
AndyASPVB19-Apr-09 2:25 
GeneralRe: Protected Overrides Function ProcessCmdKey Pin
Luc Pattyn19-Apr-09 2:42
sitebuilderLuc Pattyn19-Apr-09 2:42 
GeneralRe: Protected Overrides Function ProcessCmdKey Pin
paas19-Apr-09 4:09
paas19-Apr-09 4:09 
GeneralRe: Protected Overrides Function ProcessCmdKey Pin
AndyASPVB19-Apr-09 5:11
AndyASPVB19-Apr-09 5:11 
GeneralRe: Protected Overrides Function ProcessCmdKey Pin
paas19-Apr-09 7:04
paas19-Apr-09 7:04 
GeneralRe: Protected Overrides Function ProcessCmdKey Pin
AndyASPVB19-Apr-09 10:33
AndyASPVB19-Apr-09 10:33 
GeneralRe: Protected Overrides Function ProcessCmdKey Pin
HowitZer2623-Jun-09 7:25
HowitZer2623-Jun-09 7:25 
QuestionXML: Writing and Parsing of HTML code Pin
DHalo18-Apr-09 17:26
DHalo18-Apr-09 17:26 
AnswerRe: XML: Writing and Parsing of HTML code Pin
Colin Angus Mackay19-Apr-09 1:11
Colin Angus Mackay19-Apr-09 1:11 
QuestionVoice Command Grammar Loading Error Pin
p00m18-Apr-09 8:37
p00m18-Apr-09 8:37 
AnswerRe: Voice Command Grammar Loading Error Pin
Johan Hakkesteegt21-Apr-09 21:32
Johan Hakkesteegt21-Apr-09 21:32 
QuestionNeed help on Visual basic 2008 Express (Microsoft Access Database) Pin
helen0018-Apr-09 7:27
helen0018-Apr-09 7:27 
AnswerRe: Need help on Visual basic 2008 Express (Microsoft Access Database) Pin
Henry Minute18-Apr-09 8:55
Henry Minute18-Apr-09 8:55 
QuestionBrowser Activity Pin
AndyASPVB18-Apr-09 5:00
AndyASPVB18-Apr-09 5:00 
AnswerRe: Browser Activity Pin
Eddy Vluggen18-Apr-09 22:48
professionalEddy Vluggen18-Apr-09 22:48 
QuestionDisable some hot keys Pin
AndyASPVB18-Apr-09 4:57
AndyASPVB18-Apr-09 4:57 

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.