acexman's Q&A profile
Visual Studio How to expand/collapse a hierarchy node in the solution explorer?
I created my own project type by extending PorjectNode. When I create folders and files in the project at runtime, I'd like to keep the folders collapsed. I tried to set the "isExpanded" to false on a hierarchy node, but it doesn't seem to make any diffence. Can anyone help Thanks, Jillaint. Rusty, EXPF_CollapseFolder works. Thanks alot! Jillaint ...Show All
Windows Forms UI Design: When do you save?
How do developers save I know I know, after reading some of the comments on UI Design: Edit then List vs List then Edit I learned that most developers believe that the UI Design is a user concern, not a developer concern (build the UI as the User wants it, not as the developer wants it)... I have been wondering... Do the users really know what they want Do the users really appreciate some of the internal behaviors the UI provides Do all s ...Show All
Visual Studio Team System Add Work Item Types to existing projects?
How can I add new work item types to existing projects How can I customize the fields and workflow after the project has been created Thanks Scott Brian is right - the documentation is in the extensibility kit. You can still download the Beta 2 kit from http://www.vsipdev.com/downloads/ which contains the documentation. It isn't 100% current, but it is sufficiently close that you could make signific ...Show All
Windows Forms Invalid value for 'Clrversion'
When I try to publish my program i get this Error: Invalid value for 'Clrversion' I guess it is a problem with my framework. I don't get any errors when I build or debug my program. Any one who can tell my how to resolve this issue Hi Thomas, Is this happening when you click Publish in the IDE, or is it happening when you try to install it on another computer If it's the latter, the .NET Framework vers ...Show All
Microsoft ISV Community Center Forums download a file via internet and save it locally
Hi, I would like to have a script that download a file (a word document) from internet (http/https) and save it on local PC. I've already found how to download a file: ************************************************************ Dim WinHttpReq Set WinHttpReq = CreateObject("WinHttp.WinHttpRequest.5.1") WinHttpReq.Open "GET", "http://", False ************************************************************ but then, I don't know how to save th ...Show All
Visual C# Operator + in strings
string path = "C:\\Documents and Settings\\"+ LogonName +"\\Recent"; Error 1 Operator '+' cannot be applied to operands of type 'string' and 'method group' What do i have to do Thanks, Guilherme The code is pasted above was my old code, but i have tried both codes u and keith gaved me. It works with that Eviroment.GetFolderPath, that's what i need Thanks David em Keith, and sorry for ...Show All
.NET Development set my browser to default webbrowser or registering it as a webbrowser
Hello All, How can I set my own webbrowser to be the system's (WinXP) default webbrowser And anyways, how can I register it as a webbrowser My 2nd question is how can i use the java script in my browser. It is a multipaged webbrowser and i want that when i click on a link that contains a javascript method (eg: openwindow) how can i make my program to open that window in a new tabpage - it works - with the script's url I mean this: openGa ...Show All
Windows Forms "Duplicate Declaration" Error
Hello: I am creating a user control which inherits from a blank parent user control. when I create the child control and add buttons, etc. onto it and position those buttons, various properties appear in the InitializeComponent method, such as: this.bt ...Show All
Visual C# How to save html file and respective dependent files in server
Hi All Currently iam working with web application using C# ,my requirement is need to save a html file ,whenever saving a file the related image files should save in a folder Ex: When you click http://aspalliance.com/150 in URL when we use save as we can save it as HTML file and the related images are saved in related folder I need to implement the same concept Could any one please guide me Thanks a lot In 2003, simply get t ...Show All
Visual Studio Express Editions Which Visual Basic?
I'm new to Visual Basic. I'm familiar with programming from other languages, but I'm looking for a developement tool to make small apps for some of my clients. Currently, I've been getting by with AutoIt (http://www.autoitscript.com/autoit3/) and that has been working well for me. However, I'd like to get into developement more with Visual Basic and also have some ideas for Pocket PC apps. Which Visual Basic should I ge ...Show All
.NET Development how to copy dataset?
Hi all, I have 2 datasets, how to copy all tables and data from dataset1 to dataset2 I m using: Rows.Add(Rows[ n ].ItemArray); but i found it's too slow.. is there any better solution thanks Hi there, I believe that the Dataset class has a Copy() function which you can use. It returns a new Dataset and apparently it copies all the tables and data. Here's a link to the relevant portion of MSDN: http://ms ...Show All
Visual Studio Team System Cannot access Documents in Team Explorer
I have the Beta 3 Refresh of TFS installed. I logged in as TFSSETUP and created a new Team Project (AdventureWorks). In addition, I added my personal id to the admin groups in the Team Foundation Server Security Group and Windows SharePoint Services Role. In the server/reports server, I added BUILTIN\Users to the Properties\Security (this was not enabled by default and thus everyone other than server administrators received security errors for t ...Show All
Visual Studio Team System Install project ignored in Team build
I create a team build type and add a solution into it. There is a install project (build msi file) in this solution, but this project is never build when I execute the team build. How can I make that project being built Thanks! Hi Lei Team Build does not support building msi out of the box. Please refer to the following blog post to know workarounds. http://blogs.msdn.com/anutthara/archive/2006/01/05/509606.asp ...Show All
SQL Server Querying Data from Report History
Can we query data in the report histories So that trend analysis reports can be created. Consider there exists a report, “Shelf Position Product Wise” and it’s scheduled to be generated each day. Now we want to create another report querying the data from the history/snapshots of that report for Product Wise Shelf Position Trend. Hello, One way to do this is to render the historical snapshot using the XML ren ...Show All
Visual Studio Team System Error on Add Work Item menu
I am getting the following error on my project when selecting the Add Work Item menu option. his project is a copy of the CMMI template (TFS RC( "Error loading menu: Index outside the bounds of the array." Any ideas Thanks Scott Scott, If I understand your post correctly, you have TFS RC installed and created a new team project based on the CMMI template. When selecting the Add Work Ite ...Show All
