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

Software Development Network >> VS Team System

VS Team System

New Question

Running a exe application from a form but in minimize mode
XML DataSet
Using a COM interface
How to check if a build (in a team project) is currently processing?
Program produces different results on different computers
VSTF Workgroup
Programming Sudoku
Rules.xml
How to record the windows opened in a webapplication
disable on form load

Top Answerers

jv_getmore
Woyler
Rush hour
Michael_W
alphonso
Fluxtah
meho
bjquinniii
DocMARs
Christophe Vedel
Object Edge Inc
Only Title

Answer Questions

  • bucketofsquid How to view instantiated template source code?

    I'm learning about templates. I understand what's going on with them, but I would very much like to see the instantiated source code. This should be the source code with all the actual parameters substituted for the formal parameters. I'd be happy seeing the instantiated code in a listing. How do I see that I'm using VC++ 2005 express under Win2K. Many thanks. Hi: this is not possible. Templates are not macros and as such they are not textually expanded within the compiler. Instead the compiler walks over a much lower level representation of the raw template replacing types and expressions as it goes building up a specific specialization of the class or function template. It may be a suprise but inter ...Show All

  • Tommix99 Weather Tracker not working

    Hello, I just started learning Visual Basic using Build A Program Now book. I am now trying to run Weather Tracker program but having problem running it. I get the message which says the web service is not available. Does it work for you If you know what to do, let me know Hi. Was wondering if you ever solved this problem. I looked up the kb for the book and foudn nothing had changed since my book, but I have the exact same problem regarding the web service not being available. I cut and pasted the link it uses to test the web service to verify it was available, and my browser hits a page, so i'm assuming it DOES work, is there, and something is just not right, though I've no clue what t ...Show All

  • Marcusbris Drawing Ellipses at a specified angle (not aligned to the x or y axis)

    I am trying to draw an ellipse at the centre of a panel such that the semi major axis of the ellipse is rotated at a user specified angle ie. rotated ellipse. I have no problem drawing an ellipse at the centre of a panel provided there is no rotation applied, but as soon as I try to rotate the ellipse I fail to achieve the desired result. The method I have tried is to use the Graphics.RotateTransform and graphics.TranslateTransform methods. The Graphics.RotateTransform method seems to rotate about the origin (0,0) point of the panel, so I have tried the following: First draw the ellipse centred at (0,0) Rotate the ellipse using the Graphics.RotateTransform method Translate the elipse to the centre of ...Show All

  • progames25 Access "Start Date" and "Finish Date" via TFS API

    Hi, I'm integrating access to TFS in one of our internal development tools. So far I have successfully connected to the TFS, retrieved a WorkItem etc. I was also able to modify the "Completed Work" field programmatically. How could I access "Start Date" and "Finish Date" Those fields seem not to be part of the Fields collection. I haven't found any samples. Any help would be appreciated. Regards Uwe I have done some additional testing: In CMMI it seems that only the "Task" WorkItem conntains the fields "Start Date" and "Finish Date". Project and Excel seem to be able to add those fields but I was unable to verify that. It didn' ...Show All

  • Javahar Can i exclude certain files from being scanned for xml document generation?

    My problem is this: When designing a class, i create the .h header file like so: // foo.h ///<summary> /// This is foo ///</summary> class Foo { public: ///<summary> /// Default constructor ///</summary> Foo(); }; Then when i create the .cpp file i copy the comments into that also so i can read what the function does (at a later date) from any of the 2 files like: // foo.cpp ///<summary> /// Default constructor ///</summary> Foo::Foo() { //do something }; Now when the .xml documentation is generated, for each member it lists the summary twice ie: < xml version="1.0" > < doc > < assembly > "F00" </ assembly > < members > < mem ...Show All

  • Antarctica Advice on moving TFS to new domain - easier to simply reinstall?

    Hello, I have a Team Foundation server built out on a Win2003 dedicated machine. Currently, this machine sits in our development/QA domain named Ecomqa. I have full control of this domain, so have (and can) set up domain admins, etc for testing purposes. I installed TFS on this machine purely as a trial for our team to learn how to use and mess around with. Right now there's really nothing to lose on this server if TFS disappeared - although reinstalling takes time (i.e., there's no project data, etc worth saving right now). The TFS was installed with an Ecomqa domain admin account. The issue is, all of our team's user accounts lie on another domain called BIZ, which we have no control over. BIZ does not trust Ecomqa, but Ecomqa t ...Show All

  • migeold Cannot connect to TFS

    TFS is installed at "hostY" of domain "domainY" An user account "user4DomainY" is created for the TFS. I login my PC with user name "user4DomainX", domain name "domainX" Install the VS.Net 2005 and then the Team Explorer on my PC. From VS.Net, I connect to TFS by entering url "hostY", it prompts me for username/password. I enter "domainY\user4DomainY" and the password respectively. It fails to connect to the TFS. It keeps on prompting me for the username/password. To test my account is working, I open a file explorer and enter "hostY", it prompts me for username/password like what it does in step 5. I enter "domainY\user4DomainY" ...Show All

  • Regmo I need some help

    I have put together a small application that includes a wysiwyg web page editor. The problem I have is that I need to remotely host the editor. I want it to be local to the compiled application, but I have had no luck. I have tried to ad the editor files to the resouces folder, but still with no luck. These are the file types that I need to remotely host: wysiwyg.html wysiwyg.js and three folders containing graphics and misc tools for page editing. I want these files included in the application so I don't need to remotely host them. Right now I am using a webbrowser control to display the editor. Please help me..... I can't find the option for "In Properties window, change the "C ...Show All

  • TheMaj0r write sql quary in vb code

    Good day Does anyone know if a sql quary can be written in vb code . Something like this. dim myquary as string= sql quary and when page is loaded or some other event is triggered , then my quary can run. I,m trying to show data from a certain row when a form opens. Thanks Rob Thanks How would the code change if I used ADO.net Rgds Rob Hi, This is ado.net ron Sidheshwar N has the right idea...but you should use ADO.NET instead of ADO... http://msdn2.microsoft.com/en-us/data/aa937699.aspx hi, http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1164976&SiteID=1 Ron Hi, Dim strQuery As Str ...Show All

  • cedubose Having trouble deploying to the report server

    Tried every combination with and without SSL, using reports and reportserver - cannot get it to deploy. Tried target folder the same name as my report project and the same name as my team project - still no luck - what am I missing TITLE: Microsoft Report Designer------------------------------A connection could not be made to the report server https://vstudio01:8143/reportserver.------------------------------ADDITIONAL INFORMATION:The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. (System.Web.Services)------------------------------The remote certificate is invalid according to the validation procedure. (System)------------------------------BUTTONS:OK------------------------------ ...Show All

  • briendjf Windows Filtering Platform

    Hello As per microsoft specifications Windows Filtering Platform is supported on Windows XP. I installed visual c++ 2005 express edition and Microsoft Platform SDK R2 (Full version). But i can not see the WFP sample application installed in samples directory for sdk. Also fwpmu.h fild do not exist in sdk includes folder and i am unable to use WFP functions. So for some reason Windows Filtering Platform SDK did not get installed. And i wish i can find out that reason. Can anyone help please Sorry if i did anything wrong. Regards Jack Hello Re: Windows Filtering Platform Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http: ...Show All

  • ekkapop Web -Smart software architeture

    Hi guys Not sure where to post this one ,but it is the wrong place please let me know. I am a big fan of the enterprise Library and where I work we need to write a framework to handle all the presentation layer applications from Web Application to Windows Applications to Mobile ones. I was thinking and correct if I am wrong that we could use this software factories as a template and extend it where necessary. My questions: Do these software factories share the same framework Do they share the same business Layer Are any examples/Solution I can download where a webApp or WindowsForm use the same underlying framework As you probably guess I havent looked at them properly but some quick indication will be very apprecia ...Show All

  • daimaku Another suggestion for treediff

    It would be very useful to display the last modification date of the files in the tree and if comparing server items, display the changeset number. This would allow easier determination of which file has more recent changes. Also, possibly allow merges to occur between two server paths. These are good suggestions. I'll ask our PM to enter these requests. Thanks. -Tan ...Show All

  • RichardCasey Saving ALL of the installer to disk

    I downloaded and installed VC++ express and love it. Unfortunatly I will be getting a new computer that is seperat from my internet computer which I will do my programming on. Also, I would like to keep the install files backed up. So my question is, Is there a way to download the files that are downloaded by the installer and put them in a temp folder to install off of a CD or from a hard drive on a PC without the internet Or is this mentioned somewhere else and I'm just being dense Hi, I want to get a fresh installation because I made wrong directories and path changes. I reinstall (repair option) with the ISO CD Image but all was left as they were. Should I uninstall first You can down ...Show All

  • nothingmag How to run third party(TestPartner) UI scripts under VSTS?

    Hi there, I am new to VSTS Test System and I am trying to run Compuware's TestPartner UI script through Visual Studio and encountering a message like below, "Key x of item not found in collection" where x = name of the TestPartner script I have added TestPartner Script into Compuware's Test Functional suite and trying to run the script where it has to invoke an .NET executable on the desktop, get inside the app, check for some values in the grid, close the app but its generating the above message when it tries to run. I created one more TestPartner script just to test .NET controls which opens IE 6.0 and goes to Tools->Options and comes back. This works and does the job but generates the above message after runn ...Show All

151617181920212223242526272829303132

©2008 Software Development Network

powered by phorum