[RESOLVED] Picture Box Help
My program uses mouse over picture to show the picture in larger version, the problem is when i show the larger picture some of my comboboxes images are bleeding through the picture as well as another picture
How can you make the picture be on top??? if thats the correct terminology
Thanks
Re: [RESOLVED] Picture Box Help
whats strange is I have 2 combobox's all with same property settings
one shows through the picture theother does not??
Re: [RESOLVED] Picture Box Help
Well, you could try right-mouse-clicking on the Combo Box selecting Send To Back. I don't know if that would work...
In that case you may try doing the same to PictureBox2 and selecting Bring To Front... I hadn't thought about that before. Maybe that will fix all your problems?