I'm creating an enhanced textbox Active X
control and I want to include text alignment
property at runtime for the control. Alignment property in VB6 is design time only
so I can't use this. I have tried the API SetTextAlign but it doesn't work. Got suggestions?


Reply With Quote