[Python-Dev] cffi in stdlib (original) (raw)
Terry Reedy tjreedy at udel.edu
Wed Feb 27 23:58:42 CET 2013
- Previous message: [Python-Dev] cffi in stdlib
- Next message: [Python-Dev] cffi in stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2/27/2013 3:31 PM, Paul Moore wrote:
from ctypes import windll MessageBox = windll.User32.MessageBoxW MessageBox(0, "Hello, world!", "Title", 0) Note - I wrote this from memory,
Gee, that is pretty easy. Worked perfectly
-- Terry Jan Reedy
- Previous message: [Python-Dev] cffi in stdlib
- Next message: [Python-Dev] cffi in stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]