Oct 7, 2004 #1 denis60 Technical User Apr 19, 2001 89 CA Hi! How to colored a background'caption of a frame. Frame1.backcolor didn't?
Oct 8, 2004 #2 alehawk Programmer Jun 18, 2003 332 AR I dont know how to chang the bacground only for the frames caption but to change the backcolor of all the frame I did this and worked. Private Sub Form_Load() Frame1.BackColor = &H80000012 End Sub Upvote 0 Downvote
I dont know how to chang the bacground only for the frames caption but to change the backcolor of all the frame I did this and worked. Private Sub Form_Load() Frame1.BackColor = &H80000012 End Sub