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

Software Development Network >> VS Team System

VS Team System

New Question

VB 2005 Express > SQL 2000 Developer/Enterprise
TFS/Project Integration
Error while creating Dataset
Which info is the best to identify a computer?
Screen Flicker
Cannot get name of selected node in treeview
Performance Problem #2
postbuild event
Two questions on Team Builds
Create Array Control like on vb 6 ?

Top Answerers

Fabriciom
Gordon Staley
xion.truth
xRuntime
Nihal Chand
sseerraajj
Andrew Mayorov
Nerick
Zwigby
akram badr
sitemap
Only Title

Answer Questions

  • Leaf. call event

    Does anyone know how to raise an event when the enter key is pressed. well how do you mean do you mean you want to detect if the enter key has been pressed if so on which control form or another control Yust register a KeyPress Event with any Form or Control private void Form1_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar = (char)Keys.Return) { //Do Something } } you should do this: if (e.KeyChar == Keys.Return) {                 //Do Something } on a KeyDown event. It's better to do this on a keydown event than a keypress event simply because there is no need to d ...Show All

  • joginaidu Get "TSD158: Login failed for user '#####\TFSSERVICE'" error when trying to include a database project in the team build

    When I try and include a database project (RTM version) in a Team Foundation build I get this error for each one. "error TSD158: Login failed for user '######\TFSSERVICE'". I have given that account admin rights for my local copy of SQL2005 and the Database that I specified in the "Target database name" section of the build. I even gave it admin rights for my build machine just to test and still got this error. Does anyone know where else I need to give this account permission in order for it to build a database project See the following post in the VSTS Database Professsionals forum for a probable answer: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=867180&SiteID=1 . Hope this ...Show All

  • Atle Bjanes Virtual Users on a load test

    I still can't understand clearly how load test works...From what I know, when load test runs a set of virtual users are used to simulate the webtests...now my question is, what if my webtest includes a login process, does the load test still create virtual users If not, then is it correct to say that if a webtest in a load test involves a login, then I should use data binding on my web test to simulate multiple users logging in... Another followup to this would be...assuming we have a 10 user load...does this mean that 10 users are using 1 PC or 10 users are using 10 PCs I guess my problem here if 10 users are simulated using 1 PC, then how does load testing handle cookies Coz I tried manually simulating 2 users logging in and b ...Show All

  • dnyanesh Application performance?

    Hello, My application is using an access database which I already have full of information, however i have decided that for my project I now require a new table for storing quite a few fields of data, should i add this to my current access DB or should i do this new table in express SQL aswell as having the access connection.. would this change performance or make it better hope you can help, thanks! Only requires one user, allthough you are right about needing to mix tables, didnt think of that, thanks! Don't split your data over two different database engines, it will be a major pain in your behind when you find out you need to join tables. And you will. Choose ...Show All

  • wlaulner Database Project: "Add Project to Source Control" error

    When I try to add my Database Project to Source Control, I get the following message: --------------------------- Microsoft Visual Studio --------------------------- Error TF50322: Unrecognized project name. --------------------------- OK --------------------------- I tried to use different project names, I tried to add the project to Source Control during its creation and after its creation - nothing works. Thank you. Thanks for the answer. 1. I don't know if the list of projects will help you, but here it is. The TFS projects are: Alerts, BillingControlPanel, DataImporter, General, ImportData, Infrastructure, Olap, Reports2005, Test, WorkingHours . Yes, I removed several projects: "Billing Control ...Show All

  • Joseph Stalin How to integrate web sites with Team Suite for use in Load Testing?

    Hello, I am new to Team System. I have installed Team Suite and Team Foundation Server. Now i have to start Load Testing. But i dont know how to integrate web sites to use in Load Testing. Riti (moved to VSTS - Testers forum) Here is a link to help documents for load testing: http://msdn2.microsoft.com/en-us/library/ms182561(VS.80).aspx Here is a link to helop documents for web testing: http://msdn2.microsoft.com/en-us/library/ms182536(VS.80).aspx This help documents provide a good overview of web and load testing as well as a set of walk throughs for creating web and load tests. ...Show All

  • Kristian Wedberg Creating a generic SQL function for Select, Insert, Update, Delete etc (Code reuse)

    Hi I'm writing a small Finance application using Visual Basic Express and Access and although new to VB am finding it fairly straight forward. I have a question that I hope will be fairly easy to answer as most programmers must come up against the same thing. I've no problem with displaying data from a table, but, I routinely need to add single records or retrieve single records (e.g. customer record) and find that I have to copy & paste the same code each time. Say you have forms to add customer, add supplier etc. I'm copying the code to insert the record and simply modifying the SQL INSERT command each time. Surely this isn't efficient and code re-use is the answer I'm ideally looking to create a generic function within VB w ...Show All

  • Heikki-Pekka Noronen How can I get the name of the file that the user wrote after the exe file?

    Hi, I wrote a simple program that show a BMP picture file. the name of my EXE file of my project is called ttt.exe I want that the user will run my program with the name of the BMP file that he will choose to show. for example I'll take picture that called tmp.bmp Now the user will run my program start =>Run=> ttt tmp.bmp Now how can I get the name of the file that the user wrote after the name of the EXE file Regards, Yaniv Thank you all... works great!! as I needed.. Best Regards, Yaniv The following snip of code prompts the user for a file to insert into a richtextbox. Perhaps you could modify it to su ...Show All

  • slippyC Adding / Modifying Work Item Fields

    Greetings I would appreciate being pointed at the correct places in the documentation / blogs/ etc. to learn how to add a custom field to the work item tracking dialogs. Having looked at the warehouse it doesn't look that difficult but a step by step would be helpful. Thanks in Advance & Warm Regards Alan Richard I find it odd that Microsoft would provide such poor documentation during the "play with it for free" phase. I've worked with the Mercury Suite, which I consider MS's competition in this space. Extensibility is key to making VSTS successful. Alan Here's what you need. I think this post has the answer: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=529720&SiteID=1 It ...Show All

  • Rocket horse web browser

    hi all im trying to check if the current page in a webbrowser is loaded also is there any way to sign on to a dsl connection requiring a passord if there s no connection avaible thanks in advance tim that sounds reallycomplicated i think ill just stick to loading a dos batch file which connectes unless anyone knows a better way " there any way to sign on to a dsl connection requiring a passord if there s no connection avaible thanks in advance" There is a way, it's not easy. I think you will have to do a "register Browser for this". The way to do that, is discussed in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=70 ...Show All

  • Matthew Feng Field won't copy from another field on New Work Item Activation

    I'm trying to create a new work item type for my company. One of the fields they want to track easily is the alarm's initial priority when it was first opened. I figured this would be easy by adding a new field called "Initial Priority" and copying in the value from the Priority field when the work item was created. However it does not seem to be working for me. In the Transitions section under the Transition from "" to Active, I have the following, but it doesn't seem to work. < FIELD refname = " AuthNet.Fields.InitialPriority " > < COPY from = " field " field = " Microsoft.VSTS.Common.Priority " /> </ FIELD > When the new work item is saved, ...Show All

  • jaxDeveloper HTTP request

    I want to send a request to a website. Baiscally my goal is to write a program on top of an existing website. I have some c++ background (AP in highschool 7 year ago). The logic behind my program is simple, but i have no idea how to get the syntax to work. Once i get that to work i want to make a stand alone application that i can give away to my friends. #include "stdafx.h" #include <iostream> using namespace std; int main() { return 0; } This what my project has currently has. Please direct me to the approperiate resource. Thank you Honestly this would be easiest to do in C# You could simply go System.Net.WebClient TmpClient = new System.Net.WebClient(); String ReturnedCont ...Show All

  • Esp_99 How to check rules about our type implementation

    Hi, I found how to check rules about Framework type implematation for example check that a custom Exception that inherit from Exception got a postFix withException. look like this if (item.IsAssignableTo( SystemTypes .Exception) || RuleUtilities .IsAssignableToInstanceOf(item, SystemTypes .Exception)) { if (!__c.Name.Name.EndsWith( ConstantHelper .EXCEPTION, StringComparison .Ordinal)) { .... Now I want to validate rule about naming class that inherit from one from our library. How can I describe the classes I wnat to check in a clean way Best Regards, WoZoI Hi, It's easier than what I figured out yesterday. To the same check but with your own Type so replace SystemTypes ...Show All

  • Kamii47 .dll help

    hello. I will explain my problem I have an application, in that is a webbrowser and I want it to switch to an url on a user specifiet time. but now. I want the code (which I already made) in a remote .dll file (or another one, if you can recommend one) with all the url's it should go to. Example: Select Case timername Case 0 WebBrowser1.Navigate( "URL" ) timername = 1 Case 1 WebBrowser1.Navigate( "URL" ) timername = 2 End Select Why do I want it in a remote So the application can update it when I have an update for the url's and not have to update the whole application. So how do I do that (I don't want it in the resources but in a folder on the hardisk (C)) Note: this application has a use! hello ...Show All

  • CNP Global Lists & Default Values

    I am using the Process Template Editor to customise some work items. I have run into a problem with defining Global Lists and Default Values and am not sure whether this is a problem with the PTE or Global Lists. Is it possible to define a default value for a field where the value is tucked away in a Global List My XML for the field wants to be something like: <FIELD name="Priority" refname="Microsoft.VSTS.Common.Priority" type="Integer" reportable="dimension"> <HELPTEXT>Priority for addressing the risk.</HELPTEXT> <REQUIRED /> <ALLOWEDVALUES> <GLOBALLIST name="Priorities" /> </ALLOWEDVALUES> <DEFAULT from=& ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum