pvt sub timer1_tick(.....................................................)
dim n as login form
n.show()
timer1.enable=false
end sub

Is there need to set keyword before login form?
i m using this code but login form is not showing at runtime.
please help me to run this code

Recommended Answers

All 2 Replies

Dim n As New Login()
n.Show()
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.