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

Software Development Network >> VS Team System

VS Team System

New Question

variabels in a name
bored...vb and C?
Counting Pixels in a 1-bit Image
ACTUAL Expected Behavior of the <WHEN*>, <DEFAULT> and <COPY> Rules
The maximum number of errors has been reached.
Shouldn't the Express Editions be Integrated?
Switch VS to work offline.
How to add Help Balloons to the application
Saving Information
Can I store the first column of a dataset in a string array?

Top Answerers

lawlessSaturn
Rohcky
Michael_P2234
Peter Jausovec - MSFT
Newt.Net
Felicity
goku_simon
SufferTheFools
Olle SW
SulaimanA
Oracle
Only Title

Answer Questions

  • erzfezsf FXCop 1.35: Hidden Targets and Rules tabs

    Hi, The FXCop 1.35 application window does not display the targets and rules included in a project and the messages generated when as analysis is performed. Please, help. Try deleting the file located (by default on Windows XP) at C:\Documents and Settings\davkean\Application Data\Microsoft FxCop\1.32\UserPreferences.xml file and see if that works. ...Show All

  • silkkeng Delegate, Invoke/beginInvoke. How it works.

    Could anybody please tell me exactly what is going on with delegates and Invoke/BeginInvoke. It is easy to make these functions work, but the explanations in the help files are so cryptically, that you may question whether the author of the help files actually knows what is going on! According to the help files, BeginInvoke executes a delegate asynchronously on the thread that the control's underlying handle was created on! I have been working with microcomputers since Intel 4004 and used multitasking when Microsoft was still in the DOS days, but this explanation is simply too cryptically. First of all, as I understand it, a delegate is a type-safe pointer, but a pointer is not executed - at least not in my terms. Subroutines are execut ...Show All

  • Lotek Deviant Limit the allowedvalues list by validuser group

    Hi, Is it possible to limit the allowedvalues list by the validuser rule E.g.: a projectmanager can select other or more values than a developer. Thanks. Hi! I am a little confused about the field "Assinned To" and have a question about it. What I wonder is what is filling the field I thought it was all the users in the domain and that this was due to that the server belongs to this domain, but the list does not contain all users. When trying to restrict the list by for example stating something like: <ALLOWEDVALUES expanditems="true"> <LISTITEM value = "[Project]\Contributors" /> </ALLOWEDVALUES> this does not seem to have desired ef ...Show All

  • ineedhelp1222 "Catastrophic failure" during new project creation

    I have been creating my own project templete based on the Agile templete and have created and deleted several test projects. But I started to get this error. I then tried to create a project using the provided Agile templete... same error at the time an initial task is being created (see below). I have rebooted the server, but got the same result. Has anyone seen this happen Any suggestions on what to do next I guess I can rebuild the server from scratch... but that gives me a bad feeling. Thanks in advance, Robert Dufur 2006-10-17 17:07:51Z | Module: Work Item Tracking | Thread: 4 | WorkItem Validated 2006-10-17 17:07:51Z | Module: Work Item Tracking | Thread: 4 | Creating new WorkItem of type 'Task' ---begin Exception entry--- T ...Show All

  • BJHop How to search for strings in the listbox or sequential file access?

    Hello developers, I'm a first year student and I am doing a project regarding "Phone List Index and Searcher". By the name of it, you should already know that I'm supposed to create a program which is able to search for a substring of an entire string. My strings are kept using sequential file access and displayed using a checked listbox. Here are the few details you might want to know: Buttons Add - Add 2 string inputs, name and contact no. Remove - Deletes selected string from the listbox( I have a problem deleting multiple strings) Search - How do I code the search button and by using what method Refresh - Do a WriteAllText method to rewrite the entire sequential file and re-display. I ...Show All

  • Cory P C++ Deployment Issues

    Please help, Built a simple "helloworld.exe" windows applications with "Form". Then tried to run it on the different Windows PC, it fails with *.DLL errors. "The dynamic link library MSCOREE.DLL could not be found in specify path...." By the way, the other PC has NO .NET installed. Could this be the problem If it is, then is there a way to run my new app without .NET installed. Thanks in advance, GXO Winform is a .net technology and hence you can't run your winform application without having .net installed. If you don't want to depend on .net, you can use general win32 APIs or MFC which are both native technologies. Thanks, Ayman Shoukry ...Show All

  • CodeBrahma Execute Maximized?

    Hi, I need to know what code needs an application, in order to do that all the opened forms, when load, have been maximized.. Without seeing the taskbar of windows... I mean, that the application fills all the screen. Thanks! Hi.   Try this on the load of a form, for a screen resolution of 800 x 600 Me .Width = 800 Me .Height = 600 Me .TopMost = True Me .StartPosition = FormStartPosition.CenterScreen Best regards. dp That is different to maximised. To do that, you need to get the dimensions of the PrimaryScreen and make your app topmost and to go over that whole area ...Show All

  • Sam_res03 msgbox

    how do i use the if then to act on whichever button was pressed, like the yes no for example yes that helps . thank you can i draw your attention to a post about binding source, no one seems to answering. thank you you would be looking at the dialog result of the MessageBox. This is the way of doing so: if MessageBox.Show("Message", "Caption", MessageBoxButtons.YesNo, MessageBoxIcon.Question) = System.Windows.Forms.DialogResult.Yes then 'the user pressed the yes button else 'the user pressed the no button end if to give the MessageBox the buttons, you need to look at the MessageBox ...Show All

  • Geogy printscreening program

    Hey, I'm working on a simple remote control program. But now I stuck on the printscreen thing. My id was that you can see what the other is doing by taking screenshots and sending them to the host. (as compressed as possible) Now, my question is: "how do I make a printscreen program" dim b as new bitmap (screenWidth,screenHeight) dim g as graphics = graphics.fromImage(b) g.CopyFromScreen(0,0,0,0,new size(screenWidth, screenHeight)) This will create a screenshot and store it in a bitmap ("b" is the bitmap). Thanks to both of you. But it's just a trail, to practise not a project to be a 'good selling' program :p Greet, Douwe And then you can use the GZipStream or DeflateStream class to turn ...Show All

  • GusBraga Team system does not recongnise ".js" page of my website when i try to record and run the script

    Hi, All One of my '.js' file does not get recognised when i try to run the script. this is what happens i have a '.js' file in my website and i have recorded the website in teamsystem and when i run back the script ..I get a error 404 page not Found ******This is the page i am not able to record "http://blrasp04/portal/js/ieupdate.js"******* Following is the error i get in the test results screen Warning: Test Run deployment issue: Failed to get the file for deployment item 'C:\Documents and Settings\jrajeev\My Documents\Visual Studio 2005\Projects\Portal\bin\Portal.dll': System.IO.FileNotFoundException: Could not find file 'C:\Documents and Settings\sabijith\My Documents\Visual Studio 20 ...Show All

  • John Middleton Recalculate an Array?

    OK – I have any array that holds calculated values that are derived from user inputs (textboxes). Each time the user changes one of the text boxes I clear the array list and then fill it back up with the calculations from the new user inputs. The results are then placed in a grid. Here is the question – Is there a way to recalculate the array without clearing then rebuilding it Is there a better way to do this whole procedure (- like in an excel spreadsheet when you change one cell the others that are related change too) you can use say, an Arraylist to store your values, then you can go through each element in the array and once you find the element you want, just change the value. I guess this can ...Show All

  • Chintan Jhaveri Always getting "The internal state of the database project..yada yada..."

    That quite annoying as I don’t want to always kill the project from source source and get the latest correct build from the deployment database and build everything on top what was done in the meanwhile. Any suggestion or solution for that in the meantime -Jens. --- http://www.sqlserver2005.de --- Mhmm, if I would know the problem I would try to fix it one my own in a workaround, but I don’t see any anomalies in there. Do you have a trace / debug switch to see where this common error is sourced from --- http://www.sqlserver2005.de --- You hit the nail on the head. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- H ...Show All

  • Zatoichi User Control does not respond to code in main form.

    Using VB 2005 Express. I found a project that plots a graph in a user control. The user control has a picture box and a label. The code for this project shows the code that goes in the user control. I set up a user control in a new project and added the code. After some tweaking I got it to compile. I then went to form1, dropped the control in from the toolbox, and tried to setup some code to use the user control. Code looks like this: ------------------------------------------------------------------------------ Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim gs As New UserControl1 gs.Xscale_Max = 15 gs.Yscale_Max = 15 gs.Xscale_units = 1 g ...Show All

  • chatty_uk Instance of Class and context

    Hi, I have a project that contains the following: Form1------------------Form AccountsForm-------Form Search-----------------Form AccUpdate-----------Class I have created the following instances of the above AccountsForm in Form1 and called it ObjAccountsForm Search in the AccountsForm and called it ObjSearch AccUpdate in Search and called it ObjAccUpdate My question is When I need to reference, forexample, the instance of the AccUpdate Class form within my project I am having to type the full context to its instance Form1.objAccountsForm.objsearch.ObjAccUpdate. somepublic property in this Class My project contains many more Class's, and I have had to draw a table to keep track of where each instance of a ...Show All

  • John.Doe TFS Proxy strange behavior with Proxy account

    We have TFS proxy which is running under local (not domain) account. Everything is all right while someone is logged in to TFS Proxy machine under this account (it doesn't matter through terminal client or local). But when nobody is logged in TFS Proxy returns following error. The source control proxy '<TfsProxyServer>' is not responding, so the request will be sent to the main server. Please verify your settings. Additional information: TF15013: The requested Team Foundation Server is not registered with the proxy server. How to solve this issue I'm pretty sure that the service account has to be a domain (not local) account- that is what the install guide says anyway. Not sure why it was working ...Show All

686970717273747576777879808182838485

©2008 Software Development Network

powered by phorum