Results 1 to 2 of 2

Thread: Selected Folder

  1. #1
    Guest

    Question

    Hi
    How i can? -> When the folder is double clicked or browse with
    my program by right click then open with MyProgram and
    Get the double clicked "selected" folder path in (TextBox) or Label.

    What is Dynamic Data Exchange(DDE)
    and how i can use the (DDE) link ?

    Thank you.

  2. #2
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Nitro
    Posts
    633
    Hello!

    What are you double clicking on? Is it a dialog box or a file box. Whatever you are double clicking on, stick this code in its double click event.

    'Get the current directory
    text1.text = curdir()


    Data Dynamic Exchange is something Microsoft first introduced many years ago. It exhange data between two different application such as Excel to Access to Visual Basic. You should use Create Object or Get Object instead because they are much more reliable. There is another method to exchange data between application which at this time I kind of forgot.
    Chemically Formulated As:
    Dr. Nitro

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