How to repeat the mouse behavior?

B

Boki

Hi All,
I want to repeat the mouse behavior from user.

I have an application ( Bluetooth ), I can drag files (Mp3/jpg/...) to the
bluetooth icon, and then choice the target device, finally, the applicatoin
will send those files to the target device.

Right now, I want this behavior can automatically repeat. What can I do ?

Thank you very much for your help.

Best regards,
Boki.
 
P

Peter Oliphant

Hi Boki,

I think you need to explain a bit more. Why would you want to send the same
files to a target device more than once? And if the files are different, the
operation can't be made 'automatic' since it requires human intervention to
choose the files.

So what exactly do you mean by "automatically repeat"?

[==P==]
 
B

bokiteam

Hi Peter,
Sorry, I want user can choose file(s) and then push to
Bluetooth device via this tool, because if we don't have this tool, we
have to drag files again and again.

for example:
I have a.mp3, b.jpg, c.bmp
and then I drag these three files to the BT icon ( at the same time,
the tool record the behavior ) and then I can control how many times I
want to repeat. ( or other functions)

I can't sure this is a good method, pleaee welcome to advice any
comment.

Best regards,
Boki
 
K

Kay

Hi Boki

I have no experience for bluetooth device but you may put the source &
destination path into 2 variables, then loop thru all the selected icon
(i.e. for each selected item in the source control, or do a count, something
like selecteditem.count, depends on which control you used), then do the
copy...

HTH

Kay
 
B

bokiteam

Hi,

1. how to control/monitor the mouse moving( x, y, click..) information
when the mouse is outside of a focus window.

2. How to command windows "copy" a select item...

Thank you very much!

Best regards,
Boki.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top