• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Post your ctrl+v

(5:37:37 PM) Colin: I think it still needs quite a bit more on the right..
(5:38:00 PM) Colin: or the logo smaller
(5:38:21 PM) Colin: not much smaller though
(5:38:27 PM) Colin: about 90% of what it is
 
Private Sub CmdBlack_Click()
txtInfo.ForeColor = black
End Sub

Private Sub Cmdblue_Click()
txtInfo.ForeColor = &HFF0000
End Sub

Private Sub CmdRed_Click()
txtInfo.ForeColor = &HFF&
End Sub

Private Sub Command1_Click()
txtInfo.FontSize = TxtFontSize
End Sub

Private Sub Command2_Click()
txtInfo.Text = ""

End Sub


Private Sub Command6_Click()
txtInfo.ForeColor = &H80000009
End Sub

Private Sub Optblue_Click()
txtInfo.BackColor = &HFFFFC0
End Sub

Private Sub Optgreen_Click()
txtInfo.BackColor = &HC0FFC0
End Sub

Private Sub optpink_Click()
txtInfo.BackColor = &HFFC0FF
End Sub

Private Sub OptWhite_Click()
txtInfo.BackColor = &H80000009
End Sub

bit of VB for u
 
Back
Top