DragDrop 事件没作用 文件拖入
田螺 发布于 10-13
需要配置参数,选择目标-》右侧属性中的AllowDrop=true其次在右侧的事件中找到:DragDrop,DragEnter分别把下面两句拖进去主要是这两处代码:privatevoidForm1_DragEnter(objectsender,DragEventArgse){if(e.Data.GetDataPresent(DataFormats...
阅读(81) 评论(0)
田螺 发布于 10-13
需要配置参数,选择目标-》右侧属性中的AllowDrop=true其次在右侧的事件中找到:DragDrop,DragEnter分别把下面两句拖进去主要是这两处代码:privatevoidForm1_DragEnter(objectsender,DragEventArgse){if(e.Data.GetDataPresent(DataFormats...
阅读(81) 评论(0)
田螺 发布于 7-28
[MenuItem("Assets/一键替换DDS的贴图")]publicstaticvoidToChangeMaterialsDDS(){//获取选中目录下的所有Material类型文件对象UnityEngine.Object[]m_objects=Selection.GetFiltered(typeof(Material),Selection...
阅读(39) 评论(0)
田螺 发布于 3-27
XmlDocument xmlDocument = new XmlDocument(); xmlDocument.Load(conf);&nb...
阅读(56) 评论(0)
田螺 发布于 3-27
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.SqlClient;using System.Windows.Forms;namespa...
阅读(45) 评论(0)
田螺 发布于 3-27
using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Security.Cryptog...
阅读(67) 评论(0)
田螺 发布于 3-27
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using ...
阅读(156) 评论(1)
田螺 发布于 3-27
asp.net中文乱码的解决方法,原编码utf-8接受的是gb2312string strArcit = Request.ServerVariables["QUERY_STRING"]; string strtt = System...
阅读(85) 评论(0)
最新评论
文章不错交个朋友
签到成功!签到时间:2021/4/15 ...
[code]签到成功!签到时间:2021...
@田刚:回复看一下
利用jquery 来实现tag的切换函数...
喜欢 这个博客程序