hi,
how can i make ONLY PART of a picture box controls look like 3d(sunken, raise etc.)
thanx.
Printable View
hi,
how can i make ONLY PART of a picture box controls look like 3d(sunken, raise etc.)
thanx.
Don't use the picture box control. You can get the effect you want by creating a region, blitting the bitmap onto it and using the DrawEdge API to get the partial 3d effect.