Click here to Skip to main content
15,886,137 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB or VBA and Microsoft Works Database Pin
Henry Minute8-Jul-09 10:37
Henry Minute8-Jul-09 10:37 
GeneralRe: VB or VBA and Microsoft Works Database Pin
Dalek Dave8-Jul-09 11:22
professionalDalek Dave8-Jul-09 11:22 
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 
First, controlling another application using SendKeys is about the poorst method you can use. SendKeys send keystrokes to whichever window with the focus, without caring about which window has the focus! You could be sending keystroked to Notepad when you actually wanted Calculator. There is no way to guarantee that every keystroke you send is going to end up going to the correct window.

Next, why are you converting the Keys to Characters?? Just send the Keys valoue, not the converted Chr value.


ms_cdr wrote:
I use it but it sent 1(but Text form of 1 - string)


I don't have the slightest clue what you're trying to say here. This doesn't make any sense at all.


A guide to posting questions on CodeProject[^]



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




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 
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 

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.