PDA

Click to See Complete Forum and Search --> : other form


otaku
Aug 2nd, 2000, 09:38 AM
Hi,

I once seen a program that could change stuff in another visual basic program. This program used api code. I want to do almost the same thing. I'm playing a lot of the game called worms2 and the menu for it is totally written in visual basic. Now there is a button that you will only see if you have played a game and you both died so it's 0 - 0. Now i want to have that button there also if it's not a tie. Could someone help me about how to get in to the visual basic program of worms.

thx

Harm de Vries

parksie
Aug 2nd, 2000, 01:51 PM
Not sure about how to get into the Worms2 interface, but...(though check out this thread: http://forums.vb-world.net/showthread.php?threadid=23912). If your other program is running, then use SendMessage, and subclass your other program. Otherwise, just start it up again with different command line arguments depending on the situation.