上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 101 下一页
摘要: 写在前面:本文为即兴而作,因此难免有疏漏和词不达意的地方。在这里,非常期望您提供评论,分享您的想法和建议。 这是一篇介绍如何在WPF中实现拖放功能的短文。 首先要读者清楚的一件事情是:拖放主要分为拖放源和拖放目标两个组成。拖放源和拖放目标各自拥有不同的事件。软件开发人员需要在适当的事件中完成相应功能 阅读全文
posted @ 2017-09-27 15:50 龙骑科技 阅读(641) 评论(0) 推荐(0)
摘要: WPF 带CheckBox、图标的TreeView 在WPF实际项目开发的时候,经常会用到带CheckBox的TreeView,虽然微软在WPF的TreeView中没有提供该功能,但是微软在WPF中提供强大的ItemTemplate模板功能和自定义样式,那我们可以自己写一个这样的控件供自己使用。 我 阅读全文
posted @ 2017-09-05 16:08 龙骑科技 阅读(761) 评论(0) 推荐(0)
摘要: 在WPF+WMMV模式中使用键盘和鼠标事件的绑定代码如下: <TextBox x:Name="SearchBox" Text="{Binding SearchText}" Width="246" Height="24" HorizontalAlignment="Right" PreviewKeyDo 阅读全文
posted @ 2017-08-10 11:11 龙骑科技 阅读(8315) 评论(1) 推荐(0)
摘要: dev TreeList拖拽 一、说明 使用dev控件,TreeList1向TreeList2拖拽 二、属性 //允许拖拽 treeList1.AllowDrop = true; treeList2.AllowDrop = true; //允许多行选择 treeList1.OptionsSelect 阅读全文
posted @ 2017-07-31 10:23 龙骑科技 阅读(1765) 评论(0) 推荐(0)
摘要: 原方法: public ProductDC[] GetProductQueryCondition(ProductQueryConditionDC filter){//红色为原来的联合条件(之后下面的修改过的方法是使用了,相关的条件联合方法) var datas = Repository.LoadEn 阅读全文
posted @ 2017-07-04 18:56 龙骑科技 阅读(334) 评论(0) 推荐(0)
摘要: 设置方法: 一:Form对象 属性: 设计中的Name:窗体类的类名AcceptButton:窗口的确定按钮CancelButton:窗口按ESC的取消按钮 1.外观 Backcolor:背景颜色Forecolor:字体颜色backgroundImage:背景图片Font:设置字体Formborde 阅读全文
posted @ 2017-06-15 10:06 龙骑科技 阅读(6156) 评论(0) 推荐(0)
摘要: http://jingyan.baidu.com/article/c74d6000840b260f6b595d78.html 阅读全文
posted @ 2017-05-18 13:06 龙骑科技 阅读(702) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.OleDb; using System.Data.SqlClient; 阅读全文
posted @ 2017-05-17 16:44 龙骑科技 阅读(446) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.OleDb; using System.Data.SqlClient; 阅读全文
posted @ 2017-05-17 10:19 龙骑科技 阅读(4771) 评论(0) 推荐(0)
摘要: 界面如下: using DevExpress.XtraBars.Docking; using DevExpress.XtraEditors; using NewPwrDY.DBEntity; using System; using System.Collections.Generic; using 阅读全文
posted @ 2017-05-12 13:29 龙骑科技 阅读(1691) 评论(0) 推荐(0)
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 101 下一页