Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. How to get dll's functions?

How to get dll's functions?

Scheduled Pinned Locked Moved .NET (Core and Framework)
helptutorialquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    phowarso
    wrote on last edited by
    #1

    Hello! I wanna know window dll file's built in function. Could u help me any links or any E-books? I'll thz u very much.......... :laugh: :laugh: :laugh:

    L N 4 Replies Last reply
    0
    • P phowarso

      Hello! I wanna know window dll file's built in function. Could u help me any links or any E-books? I'll thz u very much.......... :laugh: :laugh: :laugh:

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      phowarso wrote:

      I wanna know window dll file's built in function.

      I can't understand what exactly are you trying to do. :sigh: What kind of dll, what kind of window? Could you be more specific please.

      Life is a stage and we are all actors!

      1 Reply Last reply
      0
      • P phowarso

        Hello! I wanna know window dll file's built in function. Could u help me any links or any E-books? I'll thz u very much.......... :laugh: :laugh: :laugh:

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        phowarso wrote:

        I wanna know window dll file's built in function.Could u help me any links or any E-books?

        Anything specific? Windows is "huge" in terms of code, and there's no complete list with all functions. If you're just interested in browsing then you might want to check out PInvoke.NET[^]

        I are Troll :suss:

        1 Reply Last reply
        0
        • P phowarso

          Hello! I wanna know window dll file's built in function. Could u help me any links or any E-books? I'll thz u very much.......... :laugh: :laugh: :laugh:

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          You can call it by using reflection feature of dotnet. Try following links.. It will guide you method invocation from DLL. http://my.execpc.com/~gopalan/dotnet/reflection.html[^] Reflection in .NET[^] Hope this will help!

          Jinal Desai - LIVE Experience is mother of sage....

          1 Reply Last reply
          0
          • P phowarso

            Hello! I wanna know window dll file's built in function. Could u help me any links or any E-books? I'll thz u very much.......... :laugh: :laugh: :laugh:

            N Offline
            N Offline
            neal123
            wrote on last edited by
            #5

            Hi, First you need to create public methods in the DLL. if you don't have any public method then you can not call it. 1. To use any DLL in your project first you need to add it in the project in Solution Explorer-> Project -> References -> right click and select "Add References" and select dll you want to use. 2. Then in your form add create object of the dll class and then use its method. ie. DllName obj = new DllName(); obj.MethodName(); Hope this will help you. Regards, Nilesh Shah

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups