Click to See Complete Forum and Search --> : 3d effect in picturebox


chunmeng
August 14th, 1999, 10:48 AM
hi,
how can i make ONLY PART of a picture box controls look like 3d(sunken, raise etc.)

thanx.

Mikesc
August 15th, 1999, 10:05 AM
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.