Hello,
I can't figure this one out. I'm trying toposition a textbox (txtSum) on the forms resize event. I use the code below, but get an error saying that the control is too large for the area. When I step through the code everything looks o.k.
txtSum.Top = Me.InsideHeight - txtSum.Height - 100
Thanks for any help,
Mats
I can't figure this one out. I'm trying toposition a textbox (txtSum) on the forms resize event. I use the code below, but get an error saying that the control is too large for the area. When I step through the code everything looks o.k.
txtSum.Top = Me.InsideHeight - txtSum.Height - 100
Thanks for any help,
Mats