I have a simple visual basic window (or 'form'), and at the click of a button on the form, I want my Python script to run. How would I go about this?
You can do something like :
Dim ReturnValue
ReturnValue= Shell("C:\python23\python ""C:\Myscripts\Mypythonscript.py"" ", vbHide)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With