hey all,

I have a form where a user selects from a couple radio buttons. once THAT button is selected i want a new form to load where the user has to fill out personal info and submit.

what's the best and easiest way to set this up?

like:

1) button selected
2) that form disappears
3) new form that requires text info loads

Recommended Answers

All 4 Replies

on button click event
me.close()
frmnewform.show()

commented: You should know about code tags by now! -2
commented: You must act. -2

frmnewform.show()
me.close()
else the application will shut down if his properties are set to "shutdown when startupp form closeing"

thanx babbu and geek.

i got that working great.

now, with the new form that loads... how do i edit it? you know, add text boxes, labels buttons, etc.?

any suggestions?

Drag the toolsfrom the tool box onto the form

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.