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

Software Development Network >> VS Team System

VS Team System

New Question

VC++
how to make a rich textbox print
VSTS for DB - SP1? & AGILE
Joint Application Development
Is it me or has intellisense been dumbed down for C++ Express?
Replacing Text with Text from another form
How to read the executable?
System.ChangedBy populating with "currentuser" prior to save.
save game progress
HTTP Error 403 - Forbidden

Top Answerers

nbrege
KjellSJ
Ted.
prthealien
John Sobernheim
soheil.plus
adorer
Troy Lundin
MartinMalek
Kay-Davis
DeltaXML:
Only Title

Answer Questions

  • Alexandrea Chart Control

    Hi Guys, Does anyone send me a copy of chart control for vs2005 My email is jameskuo@cox.net Thanks james The chart control is only available for VSTO and not the Express editions. You can read more about it here: http://msdn2.microsoft.com/en-us/library/kx2ttx0a(vs.80).aspx ...Show All

  • Dentech Unit test results not getting copied to output directory (RTM)

    I have some unit tests that are aborting in the build. At the end of testing Team Build is attemtpting to copy the results to the output directory and it is unable to do so because another process has locked the file its trying to copy. This also has the affect that nothing for this group of tests shows up in the dashboard. Thoughts anyone Aborted (AutoBuild/)Sales.Symphony.Config.Tests.Models.SNPModelTest.GetLineItemsIntoBasketTest Aborted (AutoBuild/)Dell.Sales.Symphony.Config.Tests.Views.Systems.ModuleNodeTest.TestPropertyErrorAcknowledged 0/657 test(s) Passed, 157 Passed (run aborted), 17 Failed, 483 Aborted Summary ------- MSBUILD : warning : Test Run Error. The previous error was converted to a warning be ...Show All

  • Thaya I Get TF53008: The authentication type is not supported. 3 times when our TFS is booted

    Hi we have just installed a TSF Server with Service pack 1. But We cannot get it to work. If I log onto the TFS Server with an added user I can connect to the server and perform the required action. But when doing the same from a remote computer I get: Microsoft Visual Studio: TF31002 Unable to connect to this Team OFundation Server. In the event log on the server there are 3 error of this kind: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 14-02-2007 14:48:34 Machine: DK-TC100197 Application Domain: /LM/W3SVC/3/Root/serv ...Show All

  • Filipe S. Creating an array of integers and then moving values to labels...

    Currently I'm trying to create an array of the following dimensions (10 x 25) to hold positive integer values and I am failing to even get the array created. I'm still trying to do the following two things... 1) Create an array of integers of the dimensions 10 by 25. 2) After doing some functions of the data I want to move some fields out into multiple label fields. I have no idea how to do this, any ideas Currently trying the following: int playerone[10, 25]; P1Set2->Text = playerone[2].ToString; Sorry for such a n00b question. Thanks for any help, Rick the nake programmer. The Naked Programmer wrote: Currently I'm trying to create an array of the following dimensions (10 x 25) to hold positi ...Show All

  • RPriesing cant find .cs files

    When I reinstalled VC# 2005, my .cs files from my project folder seemed to vanish. Now, instead of a Form1.cs file, there is a Form1.resx file instead! Is there some way to convert back to a .cs file a resx file is different than a cs file. a resx file is a resource file. This shouldnt happen from what you are describing. have you tried to search for the cs files via Windows search/find (search for *.cs in my documents, or even the entire drive) Thanks to everyone. I'll try all the suggestions. All is not lost though, for some reason(call it a premonition) I copied some of the main source code as a .txt file and took a screenshot of the UI's. During the many hours it will take to reproduce so ...Show All

  • Ananda Ganesh Converting a ListBox to a TextBox

    I believe this is probably pretty simple.... I am creating a program to create a text file. The program is very simple. Upon load, you choose an active directory. The program then searches the active directory for a file type (in my case *.wma files) and returns the foundFiles into a ListBox (ListBox1). I have all of that figured out and working nicely. I believe what I need to do now is copy the contents of the ListBox into a TextBox so that I can export (even copy and paste would be nice, which I can't do with a ListBox) the files into a Text File. If I can just get the contents of the ListBox into a TextBox, I should be fine. How do I do that Why you ask I am archiving my music library onto CD and I want to be able to put the b ...Show All

  • Donaghy Simple password comparison vs. Access

    Hi guys, I have a very simple question for you but that i can't seem to figure out how to do it. I need to compare a value that a user enters on a textbox in a form vs. a value from a database. I'm creating both from scratch but i'm not sure how to pass values and compare to a database item. For example: Form1.aspx txtUser: Admin txtPW: 1234 ---------------- *********** ---------------- db1.mdb / Table: Users User:Admin PW: 1234 Level: Admin Addres: Here Department: Computers It DOESN'T need to be super secure nor encrypted since i'm just doing something simple. I searched all over here but all the answers are way beyond of what i need to do here. Any help or ...Show All

  • d9832834 Breaking execution when a variable reaches a certain value

    Hi all, I was just wondering whether there is a way in the IDE to break execution when a variable reaches a certain value. For example, in this code have the program break when 'i' reaches 201,000: for (int i = 0; i < 1000000; i++) { label.Text = i.ToString(); //Do something } I realize I can just stick and if statement in the code, but I was curious as to whether there was a way in the IDE. Thanks! Hi, You can break the execution in debugging mode by click the "Stop Debugging" command in VS. And you can add break point , write if statement and break keyword in program to break out of it. IDE is to help you with easy programming, if you wanna do things when a var ...Show All

  • soheila error connecting to database

    I am using VC# Express and trying to connect to a SQL 2000 database. The error message when I compile the application is as follows: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) Is there anyway to connect to SQL 2000 with VC# Express or is this a waste of my time. using System; using System.Data; //ADO.NET namespace using System.Data.SqlClient; //Use SQL Server data provider namespace using System.Collections.Generic; using System.Text; namespace Da ...Show All

  • Felicia Banks Compiled CHM?

    I'm looking at the following Help Class info: http://msdn2.microsoft.com/en-us/library/system.windows.forms.help.aspx "You can use Help to show compiled Help files (.chm) or HTML files in the HTML Help format. Compiled Help files provide table of contents, index, search, and keyword links in pages. Shortcuts work only in compiled Help files." If I'm reading this right, all I need to do is include the chm file as a file under my application and reference it's location: Private sHelpFile As String = My .Application.Info.DirectoryPath & "\Resources\help.chm" Then, all I do is call the file: Private Sub InstructographHelpToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e A ...Show All

  • Severin123 If lost my forms!

    I have lost all of my forms in my program i can now only code, i need to be able to see them this all happened when i had to restart and load the pproject up agian now i cant find design veiwe again help any one sorry for spelling im in a rush I'm in a rush too and don't have time to answer this question. Why you say you lost all your forms - forms are just a collection of files - do they still exist on the machine - if so then add and they are not in the project then add the files back to the project.   If they are not on the machine - normally in the project folder then you probably out of luck - and should restore them from a backup.  Also remember that the files include a ...Show All

  • Grace SQL Whats Wrong

    Hi, can anyone tell me whats wrong with my site at www.rockhamptonlive.com.au This kind of question is usually referred to www.asp.net. Theres no index file. Index.asp/index.aspx/index.html/index.html etc. Most likely index.aspx, because you're using asp.net 2 Hi and thanks.. this is a classisifeds template and i have done is submit it to my host and ad my site name I have looked through the template and there is no index file many thanks Just make an index.html file and in the html code make it redirect to your main page, which should be a .aspx page.. ...Show All

  • rottengeek How do I exclude a database project from a solution for a build

    This is along the line of other posts I've seen but, doesn't cover a database project. I have a solution with a web project, libraries, and a database project. The database project doesn't show up in the Configuration Manager of the solution to include or not in the build. When I create a build to run on our build server it fails with the D:\Build\Project\Project Build\Sources\Project\Project.sln(0,0): warning MSB4078: The project file "...StoredProcedures.dbp" is not supported by MSBuild and cannot be built. It builds fine in VS since it's not being included. How do I exclude it from the build server build Were the contents of the solution of any help in diagnosing the problem Tha ...Show All

  • Tim_Mackey DataEntry and Querry

      Hello, Form1 has one TabControl with two Tabpages, one "Look up Button" and  one "Save Button". TabPage1 is the "DataEntryForm".  Its Fields > ID, LastName,  FirstName, and many others.... TabPage2. is the "FindForm" containing a DataGridView (is this possible ) with ID, LastName and FirstName only.  How can this be made in VB:    Case 1. User type LastName into "DataEntryForm" corresponding field. Querry is performed.                                      &nb ...Show All

  • HowardCarr Is there a kind of union structure in C Sharp?

    I want to use "union" structure in C#,but can't find it! Can u help me Thanks in advance! variable A and variable B share the same memory space! Are you able to show an example of what you mean do you happen to mean a structure layout do you mean something like... [StructLayout(LayoutKind.Explicit) class MyUnion [FieldOffset(0)] byte byte1 [FieldOffset(1)] byte byte2 [FieldOffset(2)] byte byte3 [FieldOffset(3)] byte byte4 [FieldOffset(0)] int myInt Thank you very much! That's what I want ! And about how to simulate C++ union in C# is described underneath: In C++, Union expression is: union  UValue {      char  _cval;      in ...Show All

89909192939495969798990123456

©2008 Software Development Network

powered by phorum