I started my code in ArcObjects because I needed a form, now I need to move to Python when the DrawMap or Cancel button is pushed. I think the code reads as
cboDistrict.AddItem ("Yoakum")
End Sub
Dim pp As Object
Dim x As String
Set pp = CreateObject("esriGeoprocessing.GpDispatch.0")
x = pp.pythonScript
to move into python, but I don't know the code to receive in python. Help!!