i tried to draw a line in OnPaint. the button that is loaded in OnInitDialog (and never again referenced) blocks the line.
i tried to draw the line in OnInitDialog, but for some reason, with the same draw code, it does not draw.
btw, the button is not made "transparent," so that is not a reason the button is done on top of the line.
any ideas on getting the line on top of the button?