PDA

View Full Version : Cut/Copy/Paste/Select for Web-Objects?


SonG0han
09-26-2005, 10:01 AM
hi!
I am trying to make a small (skinnable) browser with tabs (1 web object = 1 tab) and have a question regarding the menubar. Is it possible to add cut, copy, paste, select all, find...-commands and apply them to the web object? so instead of the default ctrl+c to copy you should be able to klick on edit>copy

Does anyone know if this is possible and how? :huh

Worm
09-26-2005, 10:08 AM
It's possible...

http://www.indigorose.com/forums/showpost.php?p=33342&postcount=4

and soon it should be even easier :)

hi!
I am trying to make a small (skinnable) browser with tabs (1 web object = 1 tab) and have a question regarding the menubar. Is it possible to add cut, copy, paste, select all, find...-commands and apply them to the web object? so instead of the default ctrl+c to copy you should be able to klick on edit>copy

Does anyone know if this is possible and how? :huh

SonG0han
09-26-2005, 10:13 AM
Thank you! :)
is there any kind of dokumentation for keystrokes.dll available? how can you use alt/shift and can it check what keys have been pressed, too?

Worm
09-26-2005, 10:21 AM
Alt is: %
Shift: +
Control: ^

It is set up the same as Visual Basics SendKeys command, you can find all kinds of documentation on that through Google. I can't remember which project, but I did put all the keys in as comments somewhere.

The DLL only sends keys, it does not monitor for key presses, sorry.