Hi Peeps,

I have wrote an application which has several panels on and several text boxes on each panel. I use back and next buttons to bring to the front the relevant panel. It works great but after going in and out several times I sundenly get an error 'MAke sure you have not released a resource before attempting to use it'. The weird thing is I can be clicking into a textbox and it appears. I open the form with dim frm as new formname and then frm.show. I shut for form down by frm.dispose.

Any idease please,

Jiggy!