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

Software Development Network >> VS Team System

VS Team System

New Question

Team System Warehouse Problems
WorkingFolder.LocalItem is null in uncloaked path
J2SE runetime environment 5.0 update 6 - progress
Can I distribute Express embedded within my product?
Changing bytes to Kbytes / Mbyts / etc
Problems with glimport
Using C# project+classes in a web application
When do reverse deltas take place?
Matrix implementation problem
Known Bug In VB2005 Express??

Top Answerers

Kirill Tropin
bryanedds
anseal
stallion_alpa
ehsan sadeghi
suchi banerjee
Andy Swinton
BlakeMc
Mark Coffman
iortizvictory
Armwood News Blog
Only Title

Answer Questions

  • Aravind Sundaresan Parsing Text files

    Hi, I have created a vb application that loads the contents of a comma delimited text file to a textBox1. I now want to change the format of the data held in textBox1.text and have the changes shown in textBox2.text, as shown below: textBox1.text = 55, Smith, Fred, Actor, Retired textBox2.text = Fred, Smith, Retired, Actor, 55 Any help with the method to use to re-arrange the textBox1. text string to textBox2.text string would be much appreciated. Jason Very basic answer to your question is TextBox1.Text = "55, Smith, Fred, Actor, Retired" Dim TestArray() As String = Split(TextBox1.Text, "," ) Array.Reverse(TestArray) TextBox2.Tex ...Show All

  • Woyler TFSwarehouse is not update for some days

    HI All, I have created a column in cuurent work item table at tfswarehouse database.Now i have seen that my work items which had been created after column creation is not been updated into database. When I see the event log it gives me error which is given belo Detailed Message: TF51209: A run-time error System.Data.SqlClient.SqlException: Invalid column name '__ID'. Invalid column name '__ID'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehav ...Show All

  • Kay2live What does it take to run you own program?

    My question is as the subject says: What does it take to run you own program I created my own program, put it on a floppy and tried it on an other computer... But it doesn't work... i get an error and this is the error signature. I think this is weird because i have the same version of windows as on the pc I developed the program on(Windows XP SP2) and i have .NET Framework 2 installed. I also installed the MSWINSCK.ocx file by using "regsvr32 c:\windows\system32\MSWINSCK.ocx". But my program still doesn't work untill i install VB studio 2005 express, then it works normally and i don't get any error any longer. When I uninstall VB studio 2005 express my programs continue to work correct. So my question is... whats rea ...Show All

  • Dan D9182 Making a working form out of Visual Basic Express

    Hi, I was wondering if there was someone who knows how to make a simple application using the checkboxes in Visual Basic Express what is the code to store the info on those and what is the codes to go with two buttons, one to clear the info / cancel and the other to send the checkbox marking info in an automatic text email. I just got through with lesson 2: Getting Started: Beginners Guide to Visual Basic Express. Thanks! Firstly, you must replace the string variables I had put in the MailMessage (things like email address to and from, subject, body and server IP for SMTP access) if you want to make an online application, you need ASP.NET (Web developer express edition if you want the free one) - this would be a differ ...Show All

  • Java Q Checking dropdown box for no values

    I have a dropdown box that is created from SQL if no values are returned I want to insert four zeros "0000". I have tried a couple of ways and they dont work at all. The program just gets stuck. Here is what I am working with, thanks for any advice: TxtDept.Text = Me .ComboBox1.SelectedValue Me .Cursor = Cursors.WaitCursor ' CHANGE CURSER TO A WAITING CURSOR THEN DO WORK Dim connectionString = "Data Source=localhost;Initial Catalog=TESIS;User ID=sa;Password=password" Dim theDataSet As New DataSet() Dim theSqlCommand As New SqlCommand( "Select [DIV_ID],[BUD_ID] from [FR_BUDGET_DIV] WHERE DIV_ID = '" & Me .ComboBox1.SelectedValue & "'" , New SqlConnec ...Show All

  • TiborK External DB Synonyms Cause Compilation Errors

    Hello! I have a solution with two database projects in it. In both we use synonyms for any cross-database references, e.g.: USE [AdventureWorks] GO /****** Object: Synonym [dbo].[synNorthwindEmployees] Script Date: 11/23/2006 15:18:35 ******/ CREATE SYNONYM [dbo].[synNorthwindEmployees] FOR [Northwind].[dbo].[Employees] GO USE [Northwind] GO /****** Object: Synonym [dbo].[synAdvWorksEmployees] Script Date: 11/23/2006 15:25:26 ******/ CREATE SYNONYM [dbo].[synAdvWorksEmployees] FOR [AdventureWorks].[HumanResources].[Employee] The problem we're experiencing is that any view that uses a synonym for an item from the other database causes a compilation error when we build the solution. So if we have the following view in the Ad ...Show All

  • Trisha1802 How to capture & validate server response message?

    Hi, I have to test a .Net application that has uploading features. On uploading the incorrect spreadsheet, the server will throw this error message as response " abc@xyz.com " has duplicate entries in the Excel Sheet. Please validate and upload again. Pls let me know how it can be captured and validated. Thanks in advance - Vijay. Hi, Yes you are exactly right. it seems, my document is not getting upload on playback. There is a difference between recorded and playback in some cases. You suggested some tools like, fiddler,..Will it be a solution for this Thanks - Vijay. There is a Find Text Validation rule that you can use if this text is displ ...Show All

  • christine21 The underlying connection was closed

    I wasn't able to find any way of resolving this with a quick search on the forum. I'm using "Microsoft Team Foundation Server MSSCCI Provider" with MSVS.NET 2003. Having created a new project, I'm attempting to check in an existing project (that was originally under Source Control with Visual Source Safe) to the TFS. I receive the following error upon clicking the "Check In" option of the SCC Provider. "The underlying connection was closed: A connection that was expected to be kept alive was closed by the server." Any ideas Thanks for the response. Looks like a nice utility and will be very useful. However I still experience the same problem. I also experience the problem (having n ...Show All

  • peetha .NET 3.0 with Visual C# Express

    Hello, i installed .NET framework 3.0 + .NET SDK 3.0 on my system where i use Visual C# express (with .NET 2.0). I wanted to write my first 3.0 application but it seems as if the new api is not available. So my question is: Is it possible to develop for .NET 3.0 with the Express edition and how do i get started Best regards, Alexander you need to install the orcas addin: http://www.microsoft.com/downloads/details.aspx FamilyId=5A0AE4CD-DC79-4B12-8A05-B6195F89FFA2&displaylang=en however... Supported Visual Studio 2005 released (RTM) tool sets: Visual Basic Express Edition, Visual C# Express Edition, Visual Web Developer Express Edition, Visual Studio Standard Edition, Visua ...Show All

  • Scott McKeown MDI Child Once Only please

    Good Afternoon All, or morning or whatever, I'm sure one or two of you have come accros this and the answer is probably staring me right in the face, but how do I get the child forms to be shown once, for example.... .... I have my MDI Form, a menu etc under one of my menu items "&Help" I have, "&About", "&Support" and "&Licence" now I only what each of these forms to be shown once. I have tried: about f = new about(); f.MdiParent = this; f.ShowDialog(); but this just throughts an exception (cant remember of the top of my head) some thing like this form can not be displayed in this manor. When I get home I'll make a note of the error and post it here (if I rem ...Show All

  • stallion_alpa TFS Permissions Guide

    Hi Guys, I would like to share with you a document my team has recently put together. It deals with the complex matter of TFS permissions. We’ve included the entire scope of TSF permissions (Server/project levels, WSS, RC, work item tracking) into it and would appreciate it, if you will find the time to take a look at it and tell us what you think about it. http://blogs.microsoft.co.il/blogs/srlteam/archive/2006/10/23/Complete-TFS-Permissions-Reference.aspx Hi James-- I very much appreciate your vote in favor of the UE teams but I feel I should let you know that I asked Sarit to post his document in the forums. We have been having a conversation in email about the format and organization he ...Show All

  • Michiel_999 C# Program Ideas

    Hello, I am trying to learn C# and so I have been reading the book and doing the sample apps, but now I would like to go a little farther. I want to write an app that I can sharpen and learn more with C#, but I am out of ideas for applications. I could write a game and that might not be bad, but I was wonder if anyone had any ideas for a program. I feel like a writter who just can not come up with an idea for a book. So any Ideas Sudoku solver Sudoku creator Custom controls that you can use in your toolbox--knobs, dials, sliders,... Explore XNA Game Studio Express Create a simulation of some physical, chemical or biological process Satellite orbit predictor Matt_34 ...Show All

  • Jawad Naeem concerning media player

    renee where do I post pause button code sorry.cant do that..... I,m trying to learn vb here ..not word....sorry u cant teach an old dog new tricks.....it looks right in wordpad but when pasted it not......lol renee.....I have never used office in my life ,it dont interest me....its like me trying to teach you to plaster a wall give me a break....please....aint I got enough on my plate It's described here. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1049186&SiteID=1 I'm not the only one making the request. ok . understood I,ll get back to you when I know how to format the code wow that sounds complicated.....but first....this is my pause button........ then ...Show All

  • CorneVR Insert Text into an existing text file

    Hello, I am new to C# and have a project that I am trying to get started and am looking for any help I can get. I have a video encoder that outputs log files in text format and I need to add command lines to the log file and save a new log file (same name) with a "t" at the end to keep the 2 text files separated. I am currently doing the manual copy/paste and would like to automate (each log file has 100 insertion points daily, alot of copy/paste). Excerpt from the log file (the log file is saved in text format) "1","11/07/2006","14:58:30",1,"006542","00:01:00:00","00:59:59:29","Tape02","ASATest" "1","11/07/2006","14:59: ...Show All

  • g0nzo the overflow stack exception

    Hi everyone, I am trying to implement a merge sort with linked list implementetaion. as you know, to implement the algorithm of merge sort, we should use three nested function, mergeSort(), mergeSort(), merge(). So, because of this plenty of calling functions , the overflow stack exception is thrown. How can I fix it Thanks mergeSort(), mergeSort(), Overload of functions Try indexes or links... Exp: void* callprocedure(); I did the follolwing explicitly. head = mergeSort(head); tail= mergeSort(tail); head = merge(head, tail); my e-mail: ghostoffice@mail.ru my ICQ: 489-188-928 If it is possiible for you, would you please neter the ...Show All

67891011121314151617181920212223

©2008 Software Development Network

powered by phorum