Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ctypes module
#1
I want to use messagebox for database. And my question is how can i use parameter in messagebox icon.
for example:
when user click on OK button or Cancel button program should do sth.

Code:
import tkinter
import tkinter.messagebox as mbox




window = tkinter.Tk()
window.wm_withdraw()
mbox.askyesno('my app','my message')
Reply


Messages In This Thread
Ctypes module - by kingram - Sep-16-2017, 07:36 AM
RE: Ctypes module - by Barrowman - Sep-16-2017, 07:46 PM

Forum Jump:

User Panel Messages

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