Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

What happens when you drag and drop a file on top of a vbscript

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 01-06-2009
Dharmavira's Avatar
Member
 
Join Date: Dec 2008
Posts: 107
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.
Reply With Quote
  #2  
Old 01-06-2009
kelfro's Avatar
Member
 
Join Date: Apr 2008
Posts: 1,794
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:
option explicit

Reply With Quote
  #3  
Old 01-06-2009
Zecho's Avatar
Member
 
Join Date: May 2008
Posts: 1,969
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.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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


All times are GMT +5.5. The time now is 08:28 AM.