登录
首页 » Windows核心 » 读写ini文件profile,是一个比较典型的好例子.希望给有需要的人带来帮助....

读写ini文件profile,是一个比较典型的好例子.希望给有需要的人带来帮助....

于 2022-08-25 发布 文件大小:3.58 kB
0 176
下载积分: 2 下载次数: 1

代码说明:

读写ini文件profile,是一个比较典型的好例子.希望给有需要的人带来帮助.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • can capture real
    可以实时捕捉光标位置。典型的VC编程,下载后可以直接运行。可以嵌入其它程序。-can capture real-time location of the cursor. A typical VC program can be downloaded directly after the operation. Other programs can be embedded.
    2022-09-04 21:40:03下载
    积分:1
  • 重返德军总部源码 (商业代码,代码仅供参数学习,请勿用于商业目的)...
    重返德军总部源码 (商业代码,代码仅供参数学习,请勿用于商业目的)-return to the German headquarters source (commercial code, the code is for the study parameters, do not for commercial purposes)
    2022-05-12 21:18:46下载
    积分:1
  • 扫描本机PCI设备,并显示所有设备总线号,设备号,和功能号。可以读所有的寄存器值,如果存在的话。...
    扫描本机PCI设备,并显示所有设备总线号,设备号,和功能号。可以读所有的寄存器值,如果存在的话。-This project is designed for scanning all the PCI devices in the system. The software can get all the devices’ Bus Numbers, Device Numbers and Function Numbers. It also can read all of the register values if the device is valid. In addition, a GUI is provided to the customer.
    2022-03-23 04:59:16下载
    积分:1
  • Convenient tool for forcing the active internet connection without the need for...
    Convenient tool for forcing the active internet connection without the need for unnecessary intervention. Extremely simple codes
    2022-12-29 18:50:03下载
    积分:1
  • 注册表的VFP操作,注册表操作注册表读取VFP,R.
    vfp操作注册表,读取注册表 vfp操作注册表,读取注册表-VFP operation of the registry, the registry operator to read the registry VFP, read the registry
    2022-08-26 09:06:17下载
    积分:1
  • VB读写保存文件的源代码(读写保存文件的源代码.ZIP)
    VB读写保存文件的源代码(读写保存文件的源代码.ZIP)-VB literacy preserve the source code (Save the file to read and write the source code. ZIP)
    2023-04-22 04:50:03下载
    积分:1
  • JNA(Java Native Access )提供一组Java工具类用于在运行期动态访问系统本地库(native library:如Window的dll)而不...
    JNA(Java Native Access )提供一组Java工具类用于在运行期动态访问系统本地库(native library:如Window的dll)而不需要编写任何Native/JNI代码。开发人员只要在一个java接口中描述目标native library的函数与结构,JNA将自动实现Java接口到native function的映射。-JNA (Java Native Access) provides a set of Java tools for the dynamic run-time access to the system of local libraries (native library: such as the Window of the dll) without the need for the preparation of any Native/JNI code. As long as developers in a java interface as described in the target native library function and structure, JNA will automatically realize Java interface to native function mapping.
    2022-09-06 18:20:02下载
    积分:1
  • 这是一个简单的防火墙,可以阻止一些危险的东西,也可以显示…
    这是一个简单的防火墙,可以拦截一些危险东西,还可以显示来源IP,只是这是个英文版的,可能有点不好用。-This is a simple firewall can block some dangerous things that can also display the source IP, but this is the English version, may be a bit bad to use.
    2022-07-26 01:20:26下载
    积分:1
  • ntdll os class, from a project being worked on
    ntdll os class, from a project being worked on
    2022-02-05 06:03:37下载
    积分:1
  • 关于如何锁住键盘和鼠标
    钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
    2022-02-24 11:14:29下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载