No announcements
Found 2457288 threads
-
1 Votes
Identify if the selected project item is a Folder or a File
Different project systems will have different underlying classes/objects that implement the requisite interfaces for file and folder nodes in a project ...Answered | 4 Replies | 5106 Views | Created by Karthik K A - Wednesday, February 4, 2009 12:56 PM | Last reply by Karthik K A - Thursday, February 5, 2009 6:31 AM -
0 Votes
Identifying files and folders in a list
I call the GetListItems to get all the items from a list.Answered | 2 Replies | 4269 Views | Created by adobepankaj - Thursday, December 24, 2009 1:47 PM | Last reply by God bless us All - Thursday, December 24, 2009 6:08 PM -
2 Votes
Creating Project Items Programmatically
See: HOWTO: Navigate the files of a solution from a Visual Studio .NET macro or add-in.Answered | 3 Replies | 2141 Views | Created by Vlatom - Thursday, June 6, 2013 4:06 PM | Last reply by Vlatom - Friday, June 7, 2013 7:31 PM -
0 Votes
How to Identify Project Field for Work Item Type for Mapped Project
Hi Andrew, if you want the list of specific Work Item Types that have been mapped for specific Team Project to Enterprise Plan mapping you can use this command described in our ...Answered | 5 Replies | 4216 Views | Created by Andrew Lavinsky - Saturday, April 30, 2011 8:32 PM | Last reply by Federico Kolliker Frers - MS - Monday, May 2, 2011 8:55 PM -
0 Votes
Folder selection / item bucket control
I'd like to have a control where the user selects items from a tree structure.Answered | 2 Replies | 2331 Views | Created by Marcus Ilgner - Monday, August 13, 2012 10:28 AM | Last reply by Marcus Ilgner - Monday, August 13, 2012 6:31 PM -
1 Votes
Adding Existing Items to Project
I have a folder containing literally hundreds of nested subdirectories and thousands of files, and I simply want to add the entire hierarchy into a VC++ 2005 project.Answered | 7 Replies | 4005 Views | Created by digitalkhaos - Friday, August 10, 2007 12:22 AM | Last reply by Jeevan Sam - Monday, August 3, 2009 1:20 PM -
0 Votes
Is it possible to make my project item tree in the solution explorer different from the physical folders and files?
Take for example the VC++ project system, where you can create virtual folders (like "Source Files", "Header Files", and "Resource ...Answered | 4 Replies | 4261 Views | Created by mingnianwo18 - Tuesday, September 29, 2009 1:59 AM | Last reply by mingnianwo18 - Monday, October 5, 2009 3:37 AM -
0 Votes
Copy Selected File In Project's Folder Using FileOpen Picker
As a friendly reminder please make sure to add the appropriate tags to the title of your post as per Guide to posting: subject line tag Do you mean ...Answered | 1 Replies | 350 Views | Created by mohd.saadkhalid - Sunday, November 22, 2015 3:21 PM | Last reply by Amy Peng - Monday, November 23, 2015 6:33 AM -
0 Votes
How to identify encrypted files?
eryang, the original questions was about identifying encrypted files, but suggested method is applicable only for 'Encrypted File System'.Answered | 8 Replies | 5380 Views | Created by Mike_999 - Wednesday, March 16, 2011 4:17 AM | Last reply by eryang - Monday, April 11, 2011 3:17 AM -
0 Votes
Project templates: Adding files and folders out of projects
In IWizard.ProjectFinishedGenerating Method, you can get the path of the Project interface and using .net API to access the file system.Answered | 4 Replies | 3697 Views | Created by ricardofiel - Sunday, August 3, 2008 9:45 PM | Last reply by ricardofiel - Friday, August 8, 2008 11:07 AM -
0 Votes
Add item to not selected projectItem
Hi, i'm adding class files to my project with DTE.ItemOperations.AddNewItem, but the class file is always added at that place where the current selected ...Answered | 1 Replies | 3441 Views | Created by Nico F. _ - Tuesday, October 6, 2009 2:10 PM | Last reply by Sebastian Dyck - Tuesday, October 6, 2009 2:20 PM -
1 Votes
Add "Select An Item" to a bounded Combobox
Yes indeed, I did a demo VS2010 project beings this question comes up often enough.Answered | 3 Replies | 1805 Views | Created by SmilingMan - Thursday, December 20, 2012 5:16 PM | Last reply by Kareninstructor - Thursday, December 20, 2012 11:23 PM -
1 Votes
.SLN file and project files are saved in seperate folders.
The project creation dialog has a "Create directory for solution", uncheck that option when you create the project.Answered | 2 Replies | 1711 Views | Created by Shonie242 - Monday, September 8, 2014 3:30 AM | Last reply by Shonie242 - Monday, September 22, 2014 3:55 AM -
0 Votes
Move item to another folder
Replace it, or do not move”, because there is the file in the folder which has the same name with the file you are moving.Answered | 4 Replies | 1582 Views | Created by Christian_hansen - Thursday, May 19, 2016 9:01 AM | Last reply by Sara Fan - Friday, May 20, 2016 3:11 AM -
0 Votes
How to add a file to an in a project template existing folder?
You can get the ProjectItem interface representing that folder and then use its ProjectItem.ProjectItems Property as the collection representing all that project items that ...Answered | 3 Replies | 3902 Views | Created by mika f - Monday, June 16, 2008 1:34 PM | Last reply by Feng Chen - Thursday, June 19, 2008 9:25 AM -
0 Votes
Setup Project: add content of folder to a setup project
You can't do that in the setup project itself since every file has to be identified and get its own GUID in the MSI database since the installer should be able to ...Answered | 1 Replies | 4285 Views | Created by josefmatula - Friday, August 22, 2008 2:35 PM | Last reply by maxruben - Saturday, August 23, 2008 9:06 AM -
0 Votes
Windows Azure Online Backup File\Folder Selection
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/2cb8810b-156e-4fae-acca-2b85f3304f90/56-mb-destination-usage-for-azure-backup-for-one-single-text-file ...Answered | 1 Replies | 2017 Views | Created by JamesBeta - Friday, July 12, 2013 1:07 PM | Last reply by Mike Jacquet - Friday, July 12, 2013 4:13 PM -
0 Votes
How to get the selected item in the Project explorer?
You can get the IVsHierarchy item that is selected by using IVsMonitorSelection.GetCurrentSelection, that will return the IVsHierarchy that is selected and the itemid of the ...Answered | 1 Replies | 3797 Views | Created by moss888 - Tuesday, June 21, 2011 2:07 PM | Last reply by Ryan Molden - Tuesday, June 21, 2011 5:20 PM -
0 Votes
show selected Folder items only in list view
You need to use the content query webpart to show the folder only contents Below link should give more info ...Answered | 2 Replies | 823 Views | Created by BrettoAbraham - Thursday, April 14, 2016 9:54 AM | Last reply by Rajesh.Sitaraman - Thursday, April 14, 2016 3:58 PM -
0 Votes
How to get a dialog to select folders (not files)
I am working on Visual Studio 2005, VC++ project using MFC.Answered | 1 Replies | 3648 Views | Created by Mustanseer - Tuesday, June 10, 2008 5:39 AM | Last reply by sunilkr - Tuesday, June 10, 2008 5:48 AM - Items 1 to 20 of 2457288 Next ›
No announcements