I'm using VB.NET 2005 with .NET 2.0. I'm VB6 programmer and am relatively new to forms programmingin VB.NET
Ihave aformwith a toolstripmenu and a inkPicture control. I need to resize the inkPicture control when the form size changes.
I put code in the Form_Resize event, but the event is not firing.
ResizeBegin and ResizeEnd are firing. But I 'm not sure what to do with them. Normally I'd resize/reposition the child controls and then call the invalidate method for the inkPicture control to redraw its contents.
Can someone give me clue as to the problem with the main Resize event not firing?
Thanks