Windows Resizing 
Author Message
 Windows Resizing

Can anyone assist me I am a new vb programmer I have written a Visual Basic
program
that connects me to a microsoft sql database. 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

Thanks

--
Kirk Montgomery



Sat, 20 Nov 1999 03:00:00 GMT  
 Windows Resizing

take a look at VSocx


:>
:>Can anyone assist me I am a new vb programmer I have written a visual basic
:>program
:>that connects me to a microsoft sql database. 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
:>
:>Thanks
:>
:>--
:>Kirk Montgomery

derek



Sun, 21 Nov 1999 03:00:00 GMT  
 Windows Resizing

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).



Tue, 23 Nov 1999 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Automatic Windows Resizing

2. Resize, resize, resize, ...

3. Resizing Windows Desktop using shell command

4. Open and Resize Application Windows from VB

5. Resizing windows form damages data coming from the serial

6. Resizing windows controls

7. Resizing a windows form

8. Enter Key vs. Tab AND Resizing Windows

9. Horizontal resizing of windows

10. §resizing windows

11. Resizing of windows??

12. Resizing Windows Icons

 

 
Powered by phpBB® Forum Software