Handling events

Qoheleth

New member
Joined
Dec 1, 2004
Messages
1
Programming Experience
3-5
Hiya,

I'm going to add a template to the Project: Add New Item dialog. When that template get's clicked, I'll launch a new dialog (my own) which get's some user input. With that input, I want to create a new .config file and do some other stuff.

Here's my questions:

How do I add my template to the Add New Item dialog?
What event do I intercept when my new template is clicked by the user?
What method do I call (or inherit a class and override) to ensure that the .config file functionality that's already present in the IDE (being able to use dynamic properties, etc) isn't lost at all?

Many thanks in advance for any and all assistance!!

Q
 
Back
Top