York Jong's Library tagged → View Popular
17 Dec 08
LibUsb-Win32
Libusb-win32 is a port of the USB library libusb to the Windows operating systems (Win98SE, WinME, Win2k, WinXP). The library allows user space applications to access any USB device on Windows in a generic way without writing any line of kernel driver code.
12 Dec 08
windows下面的python扩展-win32all 和ctypes
-
import win32api #winapi库
import win32con #windows常数定义win32api.MessageBox(win32con.NULL, "提示信息", "提示标题", win32con.MB_OK | win32con.MB_ICONINFORMATION)
输出一个messagbox,标题为"提示标题",提示文本为"提示信息",对话框图标为提示图标
-
import ctypes #cytpes库
import win32con #windows常数定义
msgbox = ctypes.windll.user32.MessageBoxA
msgbox(win32con.NULL, "提示信息", "提示标题", win32con.MB_OK | win32con.MB_ICONINFORMATION) - 2 more annotations...
1 - 3 of 3
Showing 20▼ items per page
Sponsored Links
Ads by Google
Top Contributors
Groups interested in win32
Related Lists on Diigo
-
Windows Programming WIn32
Items: 2 | Visits: 8
Created by: Ershad Rahimi
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
