I need a button on my form that has one of those little arrows on it.

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I'm trying to make a button that has one of those tiny simple triangle
arrows similar to the buttons in MS Access that you use to move to the
next/previous form. Is this a special character? How do I put it on the
button? Thanks,
 
You can use the ImageButton from the OpenNETCF SDF. If you don't want to use
that then I would just use the ">" or "<" characters.
 
Back
Top