S
steve
-- I`m reposting this in case people missed it due to the weekend, apologies
if i break any rules
--actually a friend showed me how to do it in VB6, but even then i don't
like the solution: he changes the height of the form at ----runtime so that
more stuff appears at the bottom. Is there a cleaner way to do it (in
vb.net)
Hi,
can someone guide me to some tutorials/keyword search regarding the
following:
I have a main form with let's say a couple of tab choices. And for example,
the user fills up some info (begin-end dates, a couple of radio buttons,
etc.) hits a button (e.g. SEND) :
|-------|
------|---tab-|---------------------|
| |
| () |
| () |
| .......... etc .... |
| |
| |
| [send] |
| |
-----------------------------------
I want the results (let's say from querying a database) to appear in the
bottom part as if the form is expanded (for this *specific* tab) , something
like this:
|-------|
------|---tab-|---------------------|
| |
| () |
| () |
| .......... etc .... |
| |
| |
| [send] |
| |
-----------------------------------
| .................. ..... .... .... |
| .................. .... ..... ..... |
| . |
| . |
| etc. |
if i break any rules
--actually a friend showed me how to do it in VB6, but even then i don't
like the solution: he changes the height of the form at ----runtime so that
more stuff appears at the bottom. Is there a cleaner way to do it (in
vb.net)
Hi,
can someone guide me to some tutorials/keyword search regarding the
following:
I have a main form with let's say a couple of tab choices. And for example,
the user fills up some info (begin-end dates, a couple of radio buttons,
etc.) hits a button (e.g. SEND) :
|-------|
------|---tab-|---------------------|
| |
| () |
| () |
| .......... etc .... |
| |
| |
| [send] |
| |
-----------------------------------
I want the results (let's say from querying a database) to appear in the
bottom part as if the form is expanded (for this *specific* tab) , something
like this:
|-------|
------|---tab-|---------------------|
| |
| () |
| () |
| .......... etc .... |
| |
| |
| [send] |
| |
-----------------------------------
| .................. ..... .... .... |
| .................. .... ..... ..... |
| . |
| . |
| etc. |