hi
i have problem with my VB.net program
I have a form and 3 GroupBox in the same form.
i want go next 2
GroupBoxes afther Clicking the Next Button..
Can you Help me ?
plz..

GroupBoxes1 to next GroupBoxes2 next GroupBoxes3
using same Next button

Recommended Answers

All 3 Replies

i want go next 2 GroupBoxes afther Clicking the Next Button..

I don't understand what you want to do. If you have three groupboxes on the one form then why would you have to click next?

there are same size..
if click next GroupBox1 is hide and Groubox 2 is show then agian click next button then show the groupbox 3

Inline Code Example Here
I didn't get your problem clearly...........
better you upload your form design
I'm not whether this the thing you wanted.....

GroupBox1.Visible = False
            GroupBox2.Focus()
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.