Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bbelt
  • Order by date
  1. bbelt

    Python writing onto itself. Is it possible?

    This question is actually a two part scenario but still under the same question so please stay with me. 1) I have a tool tip like window that pops up on start up giving the user tips. It has an option if the user would like to turn it on or off. Right now, the option is controlled by a text...
  2. bbelt

    Close window

    I do believe that you can accomplish what you are asking with the win32com module. I have only done it with excel applications so far. The code will be something like this. To Open: file_to_open=win32com.client.Dispatch("Excel.Application")#"Excel.Application" would be changed to what kind of...
  3. bbelt

    Temporary Windows in Tkinter?

    Any ideas or suggestions on how to make a window pop up temporary for a set time then close? Tried a few things with out any luck.

Part and Inventory Search

Back
Top