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 <rep...@bugs.python.org> <http://bugs.python.org/issue16691> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com