21-08-2008, 02:33 AM
You shouldn't need to create a boolean. All you need is picSpells.Visible = not picSpells.Visible.
Dugors code is just using the opposite of it's value which is already there. You shouldn't have to make anything else.
Dugors code is just using the opposite of it's value which is already there. You shouldn't have to make anything else.