|
| |||||||||
| 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
Can any body tell me that what happens when you drag and drop a file on top of a vbscript file? Does any body knows about it? Kindly let me know your views on the above issue. Any way i had installed Windows Vista as my operating system. Any kind of help on the above issue would be appreciated. |
|
#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 |
| Huge file drag and drop icons | John Corliss | Vista Help | 7 | 19-08-2010 06:14 AM |
| How can i drag and drop another file on top of the VBScript file | Dharmesh Arora | Software Development | 2 | 01-06-2009 09:53 PM |
| Drag & Drop PictureBox | Suzane | Software Development | 2 | 01-05-2009 01:48 PM |
| CMD drag and drop in Windows 7 | Justvicks | Operating Systems | 2 | 20-03-2009 06:36 PM |
| Can't drag & drop anymore! | FiOS Dave | Vista Help | 1 | 17-07-2008 07:22 PM |