Click here to Skip to main content
15,915,770 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: What code can i use ? Pin
Christian Graus8-Oct-06 17:16
protectorChristian Graus8-Oct-06 17:16 
AnswerRe: What code can i use ? Pin
UltraCoder9-Oct-06 17:09
UltraCoder9-Oct-06 17:09 
AnswerRe: What code can i use ? Pin
manish2411-Oct-06 1:07
manish2411-Oct-06 1:07 
QuestionLoading treeview with database Pin
ranro20068-Oct-06 10:00
ranro20068-Oct-06 10:00 
Questioninsert images in to textbox with vb.net Pin
fajrif8-Oct-06 8:36
fajrif8-Oct-06 8:36 
AnswerRe: insert images in to textbox with vb.net Pin
Christian Graus8-Oct-06 8:47
protectorChristian Graus8-Oct-06 8:47 
GeneralRe: insert images in to textbox with vb.net Pin
fajrif11-Oct-06 2:57
fajrif11-Oct-06 2:57 
QuestionSendMessage WM_KEYDOWN,WM_KEYUP [modified] Pin
Kenneth Broendum8-Oct-06 4:22
Kenneth Broendum8-Oct-06 4:22 
I'm trying to control navigation in one application from another application.

I can control almost anything but navigation.

Forexampel the following is completely ignored by the receiving application:

SendMessage hwnd, WM_KEYDOWN, VK_TAB, &HF0001
SendMessage hwnd, WM_CHAR, VK_TAB, &HF0001
SendMessage hwnd, WM_KEYUP, VK_TAB, &HC00F0001

(values obtained with Spy++)

but

SendMessage hwnd, WM_CHAR, Asc("b"), 0

is accepted.

What am I missing ?

Kenneth


-- modified at 11:56 Sunday 8th October, 2006
Questionms installer Pin
steve_rm7-Oct-06 23:40
steve_rm7-Oct-06 23:40 
AnswerRe: ms installer Pin
Christian Graus7-Oct-06 23:53
protectorChristian Graus7-Oct-06 23:53 
QuestionRe: ms installer Pin
steve_rm8-Oct-06 4:08
steve_rm8-Oct-06 4:08 
QuestionReading cursor position with a timer Pin
re infecta7-Oct-06 22:17
re infecta7-Oct-06 22:17 
AnswerRe: Reading cursor position with a timer Pin
Christian Graus7-Oct-06 23:42
protectorChristian Graus7-Oct-06 23:42 
Questionwhat is this Pin
Xmen Real 7-Oct-06 17:51
professional Xmen Real 7-Oct-06 17:51 
AnswerRe: what is this Pin
Guffa7-Oct-06 20:12
Guffa7-Oct-06 20:12 
GeneralRe: what is this Pin
Xmen Real 7-Oct-06 20:23
professional Xmen Real 7-Oct-06 20:23 
AnswerRe: what is this Pin
Guffa7-Oct-06 23:11
Guffa7-Oct-06 23:11 
GeneralRe: what is this Pin
Xmen Real 7-Oct-06 23:42
professional Xmen Real 7-Oct-06 23:42 
AnswerRe: what is this Pin
Guffa8-Oct-06 0:05
Guffa8-Oct-06 0:05 
GeneralRe: what is this Pin
Xmen Real 8-Oct-06 0:13
professional Xmen Real 8-Oct-06 0:13 
AnswerRe: what is this Pin
Guffa8-Oct-06 2:07
Guffa8-Oct-06 2:07 
Questionhow to make an application to program Pin
Xmen Real 7-Oct-06 17:45
professional Xmen Real 7-Oct-06 17:45 
AnswerRe: how to make an application to program Pin
nlindley77-Oct-06 18:26
nlindley77-Oct-06 18:26 
GeneralRe: how to make an application to program Pin
Xmen Real 7-Oct-06 19:16
professional Xmen Real 7-Oct-06 19:16 
GeneralRe: how to make an application to program Pin
Christian Graus7-Oct-06 23:39
protectorChristian Graus7-Oct-06 23:39 

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.