inetcfg.dll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Sm9obg==?=

    #1

    inetcfg.dll

    Hi, I need to call functions inside this dll, but cannot add it as an
    reference. Can anybody provide me a sample using this dll? Thanks.
  • Ignacio Machin ( .NET/ C# MVP )

    #2
    Re: inetcfg.dll

    On Oct 21, 2:58 pm, John <J...@discussio ns.microsoft.co mwrote:
    Hi, I need to call functions inside this dll, but cannot add it as an
    reference. Can anybody provide me a sample using this dll? Thanks.
    If this is a WIN32 dll y ou have to use P/invoke
    If this dll is from Windows, take a look at www.pinvoke.net as they
    have a bunch of declarations already there.

    Comment

    Working...