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

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

本文简介:选择自 emag_pb 的 blog

如何在pb中制作特殊形状数据窗口或按钮

作者:lzp_lrp

责任编辑:lzp_lrp

 

以下是全部源码,感兴趣的朋友可以整个窗口的源代码导入到pbl里自己运行一下试试。

 

$pbexportheader$w_button.srw

forward

global type w_button from window

end type

type cb_11 from commandbutton within w_button

end type

type cb_10 from commandbutton within w_button

end type

type em_3 from editmask within w_button

end type

type em_2 from editmask within w_button

end type

type em_1 from editmask within w_button

end type

type cb_9 from commandbutton within w_button

end type

type cb_8 from commandbutton within w_button

end type

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

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

go top