如何让edit控件的文字从右边开始显示(1分)

  • 主题发起人 主题发起人 bottom
  • 开始时间 开始时间
B

bottom

Unregistered / Unconfirmed
GUEST, unregistred user!
如何让edit控件的文字从右边开始显示
 
&nbsp;SetWindowLong(Edit1.Handle,GWL_STYLE,GetWindowLong(Edit1.Handle,GWL_STYLE) or ES_RIGHT);<br>&nbsp; Edit1.Refresh;<br>
 
要是中间呢
 
谢谢你 !<br>要是中间呢?
 
ES_LEFT &nbsp; &nbsp;靠左<br>ES_CENTER &nbsp;居中<br>ES_RIGHT &nbsp; 靠右
 
后退
顶部