Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.NET frameworks revisited
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01208568
Message ID:
01213058
Views:
16
Hi!

Thanks for the explanation!


Sarosh

>>>>. I do use my own template forms, and that is easy to accomplish.
>>>
>>
>>Would you please show me an example of how it's done or point me somewhere which does?
>>
>>Thanks!
>>
>>Sarosh
>
>
>Hi Sarosh.
>
>All item templates are located in the "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\SPECIFICLANGUAGE" folder. So, if you're doing VB.NET, it's going to be
>C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\VisualBasic.
>
>Each of the templates are held in a zip file. Are you using StrataFrame? If so, you can see that all StrataFrame templates start with SF_. If not, you will find a Form.zip in the 1033 subfolder. My suggestion is to open one of these up and see the contents of the file.
>
>Make a copy of it and rename it to your choice. Extract the contents and create your own Form. Have a look at the "vstemplate" file that is in the .zip file. You might need to add a reference to your project.
>
>After all done, zip them together again and have it back to the mentioned folder.
>Now you will need to install it. The easiest way is to call the devenv.exe with the /setup command. So get out of all VS instances and then run this:
>
>
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe /setup
>
>That will install the template into the Visual Studio environment. There are many books and articles on the web regarding this topic. This is just a very basic explanation and will require some effort on your part in order to actually implement this. It isn't hard, it is just learning to do it the first time and then it is all down hill after that.
>
>Hope this helps.
>
>Abraços.
Previous
Reply
Map
View

Click here to load this message in the networking platform