码迷,mamicode.com
首页 >  
搜索关键字:WinAPI ini读取    ( 496个结果
C++ 获取系统版本号
因用到系统版本号,区别对待。 // 5.0 Windows 2000"; // 5.1 Windows XP"; // 5.2 Windows 2003"; // 6.0 Windows Vista"; // 6.1 Windows 7"; // 6.2 Windows 8"; // 6.3 Win ...
分类:编程语言   时间:2019-08-02 18:27:55    阅读次数:519
.net 调用 winapi获取窗口句柄和内容
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:Windows程序   时间:2019-06-20 23:52:04    阅读次数:164
常用的WINAPI函数
curuserId() 当前用户ID curext() 当前公司ID appl.company().ext() 当前公司ID fieldid2pname(tablenum(VendTable),fieldnum(VendTable,DlvTerm))) 获取字段名 setFocus() 获得焦点 i ...
分类:Windows程序   时间:2019-06-08 13:03:30    阅读次数:174
MFC
1 #include 2 #include 3 #pragma comment(lib, "Urlmon.lib") 4 int WINAPI _tWinMain(HINSTANCE hInstace, HINSTANCE hPreInstance, LPTSTR lpCmdLine, INT nS... ...
分类:编程语言   时间:2019-05-15 19:20:04    阅读次数:193
(一)Win消息机制,SDK编程基础
一,基本概念 SDK:软件开发工具包(缩写:SDK、外语全称:Software Development Kit) API:应用程序接口 WINAPI:Windows平台下的系统调用,包含 windows.h 窗口:父窗口和子窗口,客户区和非客户区 句柄:结构体变量,窗口句柄 :HWND,图标句柄:H ...
分类:Windows程序   时间:2019-04-30 23:31:30    阅读次数:196
一些好的学习网站,收藏
win32汇编 http://www.cnblogs.com/del/archive/2010/04/02/1703457.html 套接字 http://blog.csdn.net/xgx198831/article/details/8464552 http://www.jb51.net/arti ...
分类:Web程序   时间:2019-04-26 18:19:56    阅读次数:174
三种函数调用约定
__cdecl、__stdcall、__fastcall是C/C++里中经常见到的三种函数调用方式。其中__cdecl是C/C++默认的调用方式,__stdcall是windows API函数的调用方式,只不过我们在头文件里查看这些API的声明的时候是用了WINAPI的宏进行代替了,而这个宏其实就是 ...
分类:其他好文   时间:2019-04-09 00:23:48    阅读次数:166
DeleteFile 删除文件
#include #include int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { DeleteFil... ...
分类:其他好文   时间:2019-04-08 21:31:33    阅读次数:157
delphi 截取屏幕
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
分类:Windows程序   时间:2019-02-28 16:42:14    阅读次数:294
delphi手动创建dataset并插入值
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
分类:Windows程序   时间:2019-02-05 14:21:40    阅读次数:282
496条   上一页 1 ... 5 6 7 8 9 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!