im writing a chess program.
when a user grabs a piece, id like to clear that picturebox and draw the piece on the cursors location with transparent borders (so its not a big square)
there are many options here
1. Convert bitmap to cursor or vice-versa
2. Draw Drawing.Graphics object on the form
*ive done this but i can not get the image on TOP!!!
3. make the background of a picturebox actually transparent
*even setting it in code like so doesnt work
picturebox1.backcolor = Form1.TransparencyKey
if anyone could help me accomplish any ONE of these 3 please help. i cant believe this is so difficult
reply in email if possible
bpayne113@aol.com
when a user grabs a piece, id like to clear that picturebox and draw the piece on the cursors location with transparent borders (so its not a big square)
there are many options here
1. Convert bitmap to cursor or vice-versa
2. Draw Drawing.Graphics object on the form
*ive done this but i can not get the image on TOP!!!
3. make the background of a picturebox actually transparent
*even setting it in code like so doesnt work
picturebox1.backcolor = Form1.TransparencyKey
if anyone could help me accomplish any ONE of these 3 please help. i cant believe this is so difficult
reply in email if possible
bpayne113@aol.com