Hello. Ok this is the code i have so far
VB Code:
Private Sub xpcmdbutton9_Click() CommonDialog1.Flags = cdlCFBoth CommonDialog1.ShowFont End Sub Private Sub xpcmdbutton10_Click() CommonDialog1.Flags = cdlCFBoth CommonDialog1.ShowColor End Sub
What i want to happen is when the user selects their font, the textbox next to the command button displays their selected font name. And when the user selects their color, the backcolor of the label changes to that selected color. How do i do this?




Reply With Quote