登录
首页 » .net » 找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径 把程序mycontrol.cls放到有csc.exe的路径下*:*****再启动cm

找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径 把程序mycontrol.cls放到有csc.exe的路径下*:*****再启动cm

于 2023-06-20 发布 文件大小:2.28 kB
0 156
下载积分: 2 下载次数: 1

代码说明:

找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径 把程序mycontrol.cls放到有csc.exe的路径下*:*****再启动cmd.exe 如在C:WINDOWSMicrosoft.NETFrameworkv2.0.50727 /t:library /out:mycontrol.dll /r:system.dll,system.web.dll mycontrol.cls 然后enter,就ok了 然后把在C:WINDOWSMicrosoft.NETFrameworkv2.0.50727下 生成的mycontrol.dll拷到网站的根目录下的bin文件下 -Find csc.exe file, and then use the search function search csc.exe, find the path of the csc.exe process mycontrol.cls have put the path*: ***** again start cmd.exe in C: WINDOWSMicrosoft. NETFrameworkv2.0.50727/t: library/out: mycontrol.dll/r: system.dll, system.web.dll mycontrol.cls and then enter, and then on ok in the C: WINDOWSMicrosoft.NETFrameworkv2.0.50727 generated mycontrol.dll Kaodao site under the root directory under the bin file

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

发表评论

0 个回复

  • asp,net网页聊天室
    网页动态聊天室,支持注册及帐号分配,可用户名及帐号两种登录方式。
    2022-12-01 06:05:04下载
    积分:1
  • littlecase2
    1.
    2006-01-31 11:49:53下载
    积分:1
  • SerialPortElf
    说明:  调试使用的串口助手,程序源码,功能齐全,可以调试程序(Serial Port Assistant for Debugging, Program Source Code, Full-featured, Debugging Program)
    2019-03-13 22:54:42下载
    积分:1
  • System will automatically delete the directory of debug and release, so please d...
    System will automatically delete the directory of debug and release, so please do not put files on these two directory
    2022-03-11 16:33:39下载
    积分:1
  • 简单聊天室
    说明:  实现简单聊天室功能。共需要实现至少两个页面,一是登录页面。用户输入用户名即可登录到聊天室。二是聊天页面。这个页面中可以显示所有人的聊天记录,显示在线人员列表,显示在线人数。同时用户也可以在这个页面即时发送聊天的信息。用户首先通过登录页面完成登录后,系统自动跳转到聊天页面。(Realize the function of simple chat room. To achieve at least two pages, is a login page. The user to enter a user name to log on to a chat room. Two is chat page. This page can show everyone's chat record, display online personnel list, display the number of online. At the same time, users can also on the page immediately send chat messages. The user first login page to complete the login, the system automatically jump to the page to chat.)
    2017-11-04 14:23:15下载
    积分:1
  • 电子称插件,安装自动获取电子称数据(带测试程序)
    电子称插件,安装自动获取电子称数据(带测试程序)
    2022-03-19 12:45:31下载
    积分:1
  • ScrollTable
    asp.net开发的自定义列表控件已完成功能:拉动滚动条自动加载数据、固定表头、固定列、跟查询绑定、鼠标单元格悬浮提示、自定义单元格宽度、自定义单元格文本位置(居中、居左、居右)、单元格数据格式化(文本、长日期、短日期、货币) (list of custom controls asp.net development completed: pull the scroll bar automatically load data, fixed header, fixed columns, with query bind mouse cell suspension prompted custom cell width, custom cell text position (center, left hand side, right hand side), the cell data formatting (text, long date, short date, currency))
    2012-10-30 15:09:04下载
    积分:1
  • 谈谈类和结构的区别? 最大区别一个是引用类型,一个是值类型 默认成员访问为public是另外一个区别 1. 在.net(C# or vb.net)中如何...
    谈谈类和结构的区别? 最大区别一个是引用类型,一个是值类型 默认成员访问为public是另外一个区别 1. 在.net(C# or vb.net)中如何获得当前窗体或控件的句柄,特别是控件本身的句柄(请列举)。 this(C#) Me(vb.net). 2在.net(C# or vb.net)中如何用户自定义消息,并在窗体中处理这些消息。 在form中重载DefWndProc函数来处理消息: protected override void DefWndProc ( ref System.WinForms.Message m ) { -To talk about the difference between Class and structure? Greatest difference between a reference type, a value type is the default access for members of public is another difference between 1.. Net (C# Or vb.net) in the current form or how to obtain a handle to control, especially control their own Handle (please list). this (C#) Me (vb.net) .2 in. net (C# or vb.net) How user-defined message, and deal with these messages in the form. In the form of heavy-duty DefWndProc function to deal with the news: protected override void DefWndProc (ref System.WinForms.Message m) (
    2022-05-05 22:56:50下载
    积分:1
  • 图像格式转换程序
    翻译 maninwest@Codeforge 作者:Mohd Arshad (Sam)@CodeProject 有时需要更改上传图片的格式。通常我们会给用户提供上传任意格式图片的自由,然后处理为单一的  .jpg.格式。 .NET 为此需求提供扩展支持。.NET 支持的常见格式有.BMP, .EMF, .GIF, .ICO, .JPG, .PNG, .TIF 和 .WMF.使用代码在演示程序中,我在根目录下放置了2 个空文件夹。一个用于存放原始文件,另一个存储转换后的文件。Default.aspx 页上有个FileUpload 控件,通过此控件用户可以上传.JPG, .PNG 和 .BMP 格式的图片。有一个DropDownList,用户可以从中选择结果图像格式。有个按钮,单击后显示已经处理的图像要让程序运行,首先需要添加 3 个命名空间,提供使用 ‘Path’, ‘Bitmap’ 和‘ImageFormat’ 类的授权。命名空间为:using System.IO; using System.Drawing; using System.Drawing.Imaging;以下为负责图像处理的按钮的句柄函数:protected void btnResults_OnClick(object sender, EventArgs e) { if (Page.IsValid && fpImage.HasFile) { string tmpName = Guid.NewGuid().ToString(); fpImage.SaveAs(MapPath("~/Original Images/" +
    2022-05-17 17:41:32下载
    积分:1
  • Demo200705072
    ASP.NET 2.0 快速入门(14):ASP.NET 2.0管理你的asp.NET应用(ASP.NET 2.0 Quick Start (14) : ASP.NET 2.0 asp.NET management of your application)
    2007-05-07 14:44:28下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载