Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tkinter messagebox
#5
Thanks for all your replies.
I'm not a programmer so grabbed this code off the web ages ago - it works so I didn't change it - I wanted the window to be centre screen and top level i.e not under other windows so I thought some of the commands achieved this.
I'm running the python script from a C++ program using ShellExecuteW on a timer - if a particular file doesn't exist the message window is invoked so I don't want a million windows to appear!
I can't get the ShellExecuteW(hwnd,"find","",path,shcmd) function to work which I could use in the C++ program to control everything.
Reply


Messages In This Thread
Tkinter messagebox - by WiPi - Dec-09-2022, 07:52 PM
RE: Tkinter messagebox - by deanhystad - Dec-09-2022, 08:44 PM
RE: Tkinter messagebox - by Larz60+ - Dec-09-2022, 09:08 PM
RE: Tkinter messagebox - by Axel_Erfurt - Dec-09-2022, 09:29 PM
RE: Tkinter messagebox - by WiPi - Dec-10-2022, 09:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Messagebox rturus 8 1,507 Nov-08-2022, 10:40 PM
Last Post: deanhystad
  'No module named tkinter.messagebox' - PyInstaller ironfelix717 7 8,381 Jan-19-2020, 06:56 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020