To develop an Activex control document and perform the various file operations
#1

Aim : To develop an Activex control document and perform the various file operations on it.
Algorthm :
1. Create a new Activex control document in Visual Basic
2. Add the drive list, directory list and file list controls from the toolbox
3. Also add three textboxes correspondingly
4. Click on File -> make project1. ocx and specify the required name and location
5. Double click on each control to add the respective coding
6. click on debug-> start to execute the application
Program
FILE OPERATIONS USING ACTIVEX CONTROL
Code:
Private Sub Dir1_Change()
File1.Path = Dir1.Path
End Sub
Private Sub Drive1_Change()
Dir1.Path = Drive1.Drive
End Sub
Private Sub File1_Click()
Text1.Text = File1.Path
End Sub
Private Sub Dir1_Click()
Text2.Text = Dir1.FontName
Text3.Text = Dir1.ListIndex
End Sub
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: ais watermarker activex, how to develop project on deadlock detection prevention and avoidance, dynamic routing protocols perform two tasks, seminar report on google file system document file, various types of file systems in operating systems, perform better seminar long beach, wireless transmission of electricity possibility and development wireless transmission of electricity possibility and develop,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  To perform multiple sequence alignment between the given sequences using Clustalw2 to smart paper boy 0 1,393 10-08-2011, 02:44 PM
Last Post: smart paper boy
  To perform global alignment between the given sequences using EMBOSS tool. smart paper boy 0 1,351 10-08-2011, 02:43 PM
Last Post: smart paper boy
  To perform local alignment between the given sequences using EMBOSS tool. smart paper boy 0 1,285 10-08-2011, 02:41 PM
Last Post: smart paper boy
  what are various types of TRANSMISSION MEDIA? smart paper boy 0 2,379 29-07-2011, 12:12 PM
Last Post: smart paper boy
  . What is a network? what are its various types? smart paper boy 0 1,070 29-07-2011, 12:11 PM
Last Post: smart paper boy
  What is internet and what are its various applications? smart paper boy 0 1,723 29-07-2011, 12:08 PM
Last Post: smart paper boy
  Develop a middleware component for retrieving Stock Market Exchange information smart paper boy 0 1,415 21-07-2011, 09:50 AM
Last Post: smart paper boy
  To write a C# program to perform encryption and decryption of the given data. smart paper boy 0 1,783 21-07-2011, 09:50 AM
Last Post: smart paper boy
  To write a program in C# to perform conversion of dollars to rupees smart paper boy 0 1,757 21-07-2011, 09:48 AM
Last Post: smart paper boy
  To develop an Enterprise Java Bean for Library operations smart paper boy 0 1,155 21-07-2011, 09:45 AM
Last Post: smart paper boy

Forum Jump: