Click here to Skip to main content
15,922,015 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Global variable and Sub Main() Pin
cosma21715-Apr-06 6:05
cosma21715-Apr-06 6:05 
GeneralRe: Global variable and Sub Main() Pin
percyvimal15-Apr-06 23:11
percyvimal15-Apr-06 23:11 
QuestionDamage variable Pin
Mr kilany13-Apr-06 3:27
Mr kilany13-Apr-06 3:27 
AnswerRe: Damage variable Pin
Dave Kreskowiak13-Apr-06 7:07
mveDave Kreskowiak13-Apr-06 7:07 
GeneralRe: Damage variable Pin
Mr kilany15-Apr-06 3:16
Mr kilany15-Apr-06 3:16 
GeneralRe: Damage variable Pin
Dave Kreskowiak15-Apr-06 4:43
mveDave Kreskowiak15-Apr-06 4:43 
GeneralRe: Damage variable Pin
Mr kilany17-Apr-06 3:17
Mr kilany17-Apr-06 3:17 
GeneralRe: Damage variable Pin
Dave Kreskowiak17-Apr-06 12:11
mveDave Kreskowiak17-Apr-06 12:11 
Don't make me repeat myself....

The problem is not the variable, but the method in which your code is TYPING it into the other application. I just got done telling you that you've chosen, possibly, the worst method to pass data to another application. SendKeys is NOT guaranteed to put the data into that TextBox exactly as sent. This is because SendKeys cannot control how the keystrokes you're sending are processed by the other app.


Dave Kreskowiak
Microsoft MVP - Visual Basic

GeneralRe: Damage variable Pin
Mr kilany18-Apr-06 3:26
Mr kilany18-Apr-06 3:26 
GeneralRe: Damage variable Pin
Dave Kreskowiak18-Apr-06 12:16
mveDave Kreskowiak18-Apr-06 12:16 
GeneralRe: Damage variable Pin
Mr kilany19-Apr-06 7:56
Mr kilany19-Apr-06 7:56 
GeneralRe: Damage variable Pin
Dave Kreskowiak19-Apr-06 11:41
mveDave Kreskowiak19-Apr-06 11:41 
Questionvery simple question but no answer Pin
Amit Agarrwal13-Apr-06 3:15
Amit Agarrwal13-Apr-06 3:15 
AnswerRe: very simple question but no answer Pin
Dave Kreskowiak13-Apr-06 7:33
mveDave Kreskowiak13-Apr-06 7:33 
Questionhandling application instances Pin
crosshair13-Apr-06 2:05
crosshair13-Apr-06 2:05 
AnswerRe: handling application instances Pin
Dave Kreskowiak13-Apr-06 7:29
mveDave Kreskowiak13-Apr-06 7:29 
QuestionChange audio device Pin
Castello0712-Apr-06 23:35
Castello0712-Apr-06 23:35 
QuestionProblem in redirecting variable value Pin
Amit Agarrwal12-Apr-06 22:54
Amit Agarrwal12-Apr-06 22:54 
AnswerRe: Problem in redirecting variable value Pin
Guffa13-Apr-06 1:27
Guffa13-Apr-06 1:27 
GeneralRe: Problem in redirecting variable value Pin
Amit Agarrwal13-Apr-06 2:31
Amit Agarrwal13-Apr-06 2:31 
GeneralRe: Problem in redirecting variable value Pin
Dave Kreskowiak13-Apr-06 2:42
mveDave Kreskowiak13-Apr-06 2:42 
GeneralRe: Problem in redirecting variable value Pin
Amit Agarrwal13-Apr-06 2:53
Amit Agarrwal13-Apr-06 2:53 
GeneralRe: Problem in redirecting variable value Pin
Dave Kreskowiak13-Apr-06 4:19
mveDave Kreskowiak13-Apr-06 4:19 
GeneralRe: Problem in redirecting variable value Pin
Amit Agarrwal13-Apr-06 4:38
Amit Agarrwal13-Apr-06 4:38 
GeneralRe: Problem in redirecting variable value Pin
Dave Kreskowiak13-Apr-06 5:25
mveDave Kreskowiak13-Apr-06 5:25 

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.