blah blah blah is here! blah blah » Close

0
votes
1 answers

multiple panels in a tabcontrol

I have a form that has 2 tabs in a tabcontrol. I want to add 5 panels to one tab. My problem is that I try but get the panels overlapping each other. Any help is appreciated. Yesterdays's answer was very helpful.

-1
votes
1 answers

multiple panels in a tabcontrol

[code] I have a form with a tab control(2) and I want to put a panel with a math problem and if the user gets it right then it would switch to another panel in tab1. My problem is working with the panels. I can not get focus on one to work ...

1
votes
1 answers

visual basic 2008 2 integers to a decimal answer

I need to display the output to a listbox, but i need the quotient of the division of the 2 integers to be with its decimal points ( precise) [code] Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) ...

Feedback