[RESOLVED] vb window resizing
Hi all
im trying to figure out how to resize my list box
What I have is a vb program when run and the apropriate data is inputed, calcualations are done and then are outputed to a listbox what i want to know is there a way to have the listbox resize when the main window is resized.
Ed
:wave:
Re: [RESOLVED] vb window resizing
yes, and just use 'on error resume next' statement to ignor all errors
Chris
Re: [RESOLVED] vb window resizing
Quote:
Originally Posted by Chris67
yes, and just use 'on error resume next' statement to ignor all errors
Chris
are u replying to my post???? i m not saying any error occurred in your method!!
but if u use a larger value instead of 20, then the form n the contained controls will flicker!!
PS - maybe i m wrong..........i m saying coz this is a common problem with Paint event!!
Re: [RESOLVED] vb window resizing
I'm not sure if the flicker an coz problem but if you play with the Values you get a better result, 20 was just a example.
The Error handle must be integrated because if you minimized the Form you get errors.
Chris