XCodeFactory2.0
摘要:http://blog.csdn.net/zhuweisky 下载程序
阅读全文
posted @
2005-08-05 22:44
forrestsun
阅读(171)
推荐(0)
在VS.NET中的"添加新项"中创建用户自定义模板后的安装
摘要:http://www.codeproject.com/dotnet/Add_New_Item_Installer.asp Introduction Adding a project template entry into Visual Studio .NET’s “Add New Item” window seems like it should be a simple process, unti...
阅读全文
posted @
2005-07-23 09:59
forrestsun
阅读(521)
推荐(0)
C# SDI/MDI Application wizards
摘要:Supports VC#2002, 2003 and 2005 Download the installer (52kb) Two new C# project templates It's a fact of life that C# project templates provided by the VS.NET IDE lack SDI/MDI support. Since SDI/...
阅读全文
posted @
2005-07-23 09:43
forrestsun
阅读(1301)
推荐(0)
创建自定义的Visual Studio项模板
摘要:http://blog.csdn.net/i_like_cpp/archive/2005/01/30/273817.aspx 关键词: VisualStudio 模板 VSDIR VIZ 目的: 创建自己的Visual Studio类模板,以创建实现单例模式(Singleton)的类为例。 1、何为模板? 可以通过两个例子来简单说明一下。 当我们在Visual Stu...
阅读全文
posted @
2005-07-23 09:33
forrestsun
阅读(3810)
推荐(0)
Enterprise Templates(Microsoft)
摘要:Enterprise Templates: Building an Application Construction Kit in Visual Studio .NET 2003 Steven PowellVisual Studio TeamMicrosoft Corporation February 2002, revised April 2003 Summary: This pape...
阅读全文
posted @
2005-07-23 09:04
forrestsun
阅读(552)
推荐(0)
Creating Custom Project template Wizards Using C# and .NET(收)
摘要:http://www.c-sharpcorner.com/Code/2003/Nov/CustomWizard.asp Microsoft provides a host of project template wizards for creating your initial projects. These include template wizards for creating a Co...
阅读全文
posted @
2005-07-22 20:09
forrestsun
阅读(1544)
推荐(0)
工程模板向导参数(VS2003)参考
摘要:Template Component Description .vsz File This file is a text file containing information on which Wizard Dispatch interface to call, and the parameters to pass to the wizard. The default ...
阅读全文
posted @
2005-07-22 14:35
forrestsun
阅读(247)
推荐(0)
VSZ文件(VS2003)参考
摘要:VSZ文件是一个以VSZ为扩展名的文本文件,主要用来指定读取模板的实际名称格式如下VSWizard 7.0Wizard=VIDWizard.CBlankSiteWizard (or a GUID in the format {----))Param=Param=如果您对此感兴趣可以查阅以下微软网址http://msdn.microsoft.com/library/default.asp?url=...
阅读全文
posted @
2005-07-22 14:19
forrestsun
阅读(655)
推荐(0)
VSDir文件参数列表(VS2003)参考
摘要:VSDir文件是一个以vsdir为扩展名的文本文件,主要为VS.NET提供"添加新项","新建项目"对话框中的信息VSDir文件格式是以(|)来隔离同一条数据中的各个信息,以新的一行来代码一条新的数据信息格式如下:..\..\Projects\csharp building blocks\BusinessFacade.vsz|{AE77B8D0-6BDC-11d2-B354-0000F81F0C0...
阅读全文
posted @
2005-07-22 14:15
forrestsun
阅读(583)
推荐(0)
代码生成器与 .NET
摘要:Pierre CouzyWinWise 摘要:代码生成器是您日常生活中的一部分,即使您没有意识到这一点。Pierre Couzy 说明了如何在项目中利用它们。 本页内容 简介 工具和示例 版本控制 小结 简介 假设您在一家由 DBA 统治一切的公司里工作:您不能生成只是“到 Oracle 那里去取一些记录”的应用程序。您只能依靠存储过程,因为在该级别存在安全层。 生成...
阅读全文
posted @
2005-07-22 12:30
forrestsun
在 Visual Studio .NET 对话框中添加用于企业模板项目的自定义文件夹
摘要:Steven PowellVisual Studio TeamMicrosoft Corporation 2002 年 2 月 摘要:本文介绍如何在各种 Visual Studio .NET 对话框中创建顶层文件夹,方便地访问企业模板项目。读者应该熟悉 Visual Studio .NET 和企业模板。 目录 简介 在 New Project(新建项目)和 Add New Project...
阅读全文
posted @
2005-07-22 12:13
forrestsun
在VS.NET的"添加新选项"对话框中使用定义的代码生成器模板
摘要:原文地址:http://www.codeproject.com/dotnet/AddingTemplatesAddBox.asp 英文水平有限我就不翻译了,他主要的操作步骤如下 1、用记事本打开“Microsoft Visual Studio .NET 2003\VC#\CSharpProjectItems\LocalProjectItems\Code”文件夹下的code.vsdir文件找到下面...
阅读全文
posted @
2005-07-21 12:07
forrestsun
阅读(311)
推荐(0)