thegod09
01-04-2008, 12:03 AM
I've asked everyone I know who codes and googled every keyword. I know what I'm trying to do is possible because people use to do it back when I was 16.
This is what I have:
- Text to enter into the menu
- Start \ Add menu button
- Sendkeys
This is what I need:
A way to add new menu options when I right click. When I right click there is copy, paste, cut, delete, and others. I want to add more menu options in the same area where cut copy paste and delete is. I know you can do it in VB6.0 I just can't find out how.
I'm going to use sendkeys code so that if I right click in a search engine box on any browser on any search engine and then click "search 1" it will automatically send "This is search string 1" to wherever I right clicked in.
So whatever box or window I right click in I want it to send text to that box.
If I right click and then click "Search 4" I want it to send the text for "Search 4" to whatever box I right clicked in.
Does anyone know how to accomplish this? I know it can be done :mad:
This is what I have:
- Text to enter into the menu
- Start \ Add menu button
- Sendkeys
This is what I need:
A way to add new menu options when I right click. When I right click there is copy, paste, cut, delete, and others. I want to add more menu options in the same area where cut copy paste and delete is. I know you can do it in VB6.0 I just can't find out how.
I'm going to use sendkeys code so that if I right click in a search engine box on any browser on any search engine and then click "search 1" it will automatically send "This is search string 1" to wherever I right clicked in.
So whatever box or window I right click in I want it to send text to that box.
If I right click and then click "Search 4" I want it to send the text for "Search 4" to whatever box I right clicked in.
Does anyone know how to accomplish this? I know it can be done :mad: