AKever

导航

文章分类 -  C# APP

使用C# .Net开发APP
C# DataGridView
摘要:C# DataGridViewwarn:控件在选中行触发事件用到时:Mouse->CellClick事件 阅读全文

posted @ 2015-07-14 11:00 AKever 阅读(143) 评论(0) 推荐(0)

C# 文件写入读取与删除
摘要:C# 文件写入读取与删除namespace ProtocalPro{ class UdFileUtil { //写入 public static void writeToFile(string filePath, string content) ... 阅读全文

posted @ 2015-07-14 10:58 AKever 阅读(482) 评论(0) 推荐(0)

C# textbox 拖动控件 App(2) 向文本写入数据,或生成文本
摘要:C# textbox 拖动控件 App(2) 向文本写入数据,或生成文本1.控件的事件可右击控件->控件属性,进行设置2. 文件工具类(FileUtil.cs)同一个命名空间可直接调用using System;using System.Collections.Generic;using System... 阅读全文

posted @ 2015-07-10 18:44 AKever 阅读(323) 评论(0) 推荐(0)

Expression: _wpgmptr != NULL
摘要:Expression: _wpgmptr != NULL用途:得到当前可执行程序的全路径cocos2dx 3.6(3.7)版本直接强制取$(SolutionDir)$(Configuration).win32\, 改“工作目录”(调试)都不起作用static void _checkPath(){ ... 阅读全文

posted @ 2015-07-08 18:50 AKever 阅读(1825) 评论(1) 推荐(0)

C# textbox 拖动文件APP
摘要:C# textbox 拖动文件 APPvs2012, .net framework4.5-----------------------------------1.创建新工程Other Languages -> Visual C# -> Windows For App2.点击工程下面Form1.cs,... 阅读全文

posted @ 2015-06-20 20:49 AKever 阅读(390) 评论(0) 推荐(0)