自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (5)
  • 收藏
  • 关注

原创 C#如何实现窗体间数据互访?

C#如何实现窗体间数据互访?例:建一个C#的应该程序,做二个窗体,每个窗体上加一个按扭,当点第一个窗体(主)时,把第二个窗体标题改为222222并显示出来(连续点击多次而不New多少出来),然后单击第二个窗体(222222)上的按扭,将第一个窗体(主)的标题修改为111111111即可。 我用 VB.net 里的方法将其转为C#private static Form1 m_Form = new F

2006-10-23 15:36:00 804

notepad2源代码src

notepad2源代码src.zip Notepad2 Source Code This package contains the full source code of Notepad2 2.1.19 for Windows. Project files for Visual C++ .NET 7.0 are included. I think it's possible to build Notepad2 with other development tools, but I'm sorry I have no further information on this topic. To be able to rebuild Notepad2, the source code of the Scintilla editing component (available from http://www.scintilla.org) has to be unzipped to the "Scintilla" subdirectory of the Notepad2 source code directory. Notepad2 2.1.19 has been created with Scintilla 1.76. The following modification to the Scintilla source code is necessary: Scintilla/src/KeyWords.cxx: #define LINK_LEXER(lexer) extern LexerModule lexer; ... must be replaced with: #define LINK_LEXER(lexer) void(0)

2009-08-17

笔记本电池监控器Ver 1.2.0源码

这个源代码主要基于笔记本电池电量监控,提供了图形界面显示笔记本电脑电池电量状态。程序可以在系统托盘中更好的显示的您手提电脑电池的功率表. 显示电池图标样式可以自定义选择,以及设置图标大小和显示透明度。支持电池及交流电状态检测和动画显示。

2009-08-17

飞信接口fetion

fetion.dll 直接调用飞信接口发送短信!

2009-08-17

废客列表分页JS效果

{ this.srcName= srcName; this.dstName= dstName; this.curP= 1;//默认当前页为第一页 this.cntPP= cntPP || 2;//默认每页两条纪录 this.cntPS= cntPS || 3;//默认每页显示5个分页上下文 this.items= []; this.showPNP= true;/*显示上下页链接*/ this.showType= true;/*滑动分页*/ this.result= {pagedata:[],pagebar:'',limit:[0,0],report:''}; this.parse();/*总纪录数*/ }

2008-10-20

js分页效果2兼容FOX

<style type="text/css" title="currentStyle" media="screen"> /* Paginator */ .paginator { font: 14.8px normal Arial, Helvetica, sans-serif; color: #666666; margin-top: 10px; margin-bottom: 5px; line-height: 150%; background-color: #EEFFEE; text-align: center; } .paginator a, .thispage, .break { padding: 2px 4px; } .paginator .prev { margin-right: 20px; } .paginator .next { margin-left: 20px; } .paginator .count { margin-left: 20px; font-size: 11px; } </style>

2008-10-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除