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

Software Development Network >> VS Team System

VS Team System

New Question

Is there a free version of Windows XP to run VB express edition ?
Hotel Web Service
Folder monitor system
trace thread support in ide generated reports
open a file and insert its contents into access
textbox_keypress does not handle both backspace and write the key event
ClickOnce security vs. assembly SecurityAction.RequestMinimum
Real world use of FxCop
Exception while gettign workitemstore
Was there a newer version of express since nov 2005 release?

Top Answerers

swapna_n
Nick Lilavois
KookyDude
Patrick Sears
rkaushik
Hussain Saffar
Kiran P Patel
SasiInfy
gygabyte017
vitich
sitemap
Only Title

Answer Questions

  • NetPochi is it possible to add c# project into load test in vsts.

    what are the tests we can add into load test ................ as of my knowledge we can add only unit and web test .........is it possible to add any other tests we can add into load test except unit and web tests. Those are the typical types of test you would add. For web test they can also be c# coded web tests. What type of test do you want to add we created some scritps in c# with extension of .cs,is it possible to add those scripts into load test i tried to add that scritps into load test but it is not displaying any tests in test mix when i tried to add that perticular scripts. otherwise we can convert that perticular scripts into unit test and we will add to load test ....... is it works fine Ramana, you can c ...Show All

  • danflu Serial Port. Problems in Storing received data

    Hello everybody. I'm still on the same project: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=714917&SiteID=1 Hello there.. I fixed the problem, changing the Read function from RedByte to ReadLine. Heres the code: Private Sub Receiver(ByVal sender As Object, ByVal e As SerialDataReceivedEventArgs) Handles COMPort.DataReceived Dim RXString RXString = COMPort.ReadLine() Received.BeginInvoke(New StringSubPointer(AddressOf Display), RxString) End Sub Private Sub Display(ByVal Buffer As String) Dim array() 'Temporares Array um Werte zu Extrahieren Received.AppendText(Buffer) array = Buffer.Split(",") Hell = CDbl(array(2)) Hell = CInt(Hell * 3.4262591) TB_Helligkeit.Text = Hell ...Show All

  • Randude Please do not RTM yet!!!

    My biggest frustration when using VSTS for Database Professionals is that you still have to select one item at a time to skip if you don't want to migrate all changes. For instance, the "dt_" stored procedures don't do any good in my test or production environment and I have to click each one, one at a time, to skip them when scripting the differences between my local development copy and the test or production environments. A check box for each item, so you could apply a change to all selected rows at once, would sure help. I know you've heard this before. I know there are a lot of other problems that were identified very early on that have not been addressed as well. I guess I am just a little frustrated with the product ...Show All

  • Sripall Trying to branch

    Hello I am trying to code with the VS2005 SDK(TFS part ) but its not going the way I wanted it to. The documentation is still very poor and most objects don't have any documentation. The examples area is also slim. If anyone has examples or links on how to checkin\out\branching it would be great. Thanks Avi Thanks for the post How come there are so few examples using the vs2005 sdk The few one i've found uses the tf.exe Avi TF is fully documented and has been since long before we shipped: http://msdn2.microsoft.com/en-us/cc31bk2e.aspx The two most recent releases of the SDK have complete documentation, and as of September it's also on MSD ...Show All

  • robmad Beta3 Error 32000 (tfsadminutil) on app tier

    When installing the Beta3 application tier I encountered an error 32000 near the end of the setup. Data tier went perfect. Both data tier and app tier are installed on a clean virtual Win2003SP1 machine. Followed all the steps in the manual, but had to cancel the setup of the app tier because the service account had disappeared from the local admin group. Added this user to that group again and started setup. Everything went fine until 95% of the service setup: Error 32000: The Commandline "'C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools\TfsAdminUtil.exe" Setup VSTS2\tfsservice  beta3-data TfsWorkItemTracking;TfsVersionControl;TfsActivityLogging;TfsBuild;TfsIntegration' returned non-zero value: -1. When run ...Show All

  • Steven P. Action on click question.

    I am trying to make a program that utilizes an SQL Database to save data. I want to be able to click on the line in a table and have a very detailed screen pop up that the data would be entered into (Not all the data would show up in the table). I cannot find a way to do this, and figure it must be possible. Does anyone have any ideas or is able to point me in the right direction Any information would be greatly appreciated. I would also like to resize the columns and possibly change the column header colors, etc. Thanks again for any help. -Matt Does anyone know how to do this, or is more information necessary I would love to be able to get this working. Thanks, I g ...Show All

  • Stéphane Beauchemin OBFUSCATE

    Does VB.NET Express 2005 support code obfuscation (renaming methods, objects, etc. to make them hard to read if the program is reverse compiled) VBExpress does not include such features but you could download some obfuscating tools for .NET applications. It's not a Visual Studio thing really, its a seperate application that will obfuscate your code. If you had the full version of VS.NET then includes a dotfuscator tool obfuscation is not really a question of if it supports it, its just another tool to make your app a bit more "encrypted" in that as you have stated, renames methods/variables etc... and makes it harder for the attacker to follow the code Can you suggest any cheap/free obfuscation tools im not ...Show All

  • magicalclick What should be written to randmoize the location of a pictureBox when it is clicked?

    what code should i write so that a pictureBox moves to a random location when it is clicked Thanks Public Class Form1 Dim rnd As New Random Private Sub PictureBox1_Click( ByVal sender As Object , _ ByVal e As System.EventArgs) Handles PictureBox1.Click PictureBox1.Location = _ New Point(rnd.Next( Me .Width - PictureBox1.Width), _ rnd.Next( Me .Height - PictureBox1.Height)) End Sub End Class ...Show All

  • R Raghu MS Agent Unknown Error

    Good afternoon VB Experts,   I am working on an application that uses the MS Agent.   The application works as designed up to a point; the agent loads, animates and speaks, but then, for no apparent reason, suddenly disappears.   I am stumped!   Any suggestions that you have to help me work out of this problem would be greatly appreciated.   The disappearing act seems to occur when Form1 events fire.   For example, if the mouse is passed over a Button or ComboBox on Form1, the agent disappears.   Infact, just jiggling the mouse on the background of Form1 will also make the agent disappear, but it is not as sensitive as jiggling it over a Button.   If the mouse is passed over ...Show All

  • J. Hammer Hidden tool tips

    Brand new to VB2005 Express and feeling my way. So I rely heavily on the tool tips when they are available. Looking at the Toolbox, the tooltips are shy. They hide behind the toolbox and are totally invisible when the toolbox is on top of the main window. Perhaps a bug, or maybe something about my graphics settings I can't find any updates so assume ver. 8.0.50727 is the latest. tcebob The toolbox has tooltips Never seen one... Nobugz, you move to fast...slow down...smell the roses (tooltips...) Cant see this myself. Tried a couple of systems here. Is it possible to do a screenshot to show what is occuring. hang on.... What OS are you usi ...Show All

  • Visumax Putting text on a new line within a text file

    I've created a program and part of that program puts out some results to a text file. However when it next adds text to the file it just tags it onto the end of the previous text. How do I get it to start on a new line I'm using the line below to write text to the file : My .Computer.FileSystem.WriteAllText(ReportPath, " This is the text that goes into the file !! " , True ) Use Environment.newline, like this: My.Computer.FileSystem.WriteAllText(ReportPath, Environment.Newline & " This is the text that goes into the file !! " , True ) Grtz, Tom. ...Show All

  • RibenaUser Team Explorer - Source control explorer stand alone?

    Is there a way to launch a non-integrated team explorer/source control explorer window One for example if you just installed the team explorer client but never had VS2005 installed for example The reason being is often people want a second source control window up while looking at code, but VS2005 with team integrated eats up a whole lot of resources and takes quite some time to even launch on our machines. Thanks Mario Rodriguez- MSFT wrote: Hi: Feedback taken ... there are two camps on this issue but we can defenitely look to see how we can please both customer bases. Thanks, mario Need to stick an exclaimation point on this one. New users we are looking to br ...Show All

  • Keithyboy1 Splash Screen issues

    If this has been addressed, please believe me I apologize for the annoyance, if it has not, then well I must be an idiot, which is probably true, but anyway. I made a splash screen, actually I made a form that I want to use as a splash screen. I get either one of two things happening. The screen comes up and stays up. or it comes up and disappears so fast that you don't even see it. The application is not that big, but I'm using it just.........because it's just the norm. So how on god's green earth can I make this work. Essentially I got the form splash g = new splash g.showdialog(); g.close(); when I used the dialog it just stays up there. When I use the .show then it comes up and down so fast that you can't see it. So ho ...Show All

  • AcidRainLiTE how do i run a c file?

    When I try running my program, the following is the error I always get: 1>------ Build started: Project: kGriffith_lab4d, Configuration: Debug Win32 ------ 1>Compiling... 1>cl : Command line error D8045 : cannot compile C file '.\lab_a.c' with the /clr option 1>Build log was saved at "file://c:\Documents and Settings\HP_Owner\My Documents\Visual Studio 2005\Projects\kGriffith_lab4d\kGriffith_lab4d\Debug\BuildLog.htm" 1>kGriffith_lab4d - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== As the error message says you cannot compile a C file with the /clr option - it just isn't supported. So you need to either remo ...Show All

  • Ned Rise Merge, Rollback issue

    I have a Dev, Test and Prod branch. I merged the new changes that were done in Dev branch to the Test branch. New changes are: changesets number 100,101,102. I merged only 100 and 102 as 101 was not ready yet. Now, this merge creates a new changeset i.e. 103. I see some issues in the test line and then I rolled back the changesets 103 and checked it in which creates a new changeset 104. Now, I couldn't find a way to merge 102 back again. When i merge, I have 2 options: 1)All changes to specific version 2)Selected changesets. Lets take the second option first. It shows only 101 changeset available to be merged. It doesn't show me 100 and 102 anymore. Now, lets take the first option i.e. "All changes to specific version". When i s ...Show All

456789101112131415161718192021

©2008 Software Development Network

powered by phorum