Drag and drop PDF files using VB6

Asked By 20 points N/A Posted on -
qa-featured

How can I drag and drop a doc file using FileListBox Class and DirListBox Class in Visual Basic 6 form?

 

SHARE
Best Answer by Hoting Gracia
Best Answer
Best Answer
Answered By 5 points N/A #120324

Drag and drop PDF files using VB6

qa-featured

Visual Basic is a language of .net which is developed by Microsoft and this language is similar to C and also it is majorly used in many programs for smooth execution.

Coming to Windows Application Form in Visual Basic it is simple as it is drag and drop and no need to generate any code for that as automatically code will be generated.
 
Filelistbox and dirlistbox are type of controls that are available in VB and we can make use of it easily as they provide many good features and it is easy to developer.
 
Remember the files cannot be dropped into the listboxes as filelistbox includes only files in the listbox and drlistbox includes all the directories that are to be accessed.
 
Thank You.
 

Related Questions