Toolbar repaint issue ...

J

Joe

Hello All,

Someone else must have run in to this. I'm using AC2002

I want to keep the main Access window at a minimum size. (ie. 800x600
pix)
I am using some code from AC2002 Dev handbook that allows resizing of the
main Access window.
I am calling the code to resize the window in my Main form resize event that
is always open.
If the user tries to size the window less than 800x 600, I snap it back
to 800x 600.
It works fine except with one side effect. The toolbar (my custom toolbar)
does not repaint itself.
I get a blank gray area from the smallest width the windows was sized to out
to my 800 width that I resize to.

I have tried refreshing and repainting methods but nothing seems to work.

Any help with this would be greatly appreciated.

Thanks, Bill
 
Top