Results 1 to 3 of 3

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

  1. #1
    Join Date
    Dec 2008
    Posts
    105

    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. #2
    Join Date
    Apr 2008
    Posts
    2,005

    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:
    option explicit

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    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.

Similar Threads

  1. Opera 11 cannot drag and drop links
    By Calandar in forum Technology & Internet
    Replies: 5
    Last Post: 16-01-2011, 08:08 AM
  2. Example Method for Drag and Drop in ASP.NET
    By GUSSIE in forum Software Development
    Replies: 3
    Last Post: 07-07-2009, 12:54 PM
  3. How can i drag and drop another file on top of the VBScript file
    By Dharmesh Arora in forum Software Development
    Replies: 2
    Last Post: 01-06-2009, 09:53 PM
  4. Drag & Drop PictureBox
    By Suzane in forum Software Development
    Replies: 2
    Last Post: 01-05-2009, 01:48 PM
  5. CMD drag and drop in Windows 7
    By Justvicks in forum Operating Systems
    Replies: 2
    Last Post: 20-03-2009, 06:36 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,569,376.06331 seconds with 17 queries