-
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.
-
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.