CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Help! Drop Box

  1. #1
    Join Date
    Sep 2001
    Posts
    1

    Help! Drop Box

    I am trying to put together an application that is just a box that the user can drag a csv file icon over and the appropriate data will be extracted and sent to an output file. I have written the script in perl for the data extraction but now I'm trying to figure out how to do the whole thing in visual basic but I have no vb experience. Anyone have any suggestions?
    I have tried to structure it, and I know what needs to be done, but I'm trying to figure out a drop start set up. Help!
    Thanks!


  2. #2
    Join Date
    Jan 2001
    Posts
    365

    Re: Help! Drop Box

    Hi friend,

    i didnt get ur question clearly. may be it'll help u.

    Using recordset u fetch the database value first. then using a file system object (FSO) create a file and put a values into the file and save it as a csv file.

    thanks


    Bala
    Prelude Solution Providers (P) Ltd.
    Chennai.India

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured