Formlib TextAlignment

Jendy

New Member
When I try to use this it doesn't show TextAlignment in the intellihelp. and when running your TextStyle sample program it errors with "Input String was not in correct format" Please Help..???

Your Code was..

Sub App_Start
Form1.Show
flb.New1("Form1",B4PObject(1))
flb.SetFontStyle("Label1",true,true,true,true)
flb.TextAlignment("TextBox1",flb.alCenter) ***ERRORS on this line

End Sub

Jendy
 
Top