This code will allow you to have a cool embossed line under a menu.
This code will allow you to have a cool embossed line under a menu.
Rate This code will allow you to have a cool embossed line under a menu.
(1(1 Vote))
Private Sub Form_Paint()
Me.Line (0, 0)-(Screen.Width, 0), &H80000008
Me.Line (0, Screen.TwipsPerPixelX)-(Screen.Width, Screen.TwipsPerPixelX), &H80000000
End Sub
This code will allow you to have a cool embossed line under a menu. Comments
No comments yet — be the first to post one!
Post a Comment