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

Software Development Network >> VS Team System

VS Team System

New Question

Change home site for new projects
Visual Studio SQL 2005 -- add-on for .NET web development?
Simple Focus form problem
VS Express and Hibernate
Function argument value
A first chance exception.........
problems downloading vwd
how can I just load form1 without show him from other form(form2)?
Graphically Displaying Build Results
Problems Branching Database Projects

Top Answerers

yanivpinhas
syndicate
NetPochi
JeffKoski
MatthieuGD
JeZteRicp
mohd-tmn
Gaurav_Gaur
bessermt
DaveParr
sitemap
Only Title

Answer Questions

  • Sharma111222333 Work items refreshed from Project and progess tracking

    Hi, i'm using MS Project to manage the progress of the plan. The developers and testers update their work items and i refresh the plan regularly. Is there a way to preview what has changed since the last time i refreshed When i refresh, the data is downlaoded from TFS and if there are changes in schedule, it's hard for me t know the cause. Thanks Francesc Hi Francesc, Not yet but wouldn't it be cool if we could get functionality in TFS like Project Server has where I can preview a set of changes (by hitting refresh) and then back them out (automagically) if I don't like them I'd like that too. Cheers, Randy ...Show All

  • shmulik_segal Drag Drop a Node from tree list to a Rich Text Box

    How would u make it so that u can drag a node from the tree and put it into The Rich Text thing. Lets say that the tree is TreeList1 and the the Rich Text thing is RichTest1, please be specific on how u would do it, thanks for your help! UPDATE: Or how would you do this "if you click a node, the text from the node goes into the RICH TEXT BOX." For a treeview: Private Sub TreeView1_NodeMouseDoubleClick( ByVal sender As Object , ByVal e As System.Windows.Forms.TreeNodeMouseClickEventArgs) Handles TreeView1.NodeMouseDoubleClick Dim n As TreeView = CType (sender, TreeView) RichTextBox1.Text = RichTextBox1.Text & n.SelectedNode.Text End Sub ...Show All

  • Juliano Nunes SQL Server cannot install files to the compressed or encrypted folder : c:\ .

    To continue make sure that your installation directories are not compressed or encrypted, or specify a different directory, and than run SQL Server Setup Again. what to do now You will have to turn off any drive compression or encryption on the program files directory before you can continue. ...Show All

  • Fusion1224 Weird variable incrementing

    I'm making a noughts and crosses game. I made it with two homan players to start with and it works fine. The turn is 0 then when each player takes a turn, it increases by 1 until 9 turns taken and it stops if the game hasn't already been won. When I add an AI method to it, it follows the same procedure. Two humans Player 1 goes - turn increased - checks for AI opponent - if no changes player to player 2 Player 2 goes - turn increased - changes player to player 1 etc AI opponent Player 1 goes - turn increased - checks for AI opponent - if yes goes into AI method - turn increased - awaits player 1 input and goes through it again When I use Step Into Debug, it's fine, turn increases by one each time but when I just press F5 and play, the turn ...Show All

  • JeanL Installing Visual Studio Express Components

    Hiya people, I got a little problem with some downloads. I've installed VBasic and WebDev from a CD, and wanted to try out the rest of the express pack,so I've visited the downloads website and downloaded the approx. 2MB IEsetup files for each part. After running them, the setup installation was to download the actual installation files of J#, C# and C++, but then exited with the comment: Setup has stopped because the item listed above could not be downloaded . Are the packages no longer available or what I'm running WinXP SP2 en. Would be glad for any advice, since I don't have the -ehm- $99 for a support email. Several of these threads describe the same symptom as you are experiencing, one of the sugges ...Show All

  • rwerner How to make a search box in an application

    Hi. I have a database that has a table named "Main", this table has 4 elements "ID, Blue Number, Year, Description" . What i need is how can i make a form that has only a search box to search using any given blue number, and once the blue number is entered into the text box the program will search the database for all other elemnts to that blue number. Anyone can help plz This is how i tried to do it : 1: Made a form with a button (Button1), a textbox (TexBox1) & a listbox (ListBox1). 2: Went to Data Sources tab and selected my database and then selected the table i want to use (Table1) and the dataset name is memsDataSet. 3: Inserted the following code into B ...Show All

  • JacksonJones CTP7 CPU Very Busy

    On several occasions Data Dude has stopped responding while using from 50 to 90% of the cpu. It's happened while performing a data compare, while unloading a project or while trying to close a project. Some times I see the error message " Failed to retrieve msbuild property DBProduct from the project file ." Sometimes it comes back, and others it will run for hours if I let it. Has anyone seen this issue before The problem will start during ordinary use and continue from that point. Even if I force VS to close (VS won't respond so it's not possible to close it nicely) and reopen the project VS will continue keeping the cpu busy. The only way I've found to work with the project again is to fo ...Show All

  • wadnerk How to move project data?

    I have a basic question (sorry, I'm a beginner in this area): we installed TFS and SQL on the C: partition of our server. However we have a second partition (say E:) where we store all the development data (C: is used only for program/system files), and we wish to have the TFS data also there. How do I change the location where the TFS data is stored BTW, does TFS store everything in SQL or also writes something on the file system We don't have any production project so if the move will loose data is not important at this stage. TIA Francesco The TFS data you'll want to move is in SQL Server. Thankfully, SQL Server has a great facility for this - the ability to "detach" and then "re-attac ...Show All

  • DavidThi808 Database capabilities of other editions of VS TS

    Hello Will developers with versions other than Visual Studio TS for DB Pro be able to open Database projects For example for cheking out a table or stored procedure, modifying it and then checking it again. Most developers modify at certain point databases objects, so I woul like to know if the team members with other editions of VS TS will be able to interact somehow with the work done with the VS TS version of the data dude. Sorry currently TS Data database project are only available within TS Data DB Pro. Mairead ...Show All

  • SergioX Custom shaped Form?

    I'm wondering is it possible to have a form that isn't a square I want to have a form with a menu sticking off the side, so that it would stick out. Is this possible Thanks I'll try that but why do I need all this code, cant I just add it as the background image like I do with the bitmaps What I was trying to say, is that you can draw your custom shape to something other than the lake. But here is the code to use a compressed image. Public Class Form1 ' Create a PNG file, not a JPEG. ' JPEG compression causes it to ' create colors that are not there. ' A image created with only 2 or 3 ' actual colors may show mo ...Show All

  • Leandro Rodrigues Planning

    We are developing an application like Yahoo Messenger and using MSF documentation templates. Now I want to ask from you that which thing we will include in the following sections. 1) Development Plans 2) Test Plans 3) Communication Plans 4) Availability Plans 5) Security Plans Imran Ahmad Mughal Thanks have you solved any document using MSF If yes then kindly forward us because it will provide us some concrete concepts. Thanks Hi Imran, Are you using MSF3 templates or MSF4 In MSF4, Development Plan usually translates to iteration and release plans. If needed, you can justify the development approach in a Word doc and add it to the Share ...Show All

  • johnny_good A Mute comand ???

    hi its a simple lil thing all i need is when a picture or button is clicked an double clicked the volume of the computer is muted Simple as :) i've searched and cant figure this out not using windows media player or anything just the computers Master volume to = 0 :) The above code didn't quite work for me. So a tiny change and now it does... Dim APPCOMMAND_VOLUME_MUTE As IntPtr = IntPtr.op_Explicit(&H80000) Private Const WM_APPCOMMAND As Integer = &H319 Declare Function SendMessageW Lib "user32.dll" (ByVal hWnd As IntPtr, ByVal Msg As Integer, ByVal wParam As IntPtr, ByVal lParam As IntPtr) As IntPtr Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...Show All

  • FredMunro Is there any place where I should set the roles of the users?

    Hi Is there any place where I should set the roles of the users in the project A place where to set: Jhon is architect, Miriam is developer, etc. Thanks Javier There isn't a way to directly map users to roles in TFS. However, depending on what you're trying to do, there are some options for you. For example, if you want roles to define access permissions, you can define security groups (either as Windows groups or TFS security groups) for these roles and assign users to those groups. Let me know if that covers what you were looking for, or if not, please elaborate on your need. thanks! Yes, perfect. ...Show All

  • tgbt Schema Import Problem

    I do not get an error when I import a SQL2000 database into a SQL2000 database project, but the objects are missing from the Solution Explorer. I have roughly 100 stored procedures that do not show up under the Stored Procedures node in the Solution Explorer, but the really wierd thing is that they show up under the Schema View. Any ideas how to show up in the Solution Explorer PS. There are not any stored procedure script files on my hard drive except for 3 (3 out of 100) We don't support having more than one object per file, just as a note :). I'll see if I can get one of the project team folks to chime in, maybe they can think of something I'm overlooking. I downloaded CTP5 today and I ...Show All

  • Dr Z I'm an absolute beginner to programming and need some advice

    ^^^^^ I've been reading alot about vb and i'd like to know which program to buy. I've heard vb studio/express is the way to go. I just need something user friendly and compatible with all vb langauge, excluding C langauges. Any links to help me on my way would be appretiated. Btw Your forums could do with a "beginner's forum". Thank you for your help // I just need something user friendly and compatible with all vb langauge, excluding C langauges. That's a tautology, VB, by definition, incompatible with 'C languages'.  However, I brought it up to also point out that C# and C++ are also totally incompatible with one another.  In fact, a person who learns VB.NET is in a better ...Show All

8485868788899091929394959697989901

©2008 Software Development Network

powered by phorum