|
| |||||||||
| Tags: drag and drop, happens, top, vbscript, windows vista |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| What happens when you drag and drop a file on top of a vbscript |
|
#2
| ||||
| ||||
| Re: What happens when you drag and drop a file on top of a vbscript
VBScript does not automatically require you to declare variables. This opens up a hole that makes it very easy, in order to create new variables simply by misspelling an existing variable. Then, you can change VBScript's default behavior so that it requires variables to be defined by changing the declaration mode to explicit. Insert this line at the top of your VBScript source file: Quote:
|
|
#3
| ||||
| ||||
| Re: What happens when you drag and drop a file on top of a vbscript
Fortunately VB provides built-in tools that makes it easy for you. VB especially handles well the graphical tasks of a drag and drop operation, creating and moving the icons displayed during a drag and drop operation. While the code you write to respond to a drag and drop operation can be fairly complex, the mechanics of a drag and drop operation are fairly simple and logical.
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What happens when you drag and drop a file on top of a vbscript" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Example Method for Drag and Drop in ASP.NET | GUSSIE | Software Development | 3 | 07-07-2009 01:54 PM |
| How can i drag and drop another file on top of the VBScript file | Dharmesh Arora | Software Development | 2 | 01-06-2009 10:53 PM |
| Drag & Drop PictureBox | Suzane | Software Development | 2 | 01-05-2009 02:48 PM |
| CMD drag and drop in Windows 7 | Justvicks | Operating Systems | 2 | 20-03-2009 07:36 PM |
| Can't drag & drop anymore! | FiOS Dave | Vista Help | 1 | 17-07-2008 08:22 PM |