Click here to Skip to main content
15,896,476 members
Home / Discussions / C#
   

C#

 
Questionhow to run the algorithm whose code is given in c# Pin
gcmishra18-May-04 1:08
gcmishra18-May-04 1:08 
AnswerRe: how to run the algorithm whose code is given in c# Pin
Colin Angus Mackay18-May-04 1:17
Colin Angus Mackay18-May-04 1:17 
GeneralAdding and Retriving Values From Registry Pin
Anonymous18-May-04 1:07
Anonymous18-May-04 1:07 
GeneralRe: Adding and Retriving Values From Registry Pin
Aryadip18-May-04 1:22
Aryadip18-May-04 1:22 
GeneralRe: Adding and Retriving Values From Registry Pin
johnny.vilhjalmsson18-May-04 2:32
johnny.vilhjalmsson18-May-04 2:32 
GeneralCustom project and custom code pages Pin
narada10818-May-04 1:07
narada10818-May-04 1:07 
GeneralRe: Custom project and custom code pages Pin
Dave Kreskowiak18-May-04 2:34
mveDave Kreskowiak18-May-04 2:34 
GeneralRe: Custom project and custom code pages Pin
Heath Stewart18-May-04 4:11
protectorHeath Stewart18-May-04 4:11 
How I figured it out (and use it quite often) - go to the installation directory for the VC# or VB.NET in the Visual Studio .NET directory and look at the file structure. Creating a new project or item type is as simple as defining a .vsdir file that points to the wizard files in a sibling directory. These files are either simple templates or contain multiple files that you can use variable replacement. VS.NET defines several variables and you can define your own using a set of HTML files for any wizards and a/some javascript file(s).

If you want more information beyond what you can discover for yourself, you'll need to get Visual Studio .NET Enterprise Architect which includes templates and documentation for creating templates. There is some vague information in MSDN Library[^] about this, but it doesn't tell you much beyond what you can discover and most of the time refers you to use the Enterprise Architect project for creating templates.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Custom project and custom code pages Pin
narada10818-May-04 5:40
narada10818-May-04 5:40 
GeneralRe: Custom project and custom code pages Pin
Heath Stewart18-May-04 5:46
protectorHeath Stewart18-May-04 5:46 
GeneralRe: Custom project and custom code pages Pin
narada10818-May-04 6:14
narada10818-May-04 6:14 
GeneralRe: Custom project and custom code pages Pin
Heath Stewart18-May-04 6:22
protectorHeath Stewart18-May-04 6:22 
GeneralRe: Custom project and custom code pages Pin
narada10818-May-04 6:29
narada10818-May-04 6:29 
GeneralRe: Custom project and custom code pages Pin
Heath Stewart18-May-04 6:39
protectorHeath Stewart18-May-04 6:39 
GeneralRe: Custom project and custom code pages Pin
narada10818-May-04 6:47
narada10818-May-04 6:47 
GeneralRe: Custom project and custom code pages Pin
Heath Stewart18-May-04 6:57
protectorHeath Stewart18-May-04 6:57 
GeneralRe: Custom project and custom code pages Pin
narada10818-May-04 7:01
narada10818-May-04 7:01 
GeneralRe: Custom project and custom code pages Pin
narada10819-May-04 2:55
narada10819-May-04 2:55 
GeneralWindows media encoder and server Pin
koala8118-May-04 0:24
koala8118-May-04 0:24 
GeneralRe: Windows media encoder and server Pin
Dave Kreskowiak18-May-04 2:29
mveDave Kreskowiak18-May-04 2:29 
GeneralPic in databse Pin
sreejith ss nair17-May-04 23:58
sreejith ss nair17-May-04 23:58 
GeneralRe: Pic in databse Pin
Heath Stewart18-May-04 4:21
protectorHeath Stewart18-May-04 4:21 
Generalthe global Hook doesnt work Pin
fu017-May-04 23:34
fu017-May-04 23:34 
GeneralRe: the global Hook doesnt work Pin
Dave Kreskowiak18-May-04 2:27
mveDave Kreskowiak18-May-04 2:27 
GeneralRe: the global Hook doesnt work Pin
fu019-May-04 23:28
fu019-May-04 23:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.