Try using VB Image control with Stretch = True. It's pretty good. It stays sharp even when resized.
VB Code:
Private Sub Form_Resize() Image1.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight End Sub
|
Results 1 to 4 of 4
Thread: Image controlThreaded View
|
Click Here to Expand Forum to Full Width |