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

Software Development Network >> VS Team System

VS Team System

New Question

Chronometer!! and alarm
ComboBoxs
Deserialization
How do I highlight only the numbers...
some (n00b) questions
splitting a sentence into word per word in array with a twist...
Issue with users authenticating?
C#.net
How to handle large numbers of projects and binary references
idiots code book

Top Answerers

Peter Ritchie
J9
mEt
Tryin2Bgood
Dragan Jankovic
Angus Leeming
Lucas Pasquali
shinji360
Dietz
gumtoo
sitemap
Only Title

Answer Questions

  • Zoetermeer Error in Downloading VBe

    Hey all, I am trying to download VBE on to another machine and I am running into the following error: Error Occured During Setup The Following item failed to download: Microsoft Windows Installer 3.1 Any ideas, suggetions and help welcome. Thanks, LDavis501 I agree, also you might want to complete a windows update using the new Microsoft Update site, this way you can select to download the components that are needed like the windows installer and the .net framework 2.0. Then re try the install. okay so I D/L the Win 3.1 Installer...But now...I am having issues D/L .NET Framework 2.0 More help Thanks LDavis501 You ...Show All

  • Mystagogue loginform trouble

    I would like to make my program so you have to log in to use it, i only need one password and username. I am using the loginforum found under the add user control option. I dont need to be able to change the username and password or anything special like that. I only want to be able to use this to log in and access the program. If anyone could tell me how to implement this into the program that would be great. take a look at this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=979449&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=638452&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=903088&SiteID=1 basically you should have a database, like MS Access as shown in the link ...Show All

  • Scott Tachiki From VB 2005 Express to Professional

    I've bought the VB 2005 Professional, but I'm stil waiting for it. Are there any problem if I download the trial of the Express version, and later, I install my complete version, and continue with my project   thanks. can i also use express edition to develop a project i started to develop with professional edition Hi dsoto, It shouldn't be a problem. Any project that you create in Visual Basic Express can be opened and run in Visual Basic 2005 Professional. From the FAQ page  http://msdn.microsoft.com/vstudio/express/support/faq/default.aspx#compat : Will programs I build with Visual Studio Express Editions work with other version ...Show All

  • Tim Mostad FileSystemWatcher.Filter questions

    Looking at the MSDN documentation's examples, they only show how to specify certain types of documents. For example, using *.* for all files, *.txt for just text files, *doc.txt for files ending in doc.txt and so on. I'd like to know if I would be able to specify multiple document types in the filter. For example, I would like to find all types *.txt and *.doc I understand that I can just find all files and then filter out the ones I want in other ways, but since the class contains a property to filter types, I'd just like to know if multiple types can be specified in the filter property. Thanks, Bill Figured as much. I'll just grab all files and filter out the ones I'm looking for. Thanks for the reply. BIll Nope, just the ...Show All

  • Guntur Juliantoro Tabbed Web Browsing

    hi everyone at the moment I'm trying to make a web browser which supports tabbed web browsing I've made it so that you can click a button to add new tabs but I'm not sure how to make the address text box control the tab which is currently being viewed, at the moment it's only able to control the first tab. How do I get it to control the tab which is currently being viewed and also how do I get the web page's name to be shown on the tab my code so far : Public Class Browser 'Creating an instance of the Navigate class Dim NavigateWindow As New Navigate Private Sub Browser_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Click End Sub Private ...Show All

  • paso Import Database Schema error: Cannot sort a row of size 8132, which is greater than the allowable maximum of 8094.

    The error message is clear enough. To understand the problem, let's start the initial discussion with a description of the original database in question. The database has two tables that were at the maximum row size and everything was fine. After adding constraints to the database, those two tables ended up exceeding the maximum row size as these warning messages indicate: Warning: The table 'Table1' has been created but its maximum row size (8065) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes. Warning: The table 'Table1' has been created but its maximum row size (8065) exceeds the maximum number of bytes per row (8060). INSERT or U ...Show All

  • waheyluggage Missing TFS Reports

    I can't seem to find the Exit Criteria, Fix and Fix Bug Rates, and Quality vs Velocity reports when I create a project or download a process template. These reports are listed on the TFS product page as available reports with TFS RTM. Our setup is TFS RTM from a B3R installation. I checked the B3R process templates, and it did not possess the noted reports either. Should these reports be available with the install of TFS RTM Ah, The Bugs by Priority link should have been "Find and Fix Bug Rates", the link my PM gave me is incorrect. Thanks for the tip on Quality vs Velocity. The links above came from: From "what is new" in VSTS: http://msdn2.microsoft.com/en-us/vstudio/aa700919.aspx ...Show All

  • swathi_challa Deleted Folder still visible- Can't remove

    I deleted a folder. Other users can't see the folder but I can. I checked and unchecked show deleted items just to be sure. I did Get Latest and Get Specific version on the entire project (with force get). I did refresh on the tree. I restarted the IDE. Still shows the folder after that. If switching workspaces helps, then SCE thinks your other workspace has the item for some reason. Can you run 'tf prop' on the item from the problematic workspace Richard Berg MSFT wrote: What about if you select a new, empty workspace from the SCE dropdown (if that doesn't work, I'm out of ideas!) Ok, switching to a different workspace doe ...Show All

  • Adhvika Using Functions as Form Post Parameter values?

    I have a number of Form Post Parameters in a webtest that require the current date as a value. ex: ShipDate=04 Jul 2006 Without having to generate code, is there a way that I can use Format(now(), "DD MMM YYYY") as the value you do not need to use a coded web test,but you will need to use a WebTestRequestPlugin. So you will need to write code to get this to work. Here is a help link for how to create request plugins: http://msdn2.microsoft.com/en-us/library/ms182554.aspx Sorry about that. We are working on getting the examples in VB as well as C#. I wound up creating a Custom Extraction Rule that takes either standard or user-defined DateTime format strings and sets a ...Show All

  • jiapei100 Printing from Rich Text Box

    How Can I setup rich text box to print using the printdialog... Also, how do i make the printpreview work... Try... Catch (with optional Finally) is an error-handling mechanism.  If an exception occurs within the Try block, the program looks at the Catch statement(s) to match error types (Exception covers all errors, but you can catch more specific errors if you wish).  If the error type matches, the code within the Catch block runs rather than the program quitting with an error message (the normal reaction to an exception).  If there are some open files flapping around in the breeze, you can place code in the Finally block to close the files (or similar crucial clean-up tasks). For ins ...Show All

  • Sergei Kitaev how to save file?

    hi there... my problem is.. how to save a file (text, excel or doc) based on datagrid output Dim sw As System.IO.StreamWriter = New System.IO.StreamWriter("C:\abc.txt") sw.WriteLine("This is my text") sw.Close() Dim swExcel As System.IO.StreamWriter = New System.IO.StreamWriter("C:\abc.csv") swExcel.WriteLine("Akbar khan,akbar@akbar.com,www.akbarbuneri.googlepages.com") swExcel.WriteLine("Akbar khan,akbar@akbar.com,www.akbarbuneri.googlepages.com") swExcel.WriteLine("Akbar khan,akbar@akbar.com,www.akbarbuneri.googlepages.com") swExcel.Close() how i dont know how to save a single file... provide some examples... much better in ex ...Show All

  • Larry30813217 programmatically merge branches in source control

    how do i programmatically merge branches in source control. Regards, Guru Hey! I don't find any API to perform Merge programatically. Could you guide me in finding right API to perform merge two folders, through my C# code Start here: http://blogs.msdn.com/buckh/archive/2006/08/12/tfs_api_links.aspx The parameters for the Merge method are documented in the SDK. They're almost identical to the command-line 'tf merge' syntax, if that helps. Use the Merge method on a Workspace object. There are several examples in this forum's archives. Thanks for the reply, Could you please help me with the links, it would be ...Show All

  • Shady9399 ONLY LOCAL SQL SERVER 2005 ENTERPRISE OR DEVELOPER WILL WORK

    I am failing to create new database project with CTP7. Any attempt to do it results in following error: "An error has occurred while establishing 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)". I already tried everything I found in this post . My environment is as follows: VSTS + DB Dude CTP7, default instance of MS SQL 2000, named local instance of Microsoft SQL Server Standard Edition. I supplied MS SQL instance name for Data Connection and Design-time Validation Database in Tools>Options>Database Tools. I ...Show All

  • Mikael Håkansson 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

  • truepantera Team System Client Installation Failing Issue

    Hi All, I am trying to install Visual studio team system client on my machine. My machine is XP/XP2 and has VS2005 and WinFX components installed with Office2000 & Office 2007. The setup starts and reaches the licensing screen after which it stops and nothing happens. There is no error message shown. However there is an entry in the eventlog .NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Completed all work. Shutting down. Source: NET Runtime Optimization Service Event Id: 1104 Please help me understand what is the issue. TIA. Hi Jignesh, It resolved to be due to corrupted .Net2.0 on the machine. A format and a clean installation helped in solving the issue. Thanks. Sim ...Show All

808182838485868788899091929394959697

©2008 Software Development Network

powered by phorum