[New-bugs-announce] [issue16691] How to use ctypes.windll.user32.MessageBoxW

David Wolf report at bugs.python.org
Sat Dec 15 06:05:05 CET 2012


New submission from David Wolf:

import ctypes
ctypes.windll.user32.MessageBoxW(0,"Time's up!","Message",0)


My quention is that I want to set my message box topmost.
It's said I just need to change the first parameter, but I don't know how I should change it.

Help me please! I've been working on this for an hour.

----------
components: ctypes
messages: 177529
nosy: David.Wolf
priority: normal
severity: normal
status: open
title: How to use ctypes.windll.user32.MessageBoxW
type: resource usage
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16691>
_______________________________________


More information about the New-bugs-announce mailing list