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. C#
  4. Has Anyone Created C# Classes for Win32 API?

Has Anyone Created C# Classes for Win32 API?

Scheduled Pinned Locked Moved C#
csharpjsonquestion
4 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.
  • R Offline
    R Offline
    redfish34
    wrote on last edited by
    #1

    Instead of re-inventing the wheel and roll my own class set, i thought i would ask if anyone at codeproject has created a basic set of win32 api classes that one can use in C# programs. I was only able to find bits and pieces on the internet.

    C 1 Reply Last reply
    0
    • R redfish34

      Instead of re-inventing the wheel and roll my own class set, i thought i would ask if anyone at codeproject has created a basic set of win32 api classes that one can use in C# programs. I was only able to find bits and pieces on the internet.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      www.pinvoke.net will shouw you how to call API functions you need. You're calling the Win32 API everytime you use C# tho, you realise that, right ? Christian Graus - Microsoft MVP - C++

      R 1 Reply Last reply
      0
      • C Christian Graus

        www.pinvoke.net will shouw you how to call API functions you need. You're calling the Win32 API everytime you use C# tho, you realise that, right ? Christian Graus - Microsoft MVP - C++

        R Offline
        R Offline
        redfish34
        wrote on last edited by
        #3

        I use www.pinvoke.net often. It will just take some time cut-n-pasting all this stuff and organize it into a modular library. I think i will build a Win32 library as i go, adding functions as i use them, refactoring as needed. Reinventing the wheel is not all bad if it does not take too much time. Appreciate the help.

        C 1 Reply Last reply
        0
        • R redfish34

          I use www.pinvoke.net often. It will just take some time cut-n-pasting all this stuff and organize it into a modular library. I think i will build a Win32 library as i go, adding functions as i use them, refactoring as needed. Reinventing the wheel is not all bad if it does not take too much time. Appreciate the help.

          C Offline
          C Offline
          Chad Smith
          wrote on last edited by
          #4

          http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=75122f62-5459-4364-b9ba-7b5e6a4754fe[^]

          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