Software Development Network Logo
  • Visual C++
  • Visual C#
  • Windows Vista
  • SQL Server
  • Visual FoxPro
  • Visual Basic
  • Audio and Video
  • IE Development
  • Smart Devicet
  • VS Team System
  • Windows Forms
  • Game Technologies
  • Visual Studio
  • SharePoint Products
  • .NET Development

Software Development Network >> VS Team System

VS Team System

New Question

Using the help centre
Datbase Search
Converting a ListBox to a TextBox
VS.NET 2005 Version Differences
Load test response time identical with or w/o gzip compression
How can I log data
TFS Product Key
How do I retrieve only part of a TFS project needed to build?
Problem installing Foundation
Displaying a bug description in Excel displays as #####

Top Answerers

KM30
CAI-USA
cadouthat
nevermore
Bob Rich
alb1309
Myime
John230873
Amelie s
WolfgangEngel
sitemap
Only Title

Answer Questions

  • ivanchain Validate Console.Write Console.WriteLine

    Hello, I need to develop a rule to identify Console.Write and Console.WriteLine calls. It is because sometimes developers use this instructions to help trace some execution, but forget to delete it, and it goes to production. Please give any ideas to develop this rule for FxCop 1.32 Thanks in advance. Carlos Figueroa I found a way to do this, but is not the most effective. This is the code for the Check method: public override ProblemCollection Check ( Member member ) { Method method1 = member as Method; if ( method1 == null ) return null; for ( int num1 = 0; num1 < method1.Instructions.Length; num1++ ) { Instruction instruction1 = method1.Instructions[num1]; ...Show All

  • loonysan How do I convert .NET 2.0 Coding into VB 2005 Express Edition coding?

    How do I go about understanding and converting the coding of .NET 2.0 into the coding that Visual Basic 2005 Express Edition can understand   That's basically the source code for the .NET 2.0  No, this is simple C#. It is not the source code for .NET 2.0. Instead, it is designed to run supported by DOT NET 2.0. There's a big difference. Ok I'm  not a C# expert by any means but here is my translation private sub updateNumberLabel()     'we get index of first visible char and          'number of first visible line     Dim pos as point = new Point(0, 0)     Dim firstIndex as integer = richTextBox1.GetCharIndexFromPosition ...Show All

  • tonn Is there any easy way to compare two branch difference?

    I am wondering why source exploer does not provide a visual diffing tool or am I missing some points Now I have to use the tf command, the result is not user-friendy. I haven't heard about gui treediff that would integrate with SCE. Robert has blogged how to do this from command line. The good news is that we are working on tool, you are looking for (treediff integrated with SCE and commandline) and we hope to release it soon as powertoy. Please monitor this forum in the next few months. Thanks Hello Michal malecki, do you know any 3rd party tree diff tools which work will sce Hello, do you think about two files or two folders (so called tree diff). Tfe first one is included in SCE - right click on ...Show All

  • SunilRS Broken functionality in CTP4

    Hi I have two databases where one is a copy of parts of the other. When I do schema compare there are therefore quite a few tables that I would like to skip the creation of. So I try to change the Update Action to Skip for these tables. What happens is that I can't! The Update Action stays on Create. The only thing that do happen is that Create is grayed out and the Error List window pops up showing no errors(! ). Tried to pin the err window in case there was an event that got swallowed in the IDE but this had no affect. This used to work in CTP3, except from the annoying fact that you couldn't select multiple objects and skip them all. Brumlemann Update: A few of the tables listed actually have their Upd ...Show All

  • ChitownDotNet Serials

    Hello all, Could someone please help me, I want to incorporate serial activation into my product i know alot of people use there own algorithms but im not sure how to do this, what i would like to do is be able to print out bulk serial numbers aswell. with serials being easy to crack these days how would I incoporate online serial check to see if that serial is valid or not. hope someone can help example code would be very apreciated. Thanks guys, Stu Thank you for your reply, could use please help with the generating of the serials, how do i do this I would like a set format for example: E121-0000-0000-0000-0000 then if they would like more features in the program the start of the key wou ...Show All

  • Keith Hill command button requires two clicks to stop loop?

    'VB Express test case 'Why does button2 require two clicks to stop looping Public Class Form1 Dim goflag As Integer Private Sub Button1_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Button1.Click Dim a As Integer goflag = 1 a = 0 While goflag = 1 a = a + 1 TextBox1.Text = goflag TextBox2.Text = a Application.DoEvents() End While End Sub Private Sub Button2_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Button2.Click goflag = 0 TextBox1.Text = goflag Application.DoEvents() End Sub End Class These are the kind of proble ...Show All

  • Aleniko29139 SerialPort 101 for a beginner

    Hello, I have spent a lot of time trying to use the serial port command in the toolbox but i was unsucessful. I looked at the samples posted online but i always get errrors. Can anyone explains what are the steps needed to have a sucessful communication (read and write) from and to a serialport.If you can post the code it would be great...Please help Thank you **can you help me figure this out.I am just following what you said. From the beginning. I openned a form in Vb Express and then I dragged the serialPort icon from the toolbox to the form and i defined all it's properties like baud rate, the com port and all that. next i created a button icon on the form and them i double clicked it so that i would get into the form1.vb[desi ...Show All

  • Unjedai "TF53010: An unexpected condition has occurred in a Team Foundation component." during warehouse processing.

    Hi all, Since last friday the warehouse will not longer process and as result of that most of the reports are frozen or show data that is out of date. In the eventlog there are always 2 error messages on the time the warehouse should be processed: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. ... Detailed Message: Create OLAP failed Exception Message: The following system error occurred: No mapping between account names and security IDs was done. . (type OperationException) followed by: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should ...Show All

  • Jon Axon intelisense snipet issues

    when I attempt to use a premade snippet I only get a partial bit of code that will not run.   No, for example when I insert the code snipet for "math" then payment calc, I get   Dim futureValue As Double = 0 Dim payment As Double payment = Pmt(0.05 / 12, 36, -1000, futureValue, DueDate.EndOfPeriod)   that's it, that's not even a full snipet. The full snipet should look like this.     Dim loanAmount As Double Dim annualPercentRate As Double Dim futureValue As Double = 0 Dim Payment As Double Dim totalPayments As Double loanAmount = CDbl (InputBox( "How Much do you want to borrow " )) ...Show All

  • Tom Dierickx Breaking Point

    I need to take this slow. 1. I have created a sql database that will allow me to input user info. 2. I have used the detail view of the database to create a form. 3. I have inserted a dataviewgrid and linked it to my datasource. 4. I have added a radio button to my form. 5. I have added two text boxes ( 1 is text the other is numeric) Now what I need to know how to do (in detail) is the following: 1. The text that I put into my first textbox to appear in my datagridview as a title 2. I need the numeric value that I enter into my second textbox to appear below it. This is a good start towards resolving my larger issue. I will ask other questions as they arrive but I have to start somewhere. Stupid! I ju ...Show All

  • H.Saber Notification - Closed task

    Hi, is there a way to get notifications, if someone close the task regards Simon Hi! I have tried now, but is the WorkItemChangedEvent Item the right event if I close the task regards Simon In V1, if the task is assigned to you or you changed it then you get the notification. We cannot customize project alerts in currentl release. To work around this, everyone can add your email ID in addition to his/her email ID in Project alerts. Or a group email ID can be given in Project alerts. For example, in your team if you have 5 people, everyone must give abc@corp.com;simon@corp.com in project alers window. Another option is giving team@corp.com where team is the groupmail for all of you. Thanks ...Show All

  • Robert Chu WssTasks.XML and target filename

    Hi, I'm trying to customising the filename under < documentLibraries > in the WssTasks.xml file. Is it possible to set the filename to the corresponding project Shortly, I want to prefix my files with project name. I tried to use the $$PROJECTNAME$$ variable the is used in the workitems.xml file, but got an error when uploaded the new template. See the example below: < file source = " Windows SharePoint Services\Test\[Project Name] - Test Plan.doc " documentLibrary = " Test " target = " $$PROJECTNAME$$ - Test Plan.doc " /> It it possible to get this automatically when creating new projects ok...whtever i understood is correct....if ...Show All

  • Frantic74 Ordered Tests sometimes loses one of the manual tests

    I have 1 solution with 3 projects I have several manual tests. I have created several ordered tests which contain a combination of my manual tests. Here is the problem: Hours after I have created an ordered test I find that it has a red line thru it. When I open up the ordered test, I see that one or more of my manual tests are ghosted. I also notice that they seem not to know what project they live in. So, I fix my ordered test my removing the orphaned manual tests and finding it in the left side and adding it to the existing ordered tests. Also you should know that on the left side that my tests seem strange. While I am able to find the manual tests to move over to my ordered tests....I see the same test name but it thinks it is ...Show All

  • HumteeDumbtee how to: how to fill a list in a combobox based on the selectedvalue of another combobox?

    hi, im really new to programming and i was hoping if someone could help me out how to fill the contents of combobox2 based on the selected value of combobox1 any help is greatly appreciated, thanks.. guys, i really appreciate all your help, and thank you, again, the items on both of these cotrols are constantly changing (im not sure if i did use the right words to describe it), combobox2 is always dependent on the selected item of combobox1, these changes are absolutely cannot be done manually, so im seeking out help as to how to do them dynamically.. help anyone Hi mate I think u might need something like this: Private Sub Form1_Load(ByVal sender As System.O ...Show All

  • mrbelk Visual basic printing question

    Hi! I am a big noob at Visual Basic programming (started one day ago). Basicly what i need to to is a really small program which prints 12 different textboxes textbox_1 to textbox_12. What i have done is to manage to get a hang off how to print textbox_1 with the following code: Private Sub TextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged End Sub Private Sub PrintDocument1_PrintPage( ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage e.Graphics.DrawString(TextBox1.Text, TextBox1.Font, Brushes.Black, New System.Drawing.RectangleF(e.MarginBounds.Top, e.MarginBounds ...Show All

565758596061626364656667686970717273

©2008 Software Development Network

powered by phorum