fya's Q&A profile
Visual Studio Team System Can I use existing data of TF server with other localized TF server?
1. If I installed English Team Foundation server on OS, and I would like to use the data for another localized Team Foundation server Can I migrate the data over to another TF server If I can, how can I do it 2. If I installed Beta3 TF server on my OS and later I want to install RT M build, what are the steps to be able to do that Does uninstalling TF server roll back everything except the Yukon data so if I don't delete the e ...Show All
Windows Forms Register an ODBC System Data Source at setup?
Hi I'm working on an application that uses excel. I need to make a setup project that installs it and creates an ODBC system data source with the latest Excel driver. How could I go about doing this Does the registry explorer help in doing this or is there some sort of DOS command that I can run during the setup. Any help will be much appreciated. Thanks There is one ODBC API called SQLManageDataSources that ...Show All
Visual Studio ReportViewer - Local Mode - Parameters
Hi there! I've Googled this and searched extensively, and am having a problem finding a good description of how to do this. I have a database with several tables that I need to report on. I'd like for the users to be able to generate custom reports based on specific criteria, which can include data from multiple tables. I'll design the page with the available criteria, but it could contain any number of combinations of criteria to generate ...Show All
Visual Studio 2008 (Pre-release) MouseDown event in an image
Hello everyone, I'm experiencing the following problem. I have an image and I want to couple a mouseEventHandler to it. The purpose of that would to get the x and y value from the clicked spot in the image. In VS2003 it was possible to use an System.Windows.Forms.MouseEventHandler on a picturebox, but now with an image, you kind a have to use System.Windows.Input.MouseEventHandler, but that doesn't support the MouseEventArgs.X and .Y. What can ...Show All
Visual Studio 2008 (Pre-release) No WinFX template in VS2005!?
I have installed the Visual Studio 2005 Extensions, but there's no WinFX project template in Visual Studio. I'm using Vindows Vista Beta 2 Build 5384.4. There must be a problem with your installation. I'm also running Vista Beta 2 Build 5384.4 with the Visual Studio 2005 extensions, and I see WinFX project templates under both Visual Basic and Visual C#. ...Show All
Windows Forms Validate a cell in a datagrid before losing focus from that cell ?
I have a datagrid and would like to know what event fires when a cell is changed I want to validate the data entered before going to the next cell. How can I do this I am looking for something similar to the lost focus event if it exists. Thanks, Prasad ...Show All
Visual Studio Tools for Office commandbarbutton click event doesn't fire on client machine
hey, basically i've designed a vsto toolbar add-in for outlook (duh...) that does some funky stuff when you click on the buttons. on the dev machine everything works fine. however on the client machine the click event doesn't seem to fire. the add-in is installed okay because the bar is created and you can see it. these are the things i've checked already: vsto runtime is installed outlook 2003 pia is installed .net 2.0 is installed the ap ...Show All
Visual Studio Team System team members alert notifications (project alerts) - HOW??
Hello, As I found out, there are only the following four options available to setup an auto-notification (multiply email addresses are supported) on the Team Foundation Server. In the Team Explorer, right click on your project, select “Project Alerts…” to open a dialog which contains the following: My work items are changed by others Anything is checked in A build status changes A build completes ...Show All
Visual Studio Express Editions Command object
In Visual Basic.Net 2003 there were oleDbCommand objects which I used to create a select statement. I then created an oleDbDataReader in code. The command object then executed the reader object which I used to fill my comboBox with items. I did this so that I could update the items in the combobox from another form and so the comboBox would put the string in my database field and not the ID. My question is: I don't see the command object and ...Show All
Windows Forms Multiple ClickOnce Applications
I would like to have multiple copies of the same application installed on the same machine. The two applications would point to different servers via .Net Remoting. The problem that I am seeing when I do an update is that one application is removed and the other remains, yet another is created with the same name followed by "_1". Hi Nick, ClickOnce does not support two version of the same applic ...Show All
Windows Live Developer Forums help
i've download the new beta messenger but i just cannot sign in... can anyone teach me how to make the msn messenger 8.0 (beta) work i really need help as in i like the design of 8.0 ...Show All
Visual Studio Express Editions A way to swap variables?
Does VB provide an easy way to swap the contents of 2 variables without having to use an intermediate variable Thanks... Well I made a quick function that works fine for me... Public Sub Swap( ByRef x, ByRef y) xx = y : yy = x x = xx : y = yy End Sub That works fine for me xD Hope this helped :P ...Show All
Visual Basic help declaring a number and refering to it later
hey im develeping this little game where you are asked to guess a number bewteen 0 and 50. it raises some wuestions for me, i have tryed some coding, but they fail all the time so im asking you for help. 1. how do i declare the random number the user is soposed to gues i have tryed: "dim guessn as double = <50" but it returns "end of statemaent expected" whats that im missing and how do i make a life counter & ...Show All
.NET Development getting meta data out of ADO Field objects
1. I am trying to find a way to get meta data out of the ADO Recordset or ADO Field objects... in particular I am trying to get the base table associated with an ADO Field (or recordset column). The ADO Recordset can be persisted to XML using the Save() method, this XML contains metadata about each field, such as the base table, data type, etc... so I am assuming there must be a way to get this information directly from the ADO Recordset or  ...Show All
SQL Server Grouping a query in 30 seconds
Hi, How can I make a query and group the registries in a interval of 30 seconds...like for each line I have a datetime field that have all the day, and I need it to return just like TIME Contador_type1 Contador_type2 Total 01-01-2006 00:00:30.000 2 5 7 01-01-2006 00:01:00.000 3 7 10 It's just an example...but that ...Show All
