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

Software Development Network >> VS Team System

VS Team System

New Question

clock time
Add date field for attachments in control type 'AttachmentsControl' in VSTS for WorkItem type
How to name buttons with database field values
WssTasks.XML and target filename
How to build a file into one .exe?
Build Information Record
Get Latest not getting latest
application reaction to dll broken reference
control not bound to areapath or iteration
help on webrowser - How do you get favourites.

Top Answerers

hemo
MattFletcher
GTrz
JeffK_
Latso
rp666
Ecrofirt
pederjohn
percent20net
ifaber
sitemap
Only Title

Answer Questions

  • Mark Macumber Help!!!!!!!!!!!

    can anyone please help w/coding this Using Microsoft vishual Studio, design and implement a program that will capture an integer, followed by a space, followed by an operator (+,-,/,*), followed by a space, followed by an integer. The programwill use if statements to determine the type of operator and display the result of the operation. if an invalid operator is enterd, then the program should display an error message; Can anyone help me code this... Hello This is a duplicate post with this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=976554&SiteID=1 – I will delete this one. OTP Thanks Damien ...Show All

  • spacelord I need help getting the WebBrowser control to open an HTML file from the app's working directory.

    I added a "Help" form to my application and I want it to open an HTML webpage but not from the Internet. The page will be installed to the same folder the application is installed. How can I get the WebBrowser control to open that webpage I've tried the following code (with and without a file:// before the filename) but no success: Private Sub Form2_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load WebBrowser1.Navigate( "Readme.htm" ) End Sub You can construct an absolute path by calling System.IO.Path.Combine and passing System.Windows.Forms.Application.ExecutablePath as the base dir. Go into the desi ...Show All

  • chakravarthy_b MouseClick(Hold) Move Form?

    I have a form with out a BorderStyle and there also is a PictureBox and what I would like to do is have the Form move when you hold down the left Mouse Click on the PictureBox. Thanks In Advance!   Public Class Form1     Private MouseDown1 As Boolean     Private PosDiff As Point     Private Sub Form1_Load( ByVal sender As Object , _                    ByVal e As System.EventArgs) Handles Me .Load         Me .TopMost = True     End Sub       Private Sub PictureBox1_MouseMove( ByVa ...Show All

  • Piyarit Trouble with Button Column in DataGridView

    I actually have three problems related to a button column in my datagridview. 1. I created a column in a datagridview to contain a button in every cell. I cannot get the Text to show up on the button. Under Cell Style under the properties for that column, I've selected the color black for ForeColor and SelectionForeColor and as far as I know, everything else should be set for the text to appear in the button. What could I be missing to set 2. I also cannot get the button to work. I have the following code for the datagridview (it also includes code for my last question). The code in question is in red. Do I need to use different code to call the click method in order to open a form (Tracking_List_Entry_Form) and do other tasks ...Show All

  • Ananda Ganesh Visual Basic 2005 Express help

    ok i have visual basic 2005 express installed and that is all no other programing software on either of my pcs. I am just starting to learn vb. and i am watching these video tutorials and reading these books. it says go to add new item then click inheritance form.. well that option is not availible in 2005 express. So can someone talk to me like i am stupid and tell me how to fix this. and also will inheritance form pull information from form 1. like num1 = whatever and i just reference num1 on the inherited form and it pull the information Thank you for the all the help I really appreciate all the help i have only been doing vb for about 3 days now and have been bouncing from videos to books to lea ...Show All

  • vandewst Manual Tests and Team Foundation Server

    We have a tester who will be writing a series of manual tests for our application. We want to associate them with tasks that we store in Team Foundation Server such that it is easy to identify which task needs attention upon failure. Is there an easy way to do this Does anyone have any resources on how this is accomplished Everyone in my office is brand new to this Team System stuff. Hi, Currently we don't have out of the box support for linking your manual tests and tasks together - this is a feature that we will look into for future versions. However, it sounds like you are trying to link test failures with work items. For that, you could simply run the test, and in the result window, right ...Show All

  • Jough Installing my program on other computers

    Hi all, Soon I'm going to be at the point where I'm ready to install my program onto other computers. Could someone please explain to me about publishing, what files I'll need, how to include extra .DLL files, and whether I'll need to copy the database over seperately I'm going to want to be able to install it from CD as opposed to over the internet or anything like that. Thanks Bort Sometimes its great to just watch people using the tools. The dnrtv.com site has some great webcasts and the podcasts are great as well but not visual but they discuss all the technologies with experts and it gets you thinking. Thanks guys. Spotty, that webcast was rather interesting. Thanks for ...Show All

  • Malleswar Global List Name shown as list item

    Hi, In case when global list used as listitem in ALLOWEDVALUES collection in work item field definition, list name itself added to listitems (prefixed with asterisk). Can anybody explain this behavior How can we prevent it Thanks, Leon I have followed your suggestions but I am still seeing the global list name in element 0 of AllowedValues This happens as a side-effect of the way lists and list memberships that turn up in allowedvalues lists are calculated, and has been fixed after beta2. For beta2, additional script has to be added to the WorkItemType definition to filter it out. One example of doing this: If the ALLOWEDVALUES collection is expected to display only literal strings and names of users, attributes can be ...Show All

  • Lee18 How to add Help Balloons to the application

    Hi, I have set the Help Button Property on a form to true. This adds a question button to the form. If I then run the project and click the qustion mark button the move the mouse the question mark follows the mouse pointer to allow me to click on a control to then display help on the control. My question is how do I code this so when I click on a control it displays help either in the form of a balloon or dialog. Can not seem to find any help on this subject. Ron Thanks for the reply I since my post I found exactly what I am trying to acheive here: http://msdn2.microsoft.com/en-us/library/cbbzz651.aspx Many Thanks Ron Hi, Are there any help a ...Show All

  • Ricardo Rivera i want to bind a dll file withe my project how?

    how can i add a dll file with my project so i dont have to put this dll beside my .exe file when i use it Hi, If you can't add reference to a dll then this means that file has nothing to do with your project and you can't use it. How ever some time you need to put text files, images or data files at some location in your project at development environment you can copy simple copy and paste and files will be there for ever how ever to setup automatically on the client machine you have to create setup project, if we put your dll in that category then you can just copy and paste it in bin and it will be there for ever and in order to install on client machine you have to create setup project . In setup project browse that file a ...Show All

  • Javahar Media files mp3's in VB express please help..to another computer

    New in VB . I put a mp3. file in my application using AxWindowsMediaPlayer and putting the url C:\Documents and Settings\ etc...It works on my pc, but i tryed sending the exe. to somebody else but they can't hear the music. They could run the exe program but can't hear anything. So i was wondering if anybody could help me........to fix this problem ...what could i do thanksssssss Yes it's ringing to me .... thanks. but what would be the command in an openfiledialog then then set the URL of wmp control thanksss what spotty said about making sure the file exists before playing is very true, and so it should be. Of course if you move the file then no doubt the file wont play. you need to be sure that the file exists before/du ...Show All

  • dusda Find in Files

    Is there any way to search for content in the files in SourceControl (like you could in SourceSafe 'find-in-files') I know I can do 'get latest version' and download all of the files to my local drive and then use 'find-in-files' through the VS 2005 environment, but when your SourceControl DB is 30 + gig, that is not a feasible solution. If I could even use a command line utility, or access the data directly in SQL Server, either option would be feasible at this time until something is added to the UI in SourceControl. Thanks! No, we don't have this feature. ...Show All

  • Meltdown61 Unable to read data from the transport connection:

    hi, i am trying to send email using VB2005 but i am getting this Exception. "System.IO.IOException = {"Unable to read data from the transport connection: net_io_connectionclosed."}" while from same machine i am able to send email with same SMTP server from OutLook Express. what could be the reason Hi bhanu The link you provided refres to using the Email Factory component and is not helpful if one is using the System.Net.Mail namespace. I am getting this error while trying to send mail using the system.Net.Mail what is the cause and resolution for this error This is my code Dim  objSMTPclient As New System.Net.Mail.SmtpClient Dim objMailMessage As New MailMessage objMailMessag ...Show All

  • Gustavo Carrazoni Drilldown comboboxes

    Hi, Please can someone point me to a C#2005e solution for access-style cascading comboboxes where users drilldown their selection to find what they want. eg: Combo1 : Country -> Combo2: State -> Combo3: City An example is found here : http://www.candace-tripp.com/download/2table_cascadecombo2k.zip or http://www.codeproject.com/cs/miscctrl/DrillDown.asp Thanks ! OK, I did not understand the difference between display member and value member. So I set the display member as Country and value member as CountryID. So cmbCountry.SelectedValue.ToString() will contain the countryID. Now I get it. I will keep trying and post back. Thanks for your patience. I am still having strang ...Show All

  • Rohit Tela How do I bind listbox to the db table column

    Hi, I am trying to create application that will be accessing data from database and populating listboxes with information retreived from it. So far, I have db, db connection , dataset with tables that I need and couple dialog windows that are build by dragging tables from datasource wizard onto dialog. Also I set display member, data source and value member through the listbox property window with appropriet columns of the table. When run, program is correctly populating listbox with data from db. However, after scrolling through the listbox, each item that is visited will display valueMember (customerID) rather then displaymember (CustomerName) column that i specified . I also tryed to fix this problem by specifaing dataS ...Show All

98990123456789101112131415

©2008 Software Development Network

powered by phorum