| View previous topic :: View next topic |
| Author |
Message |
david12345 Member
Joined: 10 Feb 2004 Posts: 11
|
Posted: 19/08/04 02:23 Post subject: Which api or ideal todo this? Thanks. |
|
|
Hi,
Who known which api can 'control out of current program'?
That Mean:
I try to key in some text document on the 'microsoft notepad'.
such as 'Microsoft'.
then i use 'mouse point' OR 'highlight Select'the current word,
my delphi program show me something.( Such as: POP up the windows
, 'Is A Software Companny'.
I used delphi 5, any ideal todo this?
thanks. |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 154
|
Posted: 27/08/04 06:58 Post subject: |
|
|
| it's preety easy in windows api. I mean using SendMessage() with correct params. i'm sure it's well describled in delphi's help or Windows SDK with your delphi |
|
| Back to top |
|
 |
david12345 Member
Joined: 10 Feb 2004 Posts: 11
|
Posted: 28/08/04 04:07 Post subject: |
|
|
Thanks. But Any More Detail ?Or Website Can help ?
[quote="Johnny_Bit"]it's preety easy in windows api. I mean using |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 154
|
Posted: 31/08/04 06:47 Post subject: |
|
|
| Well... in editor type SendMessage and press F1, and you'll get help for it. Messages constants are in messages.pas, just read it and you wil have enought info, if not then try Help->Windows SDK and find message that interest you most. |
|
| Back to top |
|
 |
|