CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    69

    (Urgent) how to run dll files



    I need to call the standard dialog boxes like format disk, find files, etc. I can get the path of the dll files for some of the find dialog boxes in windows, but I don't know squat about running dll files except that you use rundll in a certain way. Can anybody help me out?

  2. #2
    Join Date
    Apr 1999
    Posts
    24

    Re: (Urgent) how to run dll files



    LoadLibrary and GetProcAddress

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