> I'm trying to simulate a printed form on my front panel of my VI. Does
> anybody know any tricks before I try the tedious line drawing and string
> control obvious method???
>
If you have a scanned version of the form, you can import the
JPEG, BMP, or EMF. Then place real controls or indicators
over the fields that you want the user to be able to tab
to. Set up hot keys for F1 and such, then pretty late in
the game, color the fields transparent. Note that there are
often several parts that make up a control. Make sure to
color the inner and outer edges of the controls until it is
as transparent as you want. It also helps to start out with
the simple controls as they don't have things like inc/dec
arrows to get in the way.
Greg McKaskle