Quote:
>take a look at VSocx
>. but the problem that i am
>:>having is when i run my program and resize my windows form my database
>:>grid or input boxes will not resize with my window. Any assistance would be
>:>appreciated
put some code in the form's resize event, that changes the .width and .height
for each controll you want to resize.
there are a couple ways to do this, by deciding on what proportions you want
your windows to be resized, and the like, and it can get to be a real *PAIN*
depending on how complicated you have your stuff laid out. But the actuall
mechanics are pretty simple.
Just read in the forms new height and width, then resize your controll's
height and width to whatever.
-- if you REALLY want some good examples go down to your local bookstore and
check out a few java programming books, (most of them talk about the java
equivilents, and they explain the subject with an eloquence I can't match),
(Yes, a good X-Windows, or Motif book will do as well, but Java is closer to
VB than Motif).