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

Software Development Network >> VS Team System

VS Team System

New Question

Label
Integrated Testing and Work Item Attributes
how can I copy files before the windows(XP) startup?
Add changeset link(s) to build failure work item
Can someone kindly help me?
flash dropdown menu instead of vb2005e menubar
Update/create SQL Express database
Crystal Reports XI with VB.NET
How can I write to the start of a string
How to manage multi users in load test ?

Top Answerers

Gorav
Richard Morgan
mikewo
jdonahue1971
Maartin
quantass
AVVIT
Wes123g
sunil babar
ronnycopeh
sitemap
Only Title

Answer Questions

  • Andy Hough How do I 'hide' a deleted item so it doesnt get counted in TFS metrics such as code churn

    I have a Team Project that contains several solutions. One of the solutions did not migrate properly and had to be deleted. The delete was performed using the client source control tools in visual studio. The solution has been removed but it appears that the code churn calculations are still taking into account the deleted project. For example, I currently show that I have -980,000 lines of code since I deleted the solution from source control. My question is, how can I permanently remove a solution from inside of a Team Project container without deleting the whole container I know the entire container can be removed via the tfsdeleteproject tool but I dont think that applies here. Thanks, Kevin ...Show All

  • nidionys Form Questions

    Hi, I am having trouble with a timer application i am making. I need to make the form central to the x axis, wahtever the resolution, but the y axis must always be at "0". Also, i would like to change the blinking cursor which you type from in a text box to a green square instead of the traditional line. any helop on this would be appreciated. Any Help would be good Thanks Jamie I don't see why not. Start a 50 msec interval timer on the GotFocus event, stop it on the LostFocus event. In the Tick event handler, play with the color or the size of the caret. Thanks alot, that really helped, just one other question... I would like to be able to press any return bu ...Show All

  • norbijuzer VB6 - Can't convert Received data to Hex

    I'm using Visual Basic 6.0 I can output hex data ok to my device via the serial port and it responds by sending a hex packet back. I can see the hex being received by my computer via a comport monitor program. When I try to convert this data to hex I get a type 'mismatch error' Private Sub Form_Load() MSComm1.InputLen = 1 MSComm1.PortOpen = True End Sub Private Sub Command1_Click() Dim StrOut As Variant 'sends StrOut to DUT '********************************** StrOut = Chr(&H24) & Chr(&HDB) & Chr(&H0) & Chr(&H0) _ & Chr(&H1) & Chr(&H4) & Chr(&HF7) & Chr(&H75) MSComm1.Output = StrOut b1 = MSComm1.Input b2 = MSComm1.Input b3 = MSC ...Show All

  • &#59;lkj&#59;lk Anti-Cracking Packers?

    Not to beat a dead horse, but after reading some of the threads about decompiling and the abundance of tools such as Reflector, I am just looking for some opinions. I am a newbie coder and just learning and through various googles on various topics, I've seen companies that claim to produce .exe packers that either prevent or make decompiling/cracking a vb or any .net application harder to do. Anyone ever try any of these Would anyone try one of these things I beleive you are refering to code obfuscators. I would only use them for extremely proprietary procedures, but even then, they can be inferred due to the nature of IL. If you want to completely hide your processes, used unmanaged code or perfo ...Show All

  • Matt Bastin How to read a text document in a ftp host???

    Hello, I am un able to work out how i can read a file which is placed in my ftp server. I am trying to read a .txt file which is placed in my ftp server into a richTextBox and it does not like me using a internet source i have tryed using the.net and .web files but nothing seems to work. I am trying to read in the file like i normally would do TextReader tu = new StreamReader("ftp:////2908180212@freeftp.bravehost.com//web//pcclan.bravehost.com//UserCheck.txt"); does any one know what i am doing wrong or how else i can do this Thankyou in advance for your help! thanks for your help but i can seem to understand how to get the HTTPwebresponse to work. Thanks anyway for your help :) take a look at this: http:/ ...Show All

  • George2 Report Lines of Code Team Project

    Hi, is there a way to make a report of all the coding lines within a team project thanks! regards Simon Hi Simon, Yes you can! You can use the "Total Lines" measure and slice it by "Team Project = <your project>" in the cube. Please let me know if you need additional guidance. mauli Thanks Simon for your input! Hi Simon, The total lines is calculated for all lines in the file, not just lines with text on them. Unfortunately there isnt a way to go around this. Could you tell me a bit more about your requirement for reporting on lines of code, so that we can see if we can incorporate that into our planning Mauli ...Show All

  • JohnCronin AutoIncrementing UniqueIdentifier column in SQL databse table giving NoNullAllowedException!

    Visual Basic 2005 Express: In my SQL database table, I have a CustomerNbr column. In Database Explorer's table definition it has "UniqueIdentifier" as it's data type, and is set as the PrimaryKey. In the XSD Designer, this field is set as the primary key, AutoIncrement=True. DefaultValue is <DbNull>, but, it won't let me remove this! When I add a record to the DataGridView, it correctly puts a "1" in the CustomerNbr column, but, when I update the record, I get a System.Data.NoNullAllowedException! glad I could help! its Scope_Identity() You should let the sql database automatically take care of the auto increment field!...When you need to find out ...Show All

  • John C MCSD code not associated with a button

    I need to have code that collectes UDP frames from another computer (port 1234). I found some examples but the code is not part of a button. I have yet to find anything telling me how to add code that is not associated with a button. The code example is here: http://www.codeproject.com/vb/net/Silence_Socket.asp But it does not tell me where in the project/solution to put it. What window do I open and how do I open it How or what starts running the code Thanks for your time Hello ahmedilyas, I suspect you are overestimating my knowledge. You say where I put the code is up to me. But if I paste it in below some code that was automatically written for a button, I get errors. And if I did not get the errors, what ...Show All

  • C.A.R. File

    Hi all, Can you create a program that scans for media files like mp3's, WMV, Wav, etc which then adds them to a playlist (When all the media files are found the user clicks on the playlist and selects a media file they want which then plays in media player. If any one can help i would be greatful A sample or coding would be useful thnx well the code is placed wherever you wish to execute this function, for example on the click of a button, just pretty much copy and paste it, modify it a bit if it does not work for you and thats it :-) example: drag and drop a button component on the form double click it to make a double click event copy and paste code (modify as necessary) run it and play with i ...Show All

  • ToreS Help Search Requests Failing

    Hi, When I search help in the express versions of the 2005 IDE's I keep getting an error 503 service not available for all online search result options. It has always worked before. Is the help service down or is it something I am doint wrong Thanks Not sure if it might be bad connection for you to the online help. You can change you preferences by opening help and then going to Tools->Options... There you can change to try local first or only under Help->Online As it turns out the service was not available for several hours, Microsoft must have been updating the system or something. Thanks. It is working for you now ...Show All

  • April m if statement

    Hi, Can you please let me know what is wrong with the following if statement I believe the following values should make the statement to show the messagebox. Do you agree Thanks intPosHomeUS= -1 intPosHostUS= 7 intPosHomeUK= 7 intPosHostUK= -1 if (!(intPosHomeUS > 0 && intPosHomeUK > 0) || (intPosHomeUK > 0 && intPosHostUS > 0)) { //show messagebox... } else { //print report... } Yeah. It looks like a typo to me. I'm not a compiler, but I'd say "intPosHostUK is assigned a value, but never used" Double check your expression and let us know... I agree. And it does. Be sure to post your exact code. !(intPosHomeUS > 0 && intPosHomeUK > ...Show All

  • TheMaj0r Filtering work item with a data range and returning the date as part of the datasets fields simultaneously

    Hi, I'm able to filter based on a date range. The problem is that I can't find a way to add the Date dimension to the list of column returned by the dataset. In other words, I want to return a list of work item that is filtered based on a "from date" and "to date" and have the date of each work item records in the returned list. Here is the query I am using (sorry I am pretty new to MDX...): SELECT NON EMPTY { [Measures].[Current Work Item Count] } ON COLUMNS, NON EMPTY {( (StrToMember(@StartDateParam):StrToMember(@EndDateParam)), [Work Item].[System_Id].[System_Id].ALLMEMBERS * [Work Item].[System_Title].[System_Title].ALLMEMBERS * [Area].[Area Path].[Area Path].ALLMEMBERS * [Work Item].[System_ ...Show All

  • SteveCsharp Display fullpath with filename in the WIT history

    Hi all, Is there anyway that I could display fullpath with file name in the WIT history, like bug Currently, it only shows "Associated with changeset 1366". What I would like to see is something like this, "$/project/module/file.cs" Best Regards, I am sorry to say that you cannot display full path with filename in the WIT history. -Mohammad ...Show All

  • nghianghesi Build .vbp in Express Edition

    I have several files, .frm, .txt, .vbp which were created from the old Visual Studio (licenced copy). Howver, the installation cd is lost and therefore, I can't install on my machine. Recently, I installed the Visual Basic Express Edition. I made some changes to the codes on the .frm file with the express edition. When I tried to build/compile, the build button is disabled. Why is that so P.S I'm a newbie in visual basic. The format of the files and language itself has changed between early versions of VB and the current version. My thouhgt is that you would need to run you project through the upgrade wizard to turn a VB project built using an older version of the product into a VB 2005 proje ...Show All

  • Dhivya.S MDI in C#

    Guyzz a simple question for you.. but i really need you guys to hola on me soon.. actually was writing a small stock maintaining proggie and was wondering if i can use multi windows in jus one form.. ok did that too.. and i have give a link to a small button to focus on the next form, but everytime i click that window a new child form is opened and is assigned new memory, how can i get rid of it .. i mean what shall i do that, before allocating memory once again to new child form, my program shall check if it is already running, if yes then it shall focus on the already running form, instead of allocating new memory to a form and then focusing on it. thanks and regards :) Indeed, I cover this in chapter 20 of my .NET ...Show All

444546474849505152535455565758596061

©2008 Software Development Network

powered by phorum