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

Software Development Network >> VS Team System

VS Team System

New Question

Version Control Setup
how to retrieve data from a database and put it into a variable
How do you convert an array into a stream to make a bitmap?
Anyone using TestToolsTask-1.1 ?
MCI libary problem
How to turn off redrawing?
Exception thrown when executing unit test
Movement questions
Error TF42028
code not associated with a button

Top Answerers

Rapper
gon_no1
StUdEnT in distress
erikkl2000
imj
Mike3983
LamptonWorm
Alastair Q
nbrege
Thornsdale
Azcentral.com: News
Only Title

Answer Questions

  • Raja Prabu Threading Question

    I want to call 4 instances of the same class at the same time in background threads, Im struggling to get the threading code to work. Keep getting message error messages about signatures & delegates. Can anyone help with the code to start the threads.. The code below is how i can call them up in a normal way. Thanks Dim ChangeBet As New AmendOrigionalBet ChangeBet.AmendLayBetUnder2(BetIDs, Selection, BetStake, NewStakes, NewOdds) no worries, glad I could help! Do these classes attempt to call or execute anything in the parent class then what are the delegates for take a look at the Start method of threading: http://msdn2.microsoft.com/en-us/library/s ...Show All

  • Cesare Balena Any other Controls like DataGrid?

    Are there any other Controls like DataGrid I know that textBoxes and lables,list boxes etc can be binded to show a value from the database,But are there any seperate Controls like DataGrid Well,Actually by DataGrid I meant DataGridView!!..so Both are the same right Any other suggestions Ananda Ganesh wrote: Are there any other Controls like DataGrid I know that textBoxes and lables,list boxes etc can be binded to show a value from the database,But are there any seperate Controls like DataGrid sorry if i missunderstand your question, what i understood is that you want a bindable controls which can hold other controls, correct me plz if i'm wrong Ananda Ganesh wrote: ...Show All

  • Davids Learning Richtextbox: changing string(s) into pictures

    Hi Is it possible to change a word (string) into a picture (I know it's possible to change a certain string into another string with the replace command.) (for exemple: the use of emoticons. when entering a certain string that changes into the corresponding emoticon.) If this is possible, how do I need to do this. Thanks in advance. Shoot, didn't think that the forum bug was going to mess up my post. Giggle. The lamp icon in the post replaces "[ i ]" (without the spaces). tnx, don't have much time to test the code at the moment, going to do this in the course of the week. Will let you know if ti works. Yes. The trick is to paste an ...Show All

  • RoboRubik concerning media player

    renee where do I post pause button code   I think if you have Word, you should cut and paste your code into Word, and then cut and paste that onto the board. If you don't have Word, you have Wordpad. I really don't like reading code that not's formatted and if you noticed, I never answer questions where people don't format their code and I always format mine. btpause.Text = "pause" btpause.ForeColor = Color.Beige ps.....these two lines have to be copied into the play and stop button events It's described here. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1049186&SiteID=1 I'm not the only one making the request. It's still unformatted........ ...Show All

  • PaulG42 forum comparisation..

    Hello, I'm sure I'm in the wrong forum with this thread, but that's only because I want some attention of you 'VB' people at the moment. I've been 'studying' the VC++ forum here, and I noticed that the average 'top poster' in that forum posts about 50 posts a month.. In this forum, I see 'top posters' with about 120 posts a month Now I'm not sure about this one, but aren't here some coders who also know some VC++ that could sometimes have a look at the VC++ forum to see if they can't help I'm asking this because I posted a question a couple of days before, and whereas I would have had about 10 reply's in this forum, I don't even have 1 in the VC++ forum.. This could be because it might be a difficult question, but it might ...Show All

  • 68muscle French Process Guidance Source Directory

    Where can you download a version of the Process Guidance Source xml files in french In the past I have downloaded the english process guidance containing the Source directory with xml files from: http://www.microsoft.com/downloads/details.aspx FamilyId=10B578F1-B7A4-459F-A783-04BC82CB2359&displaylang=en Thanks in advance! ___________________________ Sarah Cameron - InCycle Software I read the post that you mentioned, the last entry in that thread is dated July 31st. There was an updated release of MSFWinBuild August 18th - http://www.gotdotnet.com/workspaces/releases/viewuploads.aspx id=c0ce8992-2955-4371-904b-1f93a9efffe6 . The option of editing the html is a lot of overhead for the type ...Show All

  • robert12345 How to abort execution once a test case failed?

    Hello, I am writing unit tests in VS for visual C# application. Is there a way to abort testing once a unit test fails Thanks Hello, You can use ordered tests to stop execution once one of your unit tests fail. By default, a property of the ordered test called "Continue After Failure" is set to false. If you add all your tests to the ordered test and run it, execution will stop once a unit test fails. For more info on ordered tests, take a look here: http://msdn2.microsoft.com/en-us/library/ms182629(d=ide).aspx Hope this helps David Gorena Elizondo [MSFT] VSTS Thank you for you replies. ...Show All

  • prayag Limit query-fields to selected project

    Is there a way to limit the list of available fields in the query builder to the selected project When the query starts with "Team Project" =@Project " I only want to see the fields defined for the work items defined in that project and not all fields defined on the TFS-server. Even more when I select a work item type, it would be nice if the list is limited to the available fields for that type. Currently all fields are shown and this may result in long lists and people of one project being encumbered with fields of other projects for which they do not known the meaning. Any change this may make it in a future release This is not possible in V1. In query builder it is hard to find out i ...Show All

  • SPWilkinson New work item ticker tool?

    Hello Is there any tool like the Team Build Ticker that can give me a notification in the system tray when a new work item is created It will be great if I can set filter for example to get notitifcation for bugs with a given severity No such tool is official released yet. We have email alerts for that purpose. You can easily create custom alerts for various system fields (unfortunately severity is not one of them) or when new workitems get created. For list of available fields, check http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=725281&SiteID=1 ...Show All

  • Dustin_H rss reader

    hi, I've been watching lesson 15 now and i'm stuck on this bit, the highlighted bit is the error in vb, does anyone know the solution, i've tried the online help feature but that didn't do it Dim currentchannel As rssDataSet.ChannelRow For Each currentchannel In RSSReader.rssDataSet.Channel .Rows Dim result As arrylist result = RssManager.rssrefresh(currentchannel.URL) Dim currentNewsItem As NewsItem For Each currentNewsItem In result Dim title As String title = currentNewsItem.Title If title.Length >= 50 Then title = title.Substring(0, 49) End If title = title.Replace("'", "") Dim filterexpression As String filterexpression ...Show All

  • AlexFeinman How can I add strings from Module to collection ?

    I have a module with around 200 string variables in it. I'd like to add these strings to a collection so I can easily iterate through them but is there an easy way to add them without having to type them all in one by one Thanks for replying. The module is part of larger app. (project A) but I now want to use the module in a smaller, seperate app. (project B) Project B will allow the user to translate the strings and create a new module or text file (I haven't worked that bit out yet) which I can then distribute with Project A. Hope that makes sense This is where planning you application is important . How do you really want to 'store' these strings Ther ...Show All

  • Siteadm Image as Thumbnail in Data Grid?

    I did a search through the knowledgebase, but couldn't find anything about this. I have a SQL Database, and want to display an image as a thumbnail in one of the data fields. I cannot figure out how to do this, but figure it must be possible. Any help would be greatly appreciated. I would like it to take a large image and resize it automatically for the thumbnail, but don't want to impact performance too badly, so any suggestions would be greatly appreciated. Thanks, -Matt Thank you for the help. What do you mean by Dim as a image Thanks Again, -Matt Load the file into an Image or picture (it doesn't have to be displayed). Dim a as Image = YOURIMAGE ' From SQL ...Show All

  • Alex cai Suite integration toolkit failure during setup

    Hi ! "Suite integration toolkit failure " It is almost message that I received when try to install Visual Studio 2005 on notebook. I have installed Win XP Profesional with integrated SP2. When I, on the other harddisk, installed the same Win XP, installation of Visual Studio passed perfectly, without any error. But, on this harddisk which make me problems I have installed a lot of other thing and it would be a very big job to reinstall all of that. If somebody experieced solving the same problem and know right way to help, I will be very grateful to help me. Regards. Yes, I tried the solution recomend by Mr. "jfrasier" on that link. Problem is that my Win XP on noteboo ...Show All

  • Roy mm Mercury MFT (QTP) Integration with TFS

    I'm setting up a testing environment from scratch and most of the testing we do will be in the UI space. Consequently, I've chosen Mercury MFT (formerly QTP) for this but would also like to be able to use the Bug management in TFS without my testers having to go from application to application. Has anyone integrated MFT in this way and if so, how Hi there, Although we don't have any Mercury to TFS integration tools at this time, we are working on a toolkit to enable the integration you are looking for. If you visit the TFS Migration blog at http://blogs.msdn.com/tfs_migration you can get more details. I've also seen the blog entry for a third party developed TFS to Mercury integration solution: http://onroad.juvander.fi/com ...Show All

  • Nick E NEED HELP WITH "SerialPort" CONTROL

    Hello: I'm trying to get data from a port, any one have a code all ready done or could some one explain to me how to do such thing. I'm try to use the "SERIALPORT" control from VB.NET Express 2005. THANKS in advance !!! Try this site http://www.trossenrobotics.com/downloads.aspx The SerialPort class example should be a good start. http://msdn2.microsoft.com/en-us/library/system.io.ports.serialport.aspx It has also been discussed a lot in these forums, just check this search. http://forums.microsoft.com/MSDN/Search/Search.aspx words=serialport&localechoice=9&SiteID=1&searchscope=allforums ...Show All

858687888990919293949596979899012

©2008 Software Development Network

powered by phorum