I have a frame with various option buttons whereby the user selects the drawing line style of a picturebox: PS_SOLID, PS_DASH, PS_DOT and so on. And I want to display a short line with the corresponding style next each button. Do I have to place tiny pictureboxes -and plot the lines on them- inside the frame or is there a preferable way?