flowLayoutPanel is showing visibility false even its true
when i run the form 1st time i get its visibility & its actually visible
but the problem occurs when i close the form & again i open it from another form ( at run-time w/o
closing project) its visibility shows false in msgbox but in actually its visible true
flwPnl.Visible=True
msgbox(flwPnl.Visible.tostring)
the value in msgbox on second time load is "False"
Please help!!!!!!