Thread: Dll

  1. #1
    Registered User
    Join Date
    May 2005
    Posts
    5

    Dll

    has anyone here created or has a dll that contains a function that opens a Select Folder Dialog box and returns a string value for the selected folder's full path?

    i have heard that such dlls are created in C++, and i dont have much idea on how to program in C++.. could anyone help me out in getting the dll? thanks..

    ps. i need a function that accepts only string values,unlike the shell32.dll that needs a structure as an argument.

    thanks.

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    There is such a function here but it is not in a DLL.

    What language are you using? I thought that most languages that support calling a DLL would also have some support for structures.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  3. DLL and std::string woes!
    By Magos in forum C++ Programming
    Replies: 7
    Last Post: 09-08-2004, 12:34 PM
  4. Using class with DLL
    By greg2 in forum C++ Programming
    Replies: 2
    Last Post: 09-12-2003, 05:24 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM