开发者

how to start with windows API in .net

开发者 https://www.devze.com 2023-01-14 07:59 出处:网络
I want to work on windows API. I have an interest in creating network application that can communicate with web as well. I haven\'t thought any application yet. But before doing all this . I want to k

I want to work on windows API. I have an interest in creating network application that can communicate with web as well. I haven't thought any application yet. But before doing all this . I want to know whe开发者_如何学Gore to start with. What all I need to start reading.

I have created lot of database interactive applications with window forms. But would like to start with this.


If you want to use Windows API methods from .Net, you'll need to use PInvoke to call them. There's a site called pinvoke.net that has samples for how you call many of the APIs so if you know which API you want to call, that's usually the best place to start.


For your use case maybe you dont need API at all. You could use the FileSystemWatcher .net class to react on any changes in a log folder e.g. It reacts on modify/add/delete of files.

0

上一篇:

:下一篇

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号