如何在PB中制作特殊形状数据窗口或按钮[16]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 emag_pb 的 blog

fontcharset fontcharset = gb2312charset!

fontpitch fontpitch = variable!

string facename = "宋体"

string text = "圆形花边"

end type

 

event clicked;//////////////////////////////////////////////////

//                                                                         //

//                 测试用数据(窗口多边形)                    //

//                                                                         //

//////////////////////////////////////////////////

 

long ll_handle, ll_data

ws_position lws_pointapi[]

long ll_xpos, ll_ypos, ll_width, ll_height

long ll_xnum, ll_ynum

long ll_x, ll_y, ll_flower = 20

long ll_i, ll_k

 

ll_xpos = 1

ll_ypos = 1

本文关键:如何在PB中制作特殊形状数据窗口或按钮
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top