Posts by JC Carmo • 1 point
2 posts
-
0
votes0
answers12
viewsQ: How to open an external Python file as a subwindow of the main application?
I’m a beginner in Python and I’m developing an MDI application. Knowing that it will be extensive, I thought it would be better to separate the code into files. I already have two: main py. (main…
python-3.xasked JC Carmo 1 -
0
votes1
answer672
viewsQ: Setting Textbox for Currency
I’m trying to set up a TextBox in a Windowsform to display the value of the field in the currency format. I can only do that in the Enter event of the field with the following code: private void…