H
Harry Simpson
I used a simple sub to show hide panels in VS2003. When I imported the code
into VS2005, this did not work.
Basically trying to show/hide based on the Left property of the panel.
ie. hide is pnlPanel.Left = 300
show is pnlPanel.Left = 0
Has this behaviour been changed in VS2005??
TIA
Harry
into VS2005, this did not work.
Basically trying to show/hide based on the Left property of the panel.
ie. hide is pnlPanel.Left = 300
show is pnlPanel.Left = 0
Has this behaviour been changed in VS2005??
TIA
Harry