I just downloaded VB Express
I need to know where to get started..
what i would like to do is create a program that takes the chat data from another program (.exe file - a game) and then responds to it
by pressing F3
so for example if in the other program someone types "hello"
I want my program to recognize it and press F3
thats it..
the only difficulty i am having is looking in MSDN and finding out how to make one program affect another (like a macro)
Any help would be greatly appreciated!
thanks

New User Question
Susan E
Levi Wallach
hi,
you will need first to learn the basics of vb this thread has links for some online tutorials
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=212558&SiteID=1
for chating samples you can find some links in this thread
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=431691&SiteID=1
hope this helps
oooxinooo
hi,
VB is a programming language which mean you have to write code to do what you want to do, you will not find something allready prepared to fit what in your mind unless its related to programming issue like a control to do something, API... etc and you set the logic behind it
what you talking about is possible but you have to write the chat program itself and to set the logic how to response, but if someone write this program and didn't set this option you have no choice except using it as its or request him to add this option
best regards