Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Using FileNameEditor as a Value Editor
 

Using FileNameEditor as a Value Editor

I have a custom wizard page.  I am trying to use a FileNameEditor as the valueEditor.  I have added a value editor UI component to the page and I have placed the following line for one of my arguments:

<Argument Name="FileName" Type="System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

But, when I run the code, there is no button in the value editor.  What am I doing wrong?

Thanks!
dwj  Thursday, October 13, 2005 8:16 PM
The type of the argument is always the type of the data you need, in your case, a file name is almost surely a string (could be a FileInfo, should you need to). The editor is specified in the wizard section.

From the GAT Wiki, you can read the following articles for more information:
kzu  Monday, October 17, 2005 1:49 PM
The type of the argument is always the type of the data you need, in your case, a file name is almost surely a string (could be a FileInfo, should you need to). The editor is specified in the wizard section.

From the GAT Wiki, you can read the following articles for more information:
kzu  Monday, October 17, 2005 1:49 PM

You can use google to search for other answers

Custom Search

More Threads

• 2008 New Nike Football Shoes in www.shoes198.com
• Include file with "Add as a link"
• Processing T4 in different languages
• How does one get his/her posts removed?
• Call TextTemplateAction from within a "CreateProject" action
• Need the June GAX MSI
• Guindance automation toolkit and extensions for Vs 2008 and Vs 2005
• Guidance Package versioning
• GAX and GAT on VS2008 RTM?
• Parameters not getting updated on unfolding projects programatically in a GP