Welcome![Sign In][Sign Up]
Location:
Search - usercontrol

Search list

[ICQ-IM-Chatxmsn

Description: msn連線客戶端1.2 Just a note: I am not going to write out and explain everything that is in the code. This txt file will be an explanation of the Events and Methods in the UserControl. Please do not email me asking me about the protocol. Also, the client I put together for you is a simple example of how to use the code in the UserControl. It was thrown together rather quickly and is used for example purposes only. You can do whatever you like when you make your own. **Please note: File Transfer is included in this release. I was going to wait until I finished up with voice chat and video conferencing, but, I am working on game development right now and this code has just been sitting on my hd. Also, this is now coded for protocol vers 7. Also a few fixes were made, one of those was with the %20 symbols in names. -msn client connections 1.2 Just a note : I am not going to write out and explain everythin g that is in the code. This txt file will be an Expl anation of the Events and Methods in the UserCon 17025. Please do not email me asking me about the p rotocol. Also, the client I put together for you is a simple exam ple of how to use the code in the UserControl. It w as thrown together rather quickly and is used fo r example purposes only. You can do whatever you like when you make your own. ** Please note : File Transfer is included in this release. I was going to wait until I finished up with voice chat and video conferencing, but, I am working on right now game development and th is code has just been sitting on my hd. Also, this is now coded for protocol vers 7. Also a few f ixes were made. o
Platform: | Size: 136451 | Author: Samuel | Hits:

[Other resourceUserControl

Description: 用c#实现动态点阵(x,y),数据来源不限。-with dynamic lattice (x, y), the open-source data.
Platform: | Size: 9722 | Author: 苏大亮 | Hits:

[CSharpUserControl-generateChart

Description: 将生成图片的代码封装到一个用户控件里,每次直接在程序中防一个用户控件就可以生成图表-will generate the code to a user Packaging Controls, Every time directly in the process of defense controls on a user can generate charts
Platform: | Size: 2931 | Author: xiongyanfan | Hits:

[TreeViewDynamic_TreeView

Description: Danymic Treeview Usercontrol for VB6
Platform: | Size: 1737031 | Author: Stephen | Hits:

[CSharpUserControl-generateChart

Description: 将生成图片的代码封装到一个用户控件里,每次直接在程序中防一个用户控件就可以生成图表-will generate the code to a user Packaging Controls, Every time directly in the process of defense controls on a user can generate charts
Platform: | Size: 3072 | Author: xiongyanfan | Hits:

[TreeViewDynamic_TreeView

Description: Danymic Treeview Usercontrol for VB6
Platform: | Size: 1736704 | Author: Stephen | Hits:

[CSharpMyprogram

Description: 本文件中包括三个实例,override\class\usercontrol,可以帮助初学者对C#有更多的认识~-err
Platform: | Size: 67584 | Author: 杨海 | Hits:

[GUI DevelopUserControl

Description: 使用UserControl技术编写一个翻页控件-UserControl technology used to prepare a page control
Platform: | Size: 98304 | Author: 肖佳 | Hits:

[.netTouchScreenKeyBoard

Description: Touchscreen Keyboard UserControl with DOTNET
Platform: | Size: 37888 | Author: farihi | Hits:

[Windows DevelopMonthCalendarSample

Description: WPF UserControl 製作的日曆元件案例,是個很好的學習資料-WPF UserControl calendar components produced by the case, it is a very good learning materials
Platform: | Size: 297984 | Author: jjnnykimo | Hits:

[CSharpusercontrol

Description: 用C#写的一个画曲线的控件,可直接在窗体中调用,适合初学者学习用-Usercontrol by C#
Platform: | Size: 508928 | Author: kele | Hits:

[Chess Poker gameshzlai.net_WoodFoxWeiQi_v0.03

Description: Silverlight 开发的围棋在线对弈程序 首先,介绍下围棋的简单规则:黑白双方交替落子,以占据棋盘上交叉点多者为胜。同时,双方为了争夺地盘,可能会发生“对杀”。一个棋子周围接触的空白交叉点数目叫做“气”,如果一个或多个棋子周围的气都被对方封死,气数=0,则这些棋子就称为死棋,需要从棋盘上移去。 1. 我们打算在界面的左侧显示棋盘,而右侧是功能区域。 2. 棋盘是由19道横线,19道竖线,以及9个星位的标志组成的。为了方便查找棋盘上的位置,我们在棋盘的四周可能需要加上坐标。目前我们先只在左侧和上方加上坐标。右边和下面的位置留在那里。 为了重用代码,并且开始开发围棋程序的界面控制功能,我们考虑用 MVC 架构来对前面的程序进行一点小的修改,这样方便扩展功能。 需要引入几个枚举,以及帮助类 创建了 Model 和 Controller 对象,然后在 Controller 的构造函数中,将执行 View 的初始化动作,并将生成的 UserControl 对象赋给 Application.Current.RootVisual,从而达到显示 View 的目的-Silverlight 开发的围棋在线对弈程序 首先,介绍下围棋的简单规则:黑白双方交替落子,以占据棋盘上交叉点多者为胜。同时,双方为了争夺地盘,可能会发生“对杀”。一个棋子周围接触的空白交叉点数目叫做“气”,如果一个或多个棋子周围的气都被对方封死,气数=0,则这些棋子就称为死棋,需要从棋盘上移去。 1. 我们打算在界面的左侧显示棋盘,而右侧是功能区域。 2. 棋盘是由19道横线,19道竖线,以及9个星位的标志组成的。为了方便查找棋盘上的位置,我们在棋盘的四周可能需要加上坐标。目前我们先只在左侧和上方加上坐标。右边和下面的位置留在那里。 为了重用代码,并且开始开发围棋程序的界面控制功能,我们考虑用 MVC 架构来对前面的程序进行一点小的修改,这样方便扩展功能。 需要引入几个枚举,以及帮助类 创建了 Model 和 Controller 对象,然后在 Controller 的构造函数中,将执行 View 的初始化动作,并将生成的 UserControl 对象赋给 Application.Current.RootVisual,从而达到显示 View 的目的
Platform: | Size: 167936 | Author: zy | Hits:

[CSharpUserControl

Description: C# 用户控件制作,源码示例+Word文档教程-C# user control production, sample source code+ Word document tutorial
Platform: | Size: 79872 | Author: 赵斌斌 | Hits:

[CSharpLoading_Web_User_Controls_Dynamically_in_ASP.NET20

Description: 动态添加控件 UserControl 动态添加控件 UserControl
Platform: | Size: 6144 | Author: ChunYoung | Hits:

[Other systemsUserControl

Description: Controle de usuarios
Platform: | Size: 350208 | Author: ted | Hits:

[.netUserControl

Description: 一个ASP.NET的自定义控件,简单完整,请大家多多下载-UserControl
Platform: | Size: 3072 | Author: 蕊蕊 | Hits:

[Web ServerUserControl

Description: 实现用户自定义分页及数据的导入与导出,可实现文件名自定义。-Achieve user-defined paging and data import and export, custom file name can be realized.
Platform: | Size: 4096 | Author: xyz | Hits:

[CSharplistview-and-usercontrol

Description: listview和usercontrol的一个实例,详细说明见附的pdf文档-listview and an instance of usercontrol, detailed description of the pdf document Annex
Platform: | Size: 569344 | Author: 俞健聪 | Hits:

[SQL ServerBookControls

Description: WPF和Silverlight的BookControls源码 人们可以比较代码(非常相似)之间的WPF和Silverlight控件的行为,我保留了相同的CodePlex项目整个解决方案。 Silverlight的控制是一个有点不同: 它是一个UserControl的。 本机的数据连接数据虚拟化建议。 动画“移动到下一个/上表”蓬勃生机的代码页的转折点,使您不必翻开新的一页手动。 DisplayMode(正常/页缩放)让您能够专注于一,而不是整本书当前页。激活的页面上的“缩放”, 您可以调用MoveToPreviousPage / MoveToNextPage,将动画页面的转折点,同时保持当前页上的焦点。 -WPF and Silverlight BookControls people can compare the source code (very similar) between the behavior of WPF and Silverlight control, I kept the same CodePlex project that the entire solution. Silverlight control is a bit different: it is a UserControl' s. The machine data virtualization data connection recommended. Animation " move to the next/previous table" vitality of the code page of the turning point, so you do not have to manually turn the page. DisplayMode (normal/page zoom) lets you focus on one, rather than the whole book the current page. Activated on the page " zoom" , you can call MoveToPreviousPage/MoveToNextPage, the animated page turning point, while maintaining the focus on the current page.
Platform: | Size: 2933760 | Author: 陈晓 | Hits:

[Delphi VCLusercontrol-sd-master

Description: User-Control component
Platform: | Size: 2895872 | Author: news12 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net