- 博客(10)
- 资源 (1)
- 收藏
- 关注
原创 vb.net 2005 web客户端异步下载文件
Private MyWebClient As WebClient Private Sub MyWebClient_DownloadFileCompleted(ByVal sender As System.Object, ByVal e As System.ComponentModel.AsyncCompletedEventArgs) If e.Error IsNot Noth
2008-07-17 09:53:00
910
原创 SMTP发送邮件
Option Strict OnImports System.Web.MailImports System.TextImports System.ServiceProcessPublic Class frmMain Inherits System.Windows.Forms.Form For use with the WndProc override routine
2008-07-15 14:39:00
1434
原创 平时积累的东西
以下是本人在学习 工作中,总结出来的,觉得对自己在开发过程中比较有用的东西: 1:播放音乐Private Declare Auto Function PlaySound Lib "winmm.dll" (ByVal lpszSoundName As String, ByVal hModule As Integer, ByVal dwFlags As Integer) As Intege
2008-07-15 09:25:00
764
原创 vss基本信息
VSS 的全称为 Visual Source Safe 。作为 Microsoft Visual Studio 的一名成员,它主要任务就是负责项目文件的管理,几乎可以适用任何软件项目。 源代码版本控制机制是现代软件开发中必不可少的管理机制之一,通常借助版本控制软件即Source Code Management(SCM) systems或者Version Control systems来实现。版本控
2008-07-15 08:08:00
497
转载 VB.NET CONTROL MICROSOFT PROJECT
IntroductionThis article give a small idea about how to start developing Microsoft Project application using Asp.net.As you all know microsoft project is tool used for creating schedules for project
2008-05-27 09:39:00
1055
转载 vb.net 获取系统语言
Private Declare Function GetSystemDefaultLCID Lib "kernel32 " () As Long Private Function GetOSLCID() As Integer Dim sysLCID As Long sysLCID = GetSystemDefaultLCID
2008-05-26 09:51:00
1585
原创 ABC分析法
ABC分析法 提出时间:1879年 提出人:意大利数理经济学家、社会学家维尔雷多·巴累托 提出背景: 1879年,巴雷托在研究个人的分布状态时,发现少数人的收入占全部人口收入的大部分,而多数人的收入却只占一小部分,他将这一关系用图表示出来,就是著名的巴雷托图,该分析方法的核心思想是在决定一个事物的众多因素中分清主次。识别出少数的但对事物起决定作用的关键因素和多数的但对事物影响较少的
2008-05-16 11:50:00
2705
原创 水晶报表常见问题以及解决方案
一:部署问题1,vs2005+cry 10 在制作安装文件时,下载CrystalReportsRedist2005_x86.msm,然后打包进去,然后部署在客户机上一般没有问题 2,vs2003+cry 10 http://support.businessobjects.com/communityCS/FilesAndUpdates/cr10_net_merge_modules_chs.zip.a
2008-05-08 17:20:00
1163
转载 vb.net 直接从服务器更新
IntroductionThis code enables an application to update itself when there is a new version available. The auto update is transparent to the user and checks for new updates every time the user launche
2008-04-16 15:08:00
991
转载 appupdater
使用AppUpdater组件 使用AppUpdater组件要用到下面这些文件:大家可以在http://windowsforms.net/downloads/GDN/dotnetupdater.zip 中下载文件名 功能描述AppStart.exe 类似中介代理的程序,由它来启动真正的应用程序。不直接启动主应用程序是为了防止主应用程序升级的过程中被锁
2008-04-16 14:10:00
1731
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人