登录
首页 » C# » In. Net under floating toolbar and sample source code, similar to the VS.NET IDE...

In. Net under floating toolbar and sample source code, similar to the VS.NET IDE...

于 2022-01-28 发布 文件大小:912.50 kB
0 137
下载积分: 2 下载次数: 1

代码说明:

在.net下的浮动工具条源代码及示例,类似vs.net的IDE环境下的工具条,非常棒!而且有仿XP菜单![请将下载后的文件的扩展名更名为.msi]-In. Net under floating toolbar and sample source code, similar to the VS.NET IDE tool environment, the great! But also imitation XP menu! [Please download the file extension renamed. Msi]

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • jxxfc1
    介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的CC++文件,并在VC中调用(on how to convert documents into m VC dll with the available documents, In this chapter, how to use the compiler to convert documents into m corresponding to the C C paper and called in VC)
    2006-12-28 09:39:28下载
    积分:1
  • cengcipianli
    按照一定的输入求出二叉树的层次遍历,输出相应的结果(Calculated in accordance with the input binary tree traversal of the hierarchy, the output of the corresponding results)
    2012-06-08 21:44:41下载
    积分:1
  • FFT
    对一个含有多次谐波的信号作FFT变换,利用相关分析法提取它的工频信号。(For a signal containing multiple harmonics for FFT transform using correlation analysis to extract its frequency signal.)
    2013-06-20 09:10:53下载
    积分:1
  • 心形流水灯
    说明:  自己画的板子 程序是修改过的 更方便布线(Self-drawn boards are more convenient wiring with modifications)
    2020-06-19 22:00:01下载
    积分:1
  • student-management
    学生成绩管理系统附带数据库操作 完成成绩的增删改查以及不同用户的权限管理(Student achievement management system comes complete performance of operations CRUD and different user rights management)
    2015-11-11 13:27:43下载
    积分:1
  • PrintTest
    .net环境下实现斑马打印机控制打印,调用CodeSoft模板(Zebra printer controls printing and calls CodeSoft template under.Net environment.)
    2020-12-14 15:59:14下载
    积分:1
  • 单例模式-基本代码
    说明:  dahua hikvision test door access control
    2020-06-24 07:20:02下载
    积分:1
  • C# 使用Binding对象读取图像字段
    C# 数据库操作实例,使用Binding对象从数据库中读取图像字段,同时还演示了从SQL Server数据库读取图像,向SQL Server数据库添加图像。   向SQL Server数据库添加图像主要是在SQL Server Northwind数据库中创建图像数据表,添加图像数据参数值,从SQL Server数据库读取图像的代码如下:   private void button2_Click(object sender, EventArgs e)   {//从SQL Server数据库读取图像    var MySQL = "Select * From MyImageTable ";    var MyConnection = new System.Data.SqlClient.SqlConnection("Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True");    var MySet = new DataSet();    var MyAdapter = new System.Data.SqlClient.SqlDataAdapter(MySQL, MyConnection);    MyAdapter.Fill(MySet);    byte[] MyBytes = (byte[])MySet.Tables[0].Rows[0]["ImageData"];    var MyStream = new System.IO.MemoryStream(MyBytes);    this.pictureBox1.Image = Image.FromStream(MyStream);   }
    2022-01-25 16:04:56下载
    积分:1
  • USBCamera201310101556
    vs2010上做的基于DirectShow的usb摄像头的视频采集程序,可拍照。(vs2010 done on usb camera based on DirectShow video capture program, you can take pictures.)
    2013-10-16 22:52:47下载
    积分:1
  • STM32 硬件SPI_中文显示测试源码
    基于STM32F103的ST7735s芯片的LCD中文显示例程(LCD Chinese Display Routine Based on ST7735s Chip ST32F103)
    2020-11-16 15:29:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载