Hi, Guys!
I am using BitBlt.
I load into a picturebox a picture.
when I load it, I don't see the first line of pixels
( (X,1) ) and I see a double line of the last line
of pixels.
What is wrong?!?!
How do I handle this problem???
Thank you,
Arie.
Printable View
Hi, Guys!
I am using BitBlt.
I load into a picturebox a picture.
when I load it, I don't see the first line of pixels
( (X,1) ) and I see a double line of the last line
of pixels.
What is wrong?!?!
How do I handle this problem???
Thank you,
Arie.
Blit from 0, 0 ....
Instead of 1, 1...
I mean, that when I load the ICO into the picturebox,
in 'design-time' I don't see the first line of the ICO
and I see double of the last line.
It's without doing nothing with BitBlt.
It's a bug in the picturebox.
maybe I should draw the ICO from the second line and leave a blank line in the first place.
for example I have and ICO file of 16x16.
Maybe I should draw the same icon in a 16x17 and leave the first line blank and draw on (Ix2 to Ix17)?
I don't know what to do!
Help...
Thank you,
Arie.
See if setting the PictureBox's BorderStyle to "None" helps.
It is setted to NONE.
I don't know what to do...
Have one of you ever had this problem???
Please Help...:confused:
Thank you,
Arie.
PLEASE HEEEEEEEEELP!!!!!!!!!
:confused: :confused: :confused:
PLEEEEEEEEEASSE!!!
Or
Tell me another way to draw a 3072 ICONs on a
1024x768???
Thank you,
Arie.
Can you post your code ?
It might give us a better idea.
It's not about the code!!!
The problem is in the PICTUREBOX!
When I load a picture (ICO, in this case) I DON'T SEE
THE FIRST LINE OF PIXELS AND I SEE DOUBLE LINE
OF THE LAST PIXELS LINE!
Please Help!
Why does it happen?
Thank you,
Arie.
post the icon
But it happens in any icon that I draw.
I am drawing my icons with Microangelo 5.0.
I don't what to do...
Help...
Please.
Thank you,
Arie.
Quote:
Originally posted by plenderj
Can you post your code ?
It might give us a better idea.