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

Software Development Network >> VS Team System

VS Team System

New Question

trouble referencing %(ConfigurationToBuild.FlavorToBuild)
Reading a web page...
Sorting a Combo Box that has a DataSet
Review WI isn't associated with an iteration?
Get load test run name in coded test?
TFS Setup for high availability
Database Pro requires local SQL 2005 instance???
New Team Foundation Server MSSCCI Provider Available Now!
Using an animated GIF instead of busy cursor
Help Clearing All Textboxes and All Comboboxes

Top Answerers

Ed Allan
MaggieChan
FASimus
PortiaT
A. Weisberg
Photab
TEJKIRAN
rjjhome
qwv
PatrickDonohue
sitemap
Only Title

Answer Questions

  • HKEC Are todays leading games build in VC++?

    Does anyone know if the 'big guys' use VC++ or Express to build their games If not, what do they use And why Established companies don't mind paying a few hundred dollars on compilers. Out of a total budget of maybe ten million dollars for a game that is almost nothing. Unfortunately that is prohibitive for the bedroom programmer. When I was a games programmer we used MSVC++ 6.0 and a gnu compiler. Virtually all games are written in either C or C++, with the occasional spot of assembly for very processor-intensive routines. There might also be a high-level scripting language for game logic. C is the language that programmers use to communicate with each other. For instance when Graphics Gems cam ...Show All

  • Big5824 reading

    How do i read, write, create, and edit variables in an configuration text file. Thanks. I'm a novice programmer, So i don't really know how that link answers my question. Can you help me http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1198326&SiteID=1 1.) You don't want a text configuration file. There's something much better. 2.) to create settings variables a.) Open your project b.) On the main menu Project | Properties | Settings c.) create a user scoped variable called foo of type string 3.) To write foo: a.) In your code My.Settings.Foo = "green" My.Settings.save 4.) to read foo: Dim A a ...Show All

  • webrod In SQL SERVER 2005 need database, before restore has done.

    Hi, Thanks for all supported till now . Today i face a new poblem. Actually i restored stsConfig database from backup. But now i need the same old stsConfig Database. I thought of using Rollback but i dont know exact way and syntax. Can you help me on this. hi, Ofcourse i dont have any other backup. Can't we rollback the restore operation . Suresh, You cannot rollback a restore operation. Your only option is to find a backup prior to the one you restored. I'm going to move this to the TF Admin forum. Are you trying to restore the database that was there before it got overwritten with the one from you restored from backup If you don't have a backup of the database that was overwritten, ...Show All

  • ChandraP Create a UserControl

    I am following a tutorial on how to open a directory and show all the pictures inside as thumbnails. Below is the last paragraph so I thought, for my purposes, I would try to create a control so that I can use it in other programs in the future. I have now done everything I need, what I don't know is how to make it a dll so can someone show me how I compile it to a dll please You can use this control in any of your projects by adding the Thumbnail control source code to it. Alternatively you can create a UserControl project that contains the finished thumbnail control and compile it to a DLL. You may then either add the compiled user control to any of your projects as a reference or add it to your toolbox and use it in the Visual ...Show All

  • William Bartholomew Detect event for Windows logout/shutdown

    Hi, I use VB2005 and i need to develop an application that start by itself when a user log in and launch a last command when the user log out or shutdown windows. To start the application it's ok and fine but i'm not able to find in any documentation how in a console application you can create a addhandler command that will be triggered when the user leave windows or shut it down ... Any help would be greatly appreciated! Thanks, N. you may need to do some Win32/API invoking here as I don't think there is an eventhandler to detect if Windows is shutting down, the only one that *may* come close is the form_Closing event but this would fire everytime you close your application. in .NET 3. ...Show All

  • Deis Unresolved token? Unresolved external symbol?

    I am trying to build a simple application that creates a Shell Link. It compiles just fine (I can port source code if need be), but it will not link. The linker complains: wc3270wiz.obj : error LNK2020: unresolved token (0A00001F) IID_IPersistFile wc3270wiz.obj : error LNK2020: unresolved token (0A000023) IID_IShellLinkDataList wc3270wiz.obj : error LNK2020: unresolved token (0A000026) CLSID_ShellLink wc3270wiz.obj : error LNK2020: unresolved token (0A000027) IID_IShellLinkW wc3270wiz.obj : error LNK2001: unresolved external symbol IID_IPersistFile wc3270wiz.obj : error LNK2001: unresolved external symbol IID_IShellLinkDataList wc3270wiz.obj : error LNK2001: unresolved external symbol IID_IShellLinkW wc3270wiz.obj : error LNK2001: unr ...Show All

  • Helen999888 Post-SP1 Install Issues

    Hello, I completed installation of Team Server SP1 yesterday on a single-server deployment using the Workgroup edition (5 user limit). I installed the prerequisite from KB919156 and did not run into any additional installation problems, the process completed successfully. At the moment, everything appears to be running properly. I can connect to the Team Server, download projects, etc. However, I rebooted after completing the installation, and on startup I am seeing multiple error messages in the application log. The exception message for the errors shows as: Cannot open database "TfsIntegration" requested by the login. The login failed. Login failed for user 'OSCAR\TFSSERVICE'. (type SqlException) The errors all se ...Show All

  • ajay_dekavadiya There are no tables in DB after database tier installation of TFS

    I previously had a working installation of the TFS system, but was forced to rebuild the data tier, which wouldn't install with the old tables in the DB. To solve this I uninstalled everything from the data tier and began over from the begining. Everything goes well up until I install the database tier for TFS itself. The DT installs silently, as in no errors, but once it has run the DB looks the same as before, there are no new tables. I have tried adding the TFSSETUP account to DB admins and the same result occurs. This ultimately means the app tier can't find the DT installation on the specified machine. Why is the TFS install not creating the tables and is there another way to have them created or force the installer to try again ...Show All

  • George2 Must be non-Negative and less than the size of the collection

    Hi All, I need help with the code below. I keep getting this error when I run this code. "Index was out of range. Must be non-Negative and less than the size of the collection Parameter name: Index" This is the code I am running Private Sub tsbtnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tsbtnSave.Click objData = New DALBase Dim iv As New OracleParameter Dim oraConnect As New OracleConnection("Data Source=DEVELOPM; User id=VS_DEVELOPER; Password=f00tball;") Dim myCMD As New OracleCommand("Weblogica_Systems.Insert_Daily_Sales", oraConnect) Dim Val_1 As String Dim Val_2 As String Try oraConnect.Open() dgvSalesDetails = New ...Show All

  • FedorSteeman Database addin ?

    I've heard some rumours that there is an addin for VSTS - SD which gives the Database editions functionality into the SD edition. Is there anything in this Basically - if one has a license for the SD edition, one often also needs the DE edition's functionality, instead of using 3rd party products, but the license price is way to high to do this. An add-in would be perfect..... Can anyone answer this I have a team of 12, most of whom need the Developer edition, but also could really benefit from some aspects of Database Professional. I don't want to get Team Suite for all of them, but really need a combination of Developer and Database. If there is any way to add in the database features to the Developer ...Show All

  • SuperJeffe Textbox

    1-I have some textboxes in my program. Max text length for them is 1 char. Now when I want to enter a number for example 423, I should press 4, tab, 2, tab and 3. Now what should I do to do this without tab button. I mean when I press a number in the first textbox the second number be automatically in the second textbox. 2-I want not to allow entering words (e.g. w) in my textbox. I mean I want to allow users to enter only numbers (e.g. 0) to my textbox. Please help me more . I dont know what should i do . How can I do that William Bartholomew wrote: 1. Handle the TextChanged event of each TextBox and if the TextBox contains a character t ...Show All

  • JustPlayingAround It's one small step for you, one giant leap for me.

    My first User Control, would value any opinions on how I've done and was it worth it . It can be downloaded here. Insert link still not working http://freespace.virgin.net/viking.rover/PaintBox.zip I think it's neat that you are doing things like this. It's thanks to this forum and it's users. In future, if I was going to release a Control for general use then, I will, as you suggest, include a demo and a Readme. Cheers Graham Well it has a nice look and feel, but I don't see the specific event that is raised when a color is selected. Did I miss something here Whoisit wrote: My first User Control, would value any opinions on how I've ...Show All

  • sigol how to set same property in whole application

    Hi , i am new to VB.net windows application how to make a control same property in whole application eg.. i want to set default size for all the form in the application. so i dont have to set in all form thanks in advance well if you want to set a default size for your form in the application, then you can create a global variable which holds this size then when you want to reset back to the default size, simply set the Form.Size to this property. Is this what you maybe after If so, try this, small snippet: 'declare global Dim theFormDefaultSize as new Size( width, height ) .. .. 'some reset button private sub button1_Click(byval object as sender, byval e as eventargs) handles butt ...Show All

  • MEder Selecting the three largest variables from a group of ten

    I need to select the three largest variables from a group of ten, however I need to do it without a hundred ifs, also I need the variables, and not the values. Is there an easy way to do this that I am perhaps missing If so could someone please enlighten me Thanks. you can also try this code... Dim lst As New SortedList(Of Integer, String) lst.Add(3, "item1") lst.Add(6, "item2") lst.Add(5, "item3") lst.Add(9, "item4") For i As Integer = lst.Count - 1 To 0 Step -1 Console.WriteLine(lst.Values(i).ToString() + " = " + lst.Keys(i).ToString()) Next are the values stored in an array or collection i think there's array.sort() Leon:  I d ...Show All

  • DSent Messanger

    Does anyone know where i can downlad a messenger plugin to use in my project Steve ...Show All

626364656667686970717273747576777879

©2008 Software Development Network

powered by phorum