Parameter replacement wizard using code templates in Visual Studio 2005

  • Thread starter Thread starter kanepart2
  • Start date Start date
K

kanepart2

Hey all , I wanted to create a project or item template in C# such
that when I use that template a parameter wizard comes up asking for
values. I know how to create the template without implementing the
wizard, i.e., work the parameter replacement using the
<CustomParameters> keyword in XML.

So any hints or suggestions towards the procedure to having the
parameter replacement wizard (a GUI of some sort) would be greatly
appreciated,


cheers
 
So, I found an answer to my question at the following loacation:-

http://msdn2.microsoft.com/en-us/library/ms185301(VS.80).aspx

and tried to create an example for myself by following the procedure
carefully. In the end, when I tried to use the template, the form
popped up and the button appeared to be useless. Can someone take a
look at the link and say why the procedure is not working or maybe I'm
doing something wrong.
 
Back
Top