I have an app with a tab control and on the second page of the tab control is
a dataGridView control. I cannot find the correct even to sucessfully hide
columns in this DGV. I've already tried the form load and activate events,
and the tabPage Enter event but none are working. Strangely enough if I use
the tabPage enter event, then enter the tab....then leave the tab....then
enter it again, the columns are hidden. Driving me nuts....I must be missing
something fundamental here. By the way, I'm using VS 2005 Beta2.

-Long