-
C# 酒店数据管理系统(含数据库)源码下载
酒店管理系统源码 登陆账号密码 均是 admin 客房管理
- 2015-03-04下载
- 积分:1
-
ComboBox 绑定List ArrayList 数据源示例源码- 自定义类(多字段) DisplayMember
msdn说: DisplayMember is set to the comboBox control, it uses the default ToString of the object,
- 2014-08-24下载
- 积分:1
-
C#中调用VC++的DLL
[DllImport("diaCallBackDll.dll")] public static extern void show(); [DllImport("diaCallBackDll.dll", CallingConvention = CallingConvention.StdCall)] public static extern int add_CallBack_test(int a, int b, cb_func f); public static void cb_funcc(int re) { Console.WriteLine("result=[{0}]", re); return; } static void Main(string[] args) { //show(); int i = add_CallBack_test(7, 2, cb_funcc); Console.Read(); }
- 2015-01-05下载
- 积分:1
-
C# 电子白板(2套源码)
C# 电子白板(2套源码)
- 2020-05-18下载
- 积分:1
-
Jquery 相册插件 完整示例源码下载
Jquery 相册插件 完整示例源码下载
- 2014-02-03下载
- 积分:1
-
微信群发Web请求C#源码
微信群发Web请求C#源码
- 2020-12-12下载
- 积分:1
-
遗传算法的航路规划.rar
遗传算法、航迹规划
- 2021-05-06下载
- 积分:1
-
动画效果浮动窗体实例
private void StopRectTimer_Tick(object sender, EventArgs e) { //如果鼠标在窗体上,则根据停靠位置显示整个窗体 if (this.Bounds.Contains(Cursor.Position)) { switch (this.StopDock) { case AnchorStyles.Top: this.Location = new Point(this.Location.X, 0); break; case AnchorStyles.Bottom: this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height); break; case AnchorStyles.Left: this.Location = new Point(0, this.Location.Y); break; case AnchorStyles.Right: this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y); break; } } else //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体 { switch (this.StopDock) { case AnchorStyles.Top: this.Location = new Point(this.Location.X, (this.Height - 3) * (-1)); break; case AnchorStyles.Bottom: this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5); break; case AnchorStyles.Left: this.Location = new Point((-1) * (this.Width - 3), this.Location.Y); break; case AnchorStyles.Right: this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y); break; } } }
- 2015-06-10下载
- 积分:1
-
NPOI导出EXCEL文件
【实例简介】
NPOI导出EXCEL文件
- 2021-06-02 00:31:33下载
- 积分:1
-
C++ 三维折线图(提高篇-实例516).zip
C++ 三维折线图(提高篇-实例516).zip
- 2019-10-02下载
- 积分:1