From: edstaff@mcs.com (Ed Staffin)
Subject: Demo of how to do 3d without a vbx

Here's some code I put together that works pretty nicely. 
It's actually quite simple. The 3d effect produced by the code below will 
produce 3d frames on *any* control including lightweights.   The 3d effect is 
modelled after the 3d effect on controls in Access2. Use the Frame sub for 
controls that are directly on a form. Use Frame2 to if you have controls that 
are on a panel of some sort or group box, you will want to place a picture box 
on the panel and then the other controls on the picture box. This is necessary 
because otherwise I have now way to use the line methods.

Any questions, bugs, complaints or criticisms should be sent directly to me.

It's fast and it's free. Enjoy.

Later ... Ed
