Click here to Skip to main content
15,909,242 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB or VBA and Microsoft Works Database Pin
Henry Minute8-Jul-09 11:32
Henry Minute8-Jul-09 11:32 
GeneralRe: VB or VBA and Microsoft Works Database Pin
Dalek Dave8-Jul-09 12:16
professionalDalek Dave8-Jul-09 12:16 
GeneralRe: VB or VBA and Microsoft Works Database Pin
Jay Royall9-Jul-09 2:17
Jay Royall9-Jul-09 2:17 
GeneralRe: VB or VBA and Microsoft Works Database Pin
Henry Minute9-Jul-09 3:14
Henry Minute9-Jul-09 3:14 
QuestionHelp!!! Using Dinput With VB.NET? Pin
ms_cdr8-Jul-09 6:46
ms_cdr8-Jul-09 6:46 
AnswerRe: Help!!! Using Dinput With VB.NET? Pin
Dave Kreskowiak8-Jul-09 7:20
mveDave Kreskowiak8-Jul-09 7:20 
GeneralRe: Help!!! Using Dinput With VB.NET? Pin
ms_cdr8-Jul-09 20:32
ms_cdr8-Jul-09 20:32 
GeneralRe: Help!!! Using Dinput With VB.NET? Pin
Dave Kreskowiak9-Jul-09 2:37
mveDave Kreskowiak9-Jul-09 2:37 
It MAY be possible, depending on how the game is written. SendKeys doesn't work in all cases and it's problematic to use, at best.

If the game is using DirectX, SendKeys may not work at all. If it's a Windows forms app, then SendKey has a better chance of working, but is not guaranteed.

The best method, and the most complicated, is to craft window messages simulating keystrokes and sending those messages to the window handle of the game's main window.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionReferring to the right sender Pin
Ekjon8-Jul-09 5:40
Ekjon8-Jul-09 5:40 
AnswerRe: Referring to the right sender Pin
Dave Kreskowiak8-Jul-09 7:17
mveDave Kreskowiak8-Jul-09 7:17 
GeneralRe: Referring to the right sender Pin
Ekjon8-Jul-09 8:27
Ekjon8-Jul-09 8:27 
QuestionCalling Overloaded COM method in VB6 Pin
AksharRoop8-Jul-09 3:02
AksharRoop8-Jul-09 3:02 
AnswerRe: Calling Overloaded COM method in VB6 Pin
AksharRoop8-Jul-09 4:03
AksharRoop8-Jul-09 4:03 
AnswerRe: Calling Overloaded COM method in VB6 Pin
Dave Kreskowiak8-Jul-09 7:15
mveDave Kreskowiak8-Jul-09 7:15 
QuestionRe: Calling Overloaded COM method in VB6 Pin
AksharRoop8-Jul-09 19:32
AksharRoop8-Jul-09 19:32 
AnswerRe: Calling Overloaded COM method in VB6 Pin
Dave Kreskowiak9-Jul-09 2:34
mveDave Kreskowiak9-Jul-09 2:34 
QuestionPID and Handler Pin
mgexpression7-Jul-09 23:47
mgexpression7-Jul-09 23:47 
AnswerRe: PID and Handler Pin
Dave Kreskowiak8-Jul-09 7:11
mveDave Kreskowiak8-Jul-09 7:11 
QuestionVB.NET / Printing Webbrowser Control Pin
Sebastian Br.7-Jul-09 23:05
Sebastian Br.7-Jul-09 23:05 
AnswerRe: VB.NET / Printing Webbrowser Control Pin
dan!sh 8-Jul-09 0:00
professional dan!sh 8-Jul-09 0:00 
GeneralRe: VB.NET / Printing Webbrowser Control Pin
Sebastian Br.8-Jul-09 1:18
Sebastian Br.8-Jul-09 1:18 
GeneralRe: VB.NET / Printing Webbrowser Control Pin
dan!sh 8-Jul-09 1:56
professional dan!sh 8-Jul-09 1:56 
GeneralRe: VB.NET / Printing Webbrowser Control Pin
Sebastian Br.8-Jul-09 3:34
Sebastian Br.8-Jul-09 3:34 
QuestionGetting Focus on First row in listview control in vb.net Pin
sumit70347-Jul-09 19:32
sumit70347-Jul-09 19:32 
AnswerRe: Getting Focus on First row in listview control in vb.net Pin
dan!sh 7-Jul-09 21:30
professional dan!sh 7-Jul-09 21:30 

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.