Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • MyCOMAddin.rar 一个C#的外接程序,主要就是在offcie里添加一个button,来实现多个工具的功能!~
  • MyPaintDC.rar 利用MFC画图和GUI函数,构造自己的虚拟窗口和各种控件(如LISTBOX,CHART,BUTTON,HYPERLINK,SCROLL WINDOW,TAB WINDOW)
  • PDFbook.rar ... SET FORTH BELOW AND ARE WILLING TO BE LEGALLY BOUND BY THEM, PRESS THE I AGREE BUTTON TO CONTINUE WITH THE SETUP. IF YOU DO NOT AGREE TO SUCH TERMS AND CONDITIONS, PRESS THE I DON T AGREE BUTTON TO ABORT THE INSTALLATION.
  • BorderL.rar java button简单的一个小例子 我是一个初学者
  • ArielBrowseFolder.zip A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing the ...
  • myColorButton.rar 选择颜色的Button控件,经过我的改写,支持空值颜色.
  • FormDialog.rar 在mfc环境下建立带有文本控件,还有BUTTON控件的Dialog,并且输入到文本控件中内容时,还可以再弹出一个小对话框,用以显示,是一个建立对话框的小程序
  • ongame.rar ... for the game includes a number of displays, each with a button and -- a light, that each represent a bin that can store ... his hand. The hand is represented by a -- diplay itself (no button). -- -- Each player has a home bin, located on opposite sides ...
  • CCHDUlink.rar 本题所涉及的有关操作是从控件中选择所要创建的链表的类型(用VC的Radio Button 实现选择),然后在编辑控件(Edit Button)中输入数据,然后创建链表时从控件中截取数据,转化为数学数据后,通过对链表入链操作,从而建立起一个链表。链表建立起来后,要求在窗口 ...
  • drawbutton.rar .net 控件的自绘,同样比 MFC 的控件自绘要轻松许多,我们就拿最常用的 Button 控件下手吧。