Skip to main content

York Jong's Library tagged win32   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.

libusb-win32.sourceforge.net - Preview

USB driver win32

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

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo