Jump to content

Prevent A Window From Receiving Drag And Drop


Recommended Posts

Hi.

I'm looking for a window that you can normally drop files to, to not be able to receive drag and drop operations.

That would be useful for making a script for putting a password on Winamp.

The script works. It disables the Winamp windows, so you can't click on them anymore, but you can drag files on it, and it would begin to play those files.

I'm looking for a way to prevent that.

Please let me know if you can do this.

Thanx

Link to comment
Share on other sites

  • Moderators

Hi.

I'm looking for a window that you can normally drop files to, to not be able to receive drag and drop operations.

That would be useful for making a script for putting a password on Winamp.

The script works. It disables the Winamp windows, so you can't click on them anymore, but you can drag files on it, and it would begin to play those files.

I'm looking for a way to prevent that.

Please let me know if you can do this.

Thanx

Well it would be nice to know what you have tried...
WinSetState("Untitled -", "", @SW_DISABLE)
<< Or did you try this already :):(?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...