随笔分类 -  VB.Net

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Public Property CurrentPage() As PageType Get If Not ViewState("CurrentPa... 阅读全文
posted @ 2008-08-28 11:17 sekihin 阅读(303) 评论(0) 推荐(0) 编辑
摘要:VB.NET Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->' sortbyvalue.vb Imports System Imports System.Net Imports System.Text.RegularExpressions... 阅读全文
posted @ 2008-08-27 13:20 sekihin 阅读(4391) 评论(1) 推荐(0) 编辑
摘要:变弱类型为强类型 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Public Function IIf(Of T)(ByVal expression As Boolean, _ ByVal ... 阅读全文
posted @ 2008-08-01 10:10 sekihin 阅读(566) 评论(0) 推荐(0) 编辑
摘要:1权限的话给EXE文件加上aspnet账号就没问题了。->失败 2网页测试Console是否通过 ->失败 3 ->失败 4.异步调用 异步WebService调用 http://www.cnblogs.com/jigee/archive/2007/01/11/617375.html C# 中启动进程的三种方法 http://www.cnblogs.com/xiongeee/archive/20... 阅读全文
posted @ 2008-07-29 16:04 sekihin 阅读(3571) 评论(0) 推荐(0) 编辑
摘要:Webform调用Winform,通过QueryString给Winform传值 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->Dim args As String() = WebCommandLineHelper.GetCommandLi... 阅读全文
posted @ 2008-07-12 17:01 sekihin 阅读(580) 评论(0) 推荐(0) 编辑
摘要:启动EXE Dim info As System.Diagnostics.ProcessStartInfo info = New System.Diagnostics.ProcessStartInfo() info.FileName = EXE_NAME info.Arguments = arg1 &... 阅读全文
posted @ 2008-04-01 09:33 sekihin 阅读(784) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Dim dt As DateTime = DateTime.Now '当前时间 Dim startWeek As DateTime = dt.AddDays(1 - Convert.To... 阅读全文
posted @ 2008-03-27 08:07 sekihin 阅读(1323) 评论(5) 推荐(0) 编辑
摘要:这个数据表提供了一个全面的Visual Studio 2008 IDE产品比较。 Visual Studio 2008 IDE产品包括以下11个版本 Visual Web Developer 2008 Express Edition Visual Basic 2008 Express Edition Visual C# 2008 Express Edition Visual C++ 2008 ... 阅读全文
posted @ 2008-03-17 08:48 sekihin 阅读(667) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->Module Module1 Public Enum BookType Ticket Trip Hotel End Enum ... 阅读全文
posted @ 2008-01-03 16:48 sekihin 阅读(385) 评论(0) 推荐(0) 编辑
摘要:C#格式化数值结果表 字符 说明 示例 输出 ... 阅读全文
posted @ 2008-01-03 16:32 sekihin 阅读(333) 评论(0) 推荐(0) 编辑
摘要:随着VBx对动态编程的更多支持计划,现在来讨论Visual Basic中已经存在的动态属性是个不错的时机。这一部分,我们讨论多重分派(Multiple Dispatch)。 阅读全文
posted @ 2007-09-11 13:21 sekihin 阅读(568) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Imports SystemImports System.DataImports System.Data.CommonNamespace DataUtils Public Class DataRea... 阅读全文
posted @ 2007-07-11 13:24 sekihin 阅读(956) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Public Function ConvertDataReaderToDataSet(ByVal reader As _ SqlDataReader) As DataSet ... 阅读全文
posted @ 2007-07-11 13:21 sekihin 阅读(1215) 评论(0) 推荐(0) 编辑
摘要:Sql与Asp.Net数据类型对应 阅读全文
posted @ 2007-07-11 11:50 sekihin 阅读(1199) 评论(0) 推荐(0) 编辑
摘要:VB C#语法对比 阅读全文
posted @ 2007-07-11 10:18 sekihin 阅读(568) 评论(0) 推荐(0) 编辑
摘要:1.使用ASCX(web user control)引入共同的页面构图 2.用web.config配置管理接口 3.使用PlaceHolder代替Response.Write向前端输出消息 4.设计一个类. 结构化地保存数据. 封装对session或者cookie的访问. 5.用forms验证或者windows验证代替session验证身份 6.只有在以页为程序单元的时,使用Response.R... 阅读全文
posted @ 2007-07-05 10:48 sekihin 阅读(180) 评论(0) 推荐(0) 编辑
摘要:在安装目录下新建一个NDocGui.exe.config 文件设定如下内容 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文
posted @ 2007-06-13 12:27 sekihin 阅读(254) 评论(0) 推荐(0) 编辑
摘要:Bindable 布尔型,为true时表示VS.NET将在数据绑定对话框中显示该控件 Browsable 布尔型,表示该控件是否在设计视图中显示? Category 当Properties按类别排序时,决定控件所属的种类。 DefaultValue 缺省值。 Description 在Properties面板中的描述框中显示的文本内容。 Code highlighting produced by... 阅读全文
posted @ 2007-06-13 11:00 sekihin 阅读(3971) 评论(1) 推荐(0) 编辑
摘要:ASCII = American Standard Code for Information Interchange Ascii 代码表 Ascii 0 {Nulo, Sem Som} Ascii 1 Ascii 2 Ascii 3 Ascii 4 Ascii 5 Ascii 6 Ascii 7 Ascii 8 {BackSpace} Ascii 9 {Tab} Ascii ... 阅读全文
posted @ 2007-06-11 12:24 sekihin 阅读(27106) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示