juand89 0 Newbie Poster

Hello, I'm new to python world (I had only programmed on Visual Basic or Delphi), right now I'm doing a program on ironpython studio in wich I need to switch between forms. The thing is that I don't know where and how to initialize "form2" from "form1" to call it. In VB you just usually type the following code on a button click:

Sub Button1Click(sender As Object, e As EventArgs)
		form1.show
	End Sub

However in ironpython, I can't do this simple task, can somebody help me please?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.