Home All Groups Group Topic Archive Search About

PNG control graphic abnomality

Author
18 Apr 2006 1:33 AM
Adam Honek
Does anyone have a clue why I am getting these faint what seem to
be grid lines showing through my PNG images used in the menu
strip, tool strip and tree view controls?

If I freshly add the image it won't show until I restart VB.Net.

Is it a property somewhere I need to set?

Thanks,
Adam

Author
18 Apr 2006 6:06 AM
OHM ( One Handed Man )
Does it happen with GIF or JPEG's ?

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net

Show quoteHide quote
"Adam Honek" <AdamHo***@Webmaster2001.freeserve.co.uk> wrote in message
news:egeSVgoYGHA.2376@TK2MSFTNGP03.phx.gbl...
> Does anyone have a clue why I am getting these faint what seem to
> be grid lines showing through my PNG images used in the menu
> strip, tool strip and tree view controls?
>
> If I freshly add the image it won't show until I restart VB.Net.
>
> Is it a property somewhere I need to set?
>
> Thanks,
> Adam
>
Author
19 Apr 2006 11:55 PM
Adam Honek
I first used Icons but their quality was poor.

I was advised to convert them to PNG's. This improved the quality.

I'll try convering to JPEG's but its odd, if they're within the image for
whatever
reason surely they'll show using any format.

What gets me though is that when looking at them in say Windows explorer
they
look all 100% fine, no grid lines faintly showing through.

Adam

Show quoteHide quote
"OHM ( One Handed Man )" <m*@mine.com> wrote in message
news:uWZPA5qYGHA.1348@TK2MSFTNGP05.phx.gbl...
> Does it happen with GIF or JPEG's ?
>
> --
> ( OHM ) - One Handed Man
> AKA Terry Burns - http://TrainingOn.net
>
> "Adam Honek" <AdamHo***@Webmaster2001.freeserve.co.uk> wrote in message
> news:egeSVgoYGHA.2376@TK2MSFTNGP03.phx.gbl...
>> Does anyone have a clue why I am getting these faint what seem to
>> be grid lines showing through my PNG images used in the menu
>> strip, tool strip and tree view controls?
>>
>> If I freshly add the image it won't show until I restart VB.Net.
>>
>> Is it a property somewhere I need to set?
>>
>> Thanks,
>> Adam
>>
>
>
Author
18 Apr 2006 7:05 AM
gene kelley
On Tue, 18 Apr 2006 02:33:22 +0100, "Adam Honek"
<AdamHo***@Webmaster2001.freeserve.co.uk> wrote:

>Does anyone have a clue why I am getting these faint what seem to
>be grid lines showing through my PNG images used in the menu
>strip, tool strip and tree view controls?
>
>If I freshly add the image it won't show until I restart VB.Net.
>
>Is it a property somewhere I need to set?
>
>Thanks,
>Adam
>

I had something similar a few months ago.  Some png files in a set of
files I downloaded from somewhere showed something like grid lines
when used in an app.  The lines also showed when displayed in an icon
editor, however, so I assumed the problem to be with the file itself.
I dumped that particular set an found another similar set that worked
fine.

Gene