Philipp Henkel's Q&A profile
Visual Studio Team System One-way links between work items
Hi Are there any way to setup one-way links between work items or at least see the direction of a link I would like to add links between the same types of work items (requirements) in order to show when a requirement has been split up into other requirements and then just write "split up into" in the comment field. However because links is being made two-way then both requirements shows up as being split up into each other. Are the only thing I can do is actually to write in the comment line in which direction the link is valid. best regards Henrik Uffe Jensen There is no easy ...Show All
Smart Device Development grids
hi, I want to make an app based on the DataGrid object for my PDA. My question is can I port the resources easly to a windows app I saw in the toolbox the DataGridView but not a simple DataGrid. Thnx Guy It's easy to add some objects to the toolbox. So i added the DataGrid in there now because it isn't by default. (i'm new in this thing :-) thnx for reading anyway. ...Show All
Windows Forms Need an HTML editor control
Did any one knows about html editor controls i heard about netrix and vzwig, both looks similar. Did any one tried them. Can you guide me which one should i buy.or there is any free on net thanks Shya i took it from <a href="http://www.handshakeit.com">handshakeit </a><br> its realy great, by usint it i hope i will bw able to save at least my one month of effort.<br> <br> shya<br> ...Show All
.NET Development Including strongly-typed dataset in VS2005
Hi Guys, In VS2003, strongly-typed dataset has Include property that allows you to specify the xsd schema. We found this very helpful because it allows reuse of strongly-typed datasets. But in VS2005 it is nowhere to be found or maybe it was hidden somewhere. When I added XSD Schema Include property is there but is that the right place to create strongly-type dataset Another is, is it possible to include an xsd schema from different assembly If "including" is no longer supported what is the best work around Thanks in advance! ...Show All
Visual Studio ProjectAggregator, MPF and the PPE
In projectfactory.cs, provided for the MPF Project type in C:\Program Files\Visual Studio 2005 SDK\2006.04\VisualStudioIntegration\Common\Source\CSharp\Project, line 93 is as follows: Type wrapperType = Type.GetTypeFromProgID("VisualStudio.ProjectAggregator2"); This line is causing us a problem because it assumes that an entry for VisualStudio.ProjectAggregator2 exists in the registry and that the registry entry points to the location of the ProjectAggregator2.dll. While this is true in the development environment, since we have installed the VSIP SDK, it is not true on a machine that only has the PPE installed, as the PPE doesn't ...Show All
Visual Basic Close form
Hi I made 2 forms, and I put a timer control in Form1 and I write in Timer1_Tick: Private Sub Timer1_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Timer1.Enabled = False Me.Close() Form2.Show() End Sub When the interval of timer is done, both forms will be closed. I just want to close Form1, how Ensure that you show form2 before you close form1 and also ensure that in the My Project, set the shutdown mode to When last form closes. ...Show All
Visual Studio Express Editions simple command line exe not running on other computer
Hello! I wrote a simple command line program with VB 2005 express. Everything works fine. I can start the program "myProgramm.exe" that I found under ../release/bin. This file is on a network path. But if I start this file from a different computer it is not running! Of coarse the runtime environment is installed on the other computer. Even if I install the hole VB 2005 Express, there is no difference. The program is not running. What is the right way to compile a simple myProgramm.exe and use it from different computers in a network. I do not want to install the programm on a lot of computers, because it is ...Show All
Visual Studio Team System How to set up an auto build with Team Build?
Hi, I heard that Team Build allows user to setup an auto build function. The build server will build the solution when users check in code and send out the build result. But I cannot find how to setup this function. Does anybody know how to do this Thanks! Adam Hi Adam, Yes - you can configure Team Build to schedule builds automatically. Please refer this post for more info - http://forums.microsoft.com/msdn/ShowPost.aspx PostID=55884 Let us know if you have any more questions and thanks for using Team Build! - Anu ...Show All
Visual Studio Team System Load test for pre defined Number of Iterations
Is it possible to configure a load test to perform a particular number of iterations ACT used to have this functionality but I can't seem to see it in the load test configuration wizard. While not a load test solution, I thought one could use the "Number of run iterations" setting under the "Web Test" portion of the .testrunconfig files to manage the number of times a test runs. I thought this was the intended mechanism for setting iteration counts. However, I've noticed a problem that arises when I use these webtests as elements of orderedtests that I'm not sure ...Show All
Visual Studio Team System How do I create validation to verify that form field is in read only mode?
How do I create validation to verify that form field is in read only mode I have page with form on it where some fields are in disabled mode. How can I validate form field name and value, and also i would like to check whether the field is read only or not read-only. For example, here is the part of html code from my page where some form fields are read only: <table border="0" > <tr> <td ><span class="logonlables"></span> Clinical Effect ID :</div></td> <td ><input name="ctl00$ChildContent$txtClinicalEffectID" type=" ...Show All
Visual C# Annoying Dialog
When opening custom projects an annoying dialog pops up saying: " Security Warning...." And then you have the option to either "Load project for Browsing" or "Load project normally", and then a checkbox "Show this dialog for sub projects" or something like that. Can anyone please tell me how I can disable the dialog Thank you. The easiest will be if I could send you a picture, but I am not able because this does not allow for it. Can I maybe email you a screenshot So that you can have better context of the problem ...Show All
SQL Server Flat Files Containing Dates
Hi everyone. I'm trying to use a Flat File Connector to read in a fixed field width file that contains some date columns. The problem is that the date column is in a CCYYMMDD format (with no delimiters) so that todays date, as an example, would be 20050711. When it attempts to import the file it fails due to a "Data Conversion Failed" error. I can't find any way to specify the format of the column in the FFC dialog so my only option appears to be read in the column as a string and transform it later. Is that correct Steve What do you mean when you say it "throws a cast exception" Have you tried en ...Show All
Software Development for Windows Vista what is exact advantage of WF
Hi, I am new to WF.I am not yet sure what type of applications can be easily designed using WF(windows workflow foundation), though people say that it can be applications like call center application, loan s/w etc. Every control provided in workflow toolbox(VS.net 2005) like "invokewebservice","delay","code",parallel","ifelse" works in same way as we wrote code for these in earlier versions.What great advantage has come out. Can somebody guide me where exactly WF benefits in comparison to earlier approach. If possible please provide me with one or two sample scnerios. I wonder w ...Show All
Visual Studio Express Editions Starter Kits not Working
hi, i have VB Express & VWD Express install via full images, but the PayPal Starter Kit and Shareware Starter Kit does not apperar in the new project dialog. how can i fix this thanks, AB They are telling you to add your own name > YourMovieList Remove the $ - - - $ and the namespace would be called > safeprojectname, which does not represent much. Name it anything you want. Hope this helps. ...Show All
Windows Forms postdata in webbrowser.navigate
Hi, I want to navigate to a site "anysite.php" and sending postdata. If I call Navigate method "anysite.php" is shown. But there is no postdata. Source Code (in J#): String postdata = "u=idcode" ; System .Text. ASCIIEncoding a = new System .Text. ASCIIEncoding (); ubyte [] byte1 = a.GetBytes(postdata); webBrowser1.Navigate( "anysite.php" , "_SELF" ,byte1, "" ); The webbrowser shows Method=post instead of method=get but contains no postdata. Can anyone help me This thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=403674&Si ...Show All
