博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
老外的一个为VB.NET和VB提供WIN32 API在线查询和用法的站,给VB.NET的朋友推荐下
阅读量:2021 次
发布时间:2019-04-28

本文共 465 字,大约阅读时间需要 1 分钟。

VB.net WIN32API函数大全及VB.NET API参考手册

以前用VB做开发的时候有个VB WIN32API手册(window api函数手册),CHM格式的,查起来挺方便的,基本上把每个API的分类都归类好了,查的时候可以从分类找到对应的API函数,也可以通过快速检索,输入前几个API函数字母就能查到,对开发WINDOWS平台下的程序,查询起来还挺方便的,能提高开发效率

现在改用VB.NET开发的时候,虽然.NET框架提供了很强的接口,但有些东西还得需要用原始的Window API函数来实现,可能是对.NET的一些类掌握的不太熟的原故,所以在查一些VB.NET的API函数原型声名和用法的时候有些费时间

最后在一个国外的VB.NET论坛上找到看到别人推荐的一个专们为VB.NET和VB提供API函数用法查询和函数定义的功能,感觉不错,就给大家共享下,有的时候老外的东西还是挺好的。

为了避嫌(做广告之嫌),截两张图,有用得上的朋友可以去看看

http://www.pinvoke.net/default.aspx

你可能感兴趣的文章
LeetCode003.Longest Substring Without Repeating Characters
查看>>
LeetCode019. Remove Nth Node From End of List
查看>>
LeetCode130. Surrounded Regions (思路及python解法)
查看>>
LeetCode412. Fizz Buzz(思路及python解法)
查看>>
LeetCode46. Permutations (思路及python解法)
查看>>
LeetCode347. Top K Frequent Elements(思路及python解法)
查看>>
LeetCode238. Product of Array Except Self(思路及python解法)
查看>>
LeetCode78. Subsets(思路及python解法)
查看>>
LeetCode230. Kth Smallest Element in a BST(思路及python解法)
查看>>
LeetCode48. Rotate Image(思路及python解法)
查看>>
LeetCode8. String to Integer (atoi)(思路及python解法)
查看>>
LeetCode11. Container With Most Water (思路及python解法)
查看>>
LeetCode17. Letter Combinations of a Phone Number(思路及python解法)
查看>>
LeetCode34. Find First and Last Position of Element in Sorted Array (思路及python解法)
查看>>
LeetCode49. Group Anagrams (思路及python解法)
查看>>
LeetCode41. First Missing Positive(思路及python解法)
查看>>
LeetCode50. Pow(x, n)(思路及python解法)
查看>>
LeetCode55. Jump Game(思路及python解法)
查看>>
LeetCode56. Merge Intervals(思路及python解法)
查看>>
LeetCode73. Set Matrix Zeroes(思路及python解法)
查看>>