Click here to Skip to main content
15,905,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Paul Conrad28-Jul-07 20:04
professionalPaul Conrad28-Jul-07 20:04 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Jeff Bowman28-Jul-07 21:45
professionalJeff Bowman28-Jul-07 21:45 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Paul Conrad28-Jul-07 19:59
professionalPaul Conrad28-Jul-07 19:59 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Jeff Bowman28-Jul-07 21:45
professionalJeff Bowman28-Jul-07 21:45 
JokeRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Luc Pattyn29-Jul-07 0:56
sitebuilderLuc Pattyn29-Jul-07 0:56 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Paul Conrad29-Jul-07 2:55
professionalPaul Conrad29-Jul-07 2:55 
GeneralRe: ReportViewer Experts: How to show multiple records one at a time? Pin
Luc Pattyn29-Jul-07 3:02
sitebuilderLuc Pattyn29-Jul-07 3:02 
QuestionUsing DirectInput Pin
Klazen28-Jul-07 17:33
Klazen28-Jul-07 17:33 
Hey all,
I am attempting to create a program that runs in the background, takes keypresses from the keyboard, changes the keypresses to different keys, and sends the new key to the program running in the foreground (for example: I press "A" and the program in the foreground gets "F"). I thought that DirectInput would be the best way to go about this. However, I cannot seem to initialize the program correctly. I want to use the below code to gain control of the keyboard:
Dim keyboard = New Microsoft.DirectX.DirectInput.Device(<SEE BELOW>)<br />
keyboard.Acquire()

However, "Microsoft.DirectX.DirectInput.Device" wants the guid of the keyboard passed to it as an argument, and I cannot find out how to get this. So, How can I find the guid of the keyboard? I have looked all over the internet for the way to do this, but all I can find is information about directx8 or code in C++.
Also, while I am asking, will this program prevent the actual keypresses from getting to the program in the foreground? Using the example from above, if this program can't hide the actual keypresses, then the program in the foreground would get "AF", instead of just "F". Thanks for taking the time to help me.
NOTE: I am using Visual Basic 2005 Express Edition.
AnswerRe: Using DirectInput Pin
Vasudevan Deepak Kumar28-Jul-07 22:11
Vasudevan Deepak Kumar28-Jul-07 22:11 
AnswerRe: Using DirectInput Pin
Dave Kreskowiak29-Jul-07 3:08
mveDave Kreskowiak29-Jul-07 3:08 
AnswerRe: Using DirectInput Pin
Member 330652423-Sep-09 9:29
Member 330652423-Sep-09 9:29 
QuestionUrgent: Weird Uninstallation problem Pin
xbiplav28-Jul-07 17:13
xbiplav28-Jul-07 17:13 
AnswerRe: Urgent: Weird Uninstallation problem Pin
Paul Conrad28-Jul-07 17:40
professionalPaul Conrad28-Jul-07 17:40 
QuestionPlease explain code Pin
ASPnoob28-Jul-07 11:52
ASPnoob28-Jul-07 11:52 
AnswerRe: Please explain code Pin
Luc Pattyn28-Jul-07 11:56
sitebuilderLuc Pattyn28-Jul-07 11:56 
AnswerRe: Please explain code Pin
Guffa28-Jul-07 12:02
Guffa28-Jul-07 12:02 
GeneralRe: Please explain code Pin
Paul Conrad28-Jul-07 12:37
professionalPaul Conrad28-Jul-07 12:37 
GeneralRe: Please explain code [modified] Pin
ASPnoob28-Jul-07 12:47
ASPnoob28-Jul-07 12:47 
AnswerRe: Please explain code Pin
Guffa28-Jul-07 13:11
Guffa28-Jul-07 13:11 
QuestionshowModalDialog Pin
Rahithi28-Jul-07 11:08
Rahithi28-Jul-07 11:08 
AnswerRe: showModalDialog Pin
Paul Conrad28-Jul-07 12:03
professionalPaul Conrad28-Jul-07 12:03 
GeneralRe: showModalDialog [modified] Pin
Rahithi28-Jul-07 17:30
Rahithi28-Jul-07 17:30 
GeneralRe: showModalDialog Pin
Paul Conrad28-Jul-07 17:39
professionalPaul Conrad28-Jul-07 17:39 
GeneralRe: showModalDialog Pin
Rahithi28-Jul-07 17:49
Rahithi28-Jul-07 17:49 
GeneralRe: showModalDialog Pin
Paul Conrad28-Jul-07 18:10
professionalPaul Conrad28-Jul-07 18:10 

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.