VCL.Net 之家

探讨VCL.Net的技术,特别是从VCL迁移到VCL.Net的经验和技巧

导航

公告

统计

07 2006 档案

How to show help (.CHM) in VCL.Net application?
摘要: I have tried several ways which are used to work for VCL application but no success. So I was wondering how a .Net application use help file written in CHM? By searching in CNBLOGS, I found the article 如何通过C#调用CHM帮助文件. So I wrote a test VCL.Net application which have a menu item named "PMOHelp1", its click event handler as below:
阅读全文

posted @ 2006-07-19 07:25 Bo Chen Lin 阅读(229) | 评论 (0) 编辑

Import from Excel - Continue 1
摘要: Here comes a solution:For each import sheet:1. Copy the sheet inot a temp table in the database(SQL Server)2. Run distribution SQL scripts to distribute the data from the temp table into other existin...阅读全文

posted @ 2006-07-14 09:07 Bo Chen Lin 阅读(370) | 评论 (0) 编辑

Import data from Excel
摘要: After some research on the internet, I found a lot articles regarding "Import data from Excel to database". There are a few ways to transfer data from an Excel sheet to a table in a database, the only...阅读全文

posted @ 2006-07-12 08:41 Bo Chen Lin 阅读(88) | 评论 (0) 编辑

Subversion安装记
摘要: SubVersion 安装 实验阅读全文

posted @ 2006-07-03 14:05 Bo Chen Lin 阅读(465) | 评论 (0) 编辑