Software Development Network Logo
  • VS Express Editions
  • Visual Basic
  • Smart Device
  • Windows Live
  • Windows Forms
  • Visual Studio
  • Game Technologies
  • Visual C++
  • Architecture
  • Visual C#
  • .NET Development
  • Visual FoxPro
  • VS Team System
  • SQL Server
  • Microsoft ISV

Software Development Network >> staticfive's Q&A profile

staticfive

Member List

Dave McCall
Maverick2311
Manfred Bjorlin
Edgar Esquiaqui
Rado R
Luc Morin
karch
_cyclops_
DC3Dreamer
Eric Phoon
tgs_Prince
Jazzy
ericsdavis
Igorba
Abraham Fathman
Beelzebub
dvj81
Texas Sooner
silentC
GO2GUY
Only Title

staticfive's Q&A profile

  • Visual Studio Team System How To Monitor TFS Build server activity

    Hello, I would like to now if it is possible to get the same flavor of build activity with Team Foundation Server as with CruiseControl.Net which offer a portal listing all build types and indicating their current state. If it does not come with the product, do I have means to create one Thanks Eric Hi Eric - We don't have such a portal out of the box in Team Build, however it should be fairly straightforward to build a porta ...Show All

  • Smart Device Development Program Termination

    I'm developing an application for an IPAQ 3115 in Visual Basic. I'm using application.exit to stop the program. I can't restart it again unless I do a warm boot first. The exe file on the IPAQ stays busy until I do the warm boot too. Is there a way to stop the program completely Most likely that's because you have background thread(s) running. Please make sure to shut them down or make them to exit using flag. ...Show All

  • Windows Forms Using ListView SelectedIndexChanged Event to Show Forms

    I have a ListView called TrainingListView that has a collection of 12 items. Each item represents another form that I would like to show if the user clicks on it. My problem is that the items in the collection don't appear to have a click event, so I need to use the SelectedIndexChanged event as workaround to get the same functionality. I've been struggling for the last several days on the code to get the SelectedIndexChanged event to open t ...Show All

  • SQL Server SELECT permission denied on object

    Hi, I'm trying to upgrade my SQL 2000 to 2005 and use it with a web site. I've copied the DB from a SQL 2000 server machine to a 2005 machine, attached the DB to the SQL server using the relative function in Management Studio, but I still continue to get the same error: [Microsoft][SQL Native Client][SQL Server]SELECT permission denied on object 'Users', database 'YouPlayIt', sc ...Show All

  • SQL Server How Do I Start New SQL Server 2005 Database?

    I just installed SQl Server 2005 on my Windows XP Pro system. But I can't figure out how to start the Database Engine. In the MS SQL Server Management Studio I see one Database Engine, but not SQL Servers. If I do "Update Local Server Registration" nothing happens. If I do right-click "New Server Registration" I get a databse icon with a white open circle. If I the try "right-click, Connect, Object Explorer" I get & ...Show All

  • SQL Server ForEach Loop Container

    I am using a SQL Task to load the data needed for the loop into a variable, then using a script task to perform calculations.  Is it possible to update a table from the script task with the calculated values . Thanks Yes the structure for all reports are the same, the calculations are dependant on the specific measure. May I contact you offline and not involve the forum until a suggestion is re ...Show All

  • Visual FoxPro cumulative column calculation

    Hello, have question about calculations in visual FoxPro. Have a table ID Sk 1 4 2 8 3 9 4 3 and so on… need to calculate cumulative sum in next column like ID Sk Cum 1 4 4 2 8 12 3 9 21 4 3 24 Do you know how to calculate this column The easiest way is to write some code ...Show All

  • Visual C++ CComboBox default message handling?

    I made a CComboBox in resource editor and added list of items separated with semicolons. When I run the application, clicking on the combo box doesn't make list box drop down, but only one horizontal line appears under the combo. How do I make CComboBox respond to clicking by dropping a list of items In the dialog editor click on the drop down button and resize the combo box to the size you want to have wh ...Show All

  • Windows Forms Inheritance and designers

    I have a class 'SyntaxBox' which extends richTextBox to do some rudimentry syntax highlighting. How do I determine what designer richTextBox uses inorder to inherit it The thing that I usually do is check reflector. Reflector is a little program that disassembles .NET so you can browse the managed code. It can be found here . In reflector, search for System.Windows.Forms.RichtTextBox. You can do that by simp ...Show All

  • Visual Basic Casting Error

    Dear Team    there is a field ' Date' in the db allow null...    On the form after binding and adding NewRow to insert ......    if the user left the textbox empty an error will raise    " Casting "" to Date is invalid "    How to solve this error       Thank you very much The code is " As Example "   l = textbox1.text  --> string &nbs ...Show All

  • Visual C# What benefits do XML documentation comments offer?

    I am developing a couple of small apps for a client, and I am considering ways to document the code. If I use XML comments, I understand that a 3rd party utility is necessary to view the raw XML in a pleasing style. Unfortunately, I'm not using such a utility while developing these apps. It may be that I'm getting crotchety as I age (oh, I hope not), but I find raw XML comments harder to read than the well-formatted C++ comments to which I am ...Show All

  • SQL Server Is there a simple way to upload databases to SQLServer2005?

    I host more than 40 websites on my server, and I am starting a migration from another hosting company where I used SQLServer2000. I have brought all the databases onto my Dev server, which last night I upgraded to SQLServer2005. Now I'm wanting to upload all those databases (which total about 350 tables in 35 databases) to the new server In the old SQL2000 I just made a DTS package which was a pretty simple task once I'd figured out what to ...Show All

  • .NET Development Windows Update - .NET 1.1 and 2.0 redists

    Now that the .NET 2.0 redist has appeared on Windows Update, has the 1.1 version (and its SP1) been removed   If not, how long do you, MS, plan to keep 1.1 on WU   I mean, if I did a brand new WinXP install, would it offer both versions on WU   If yes, then for how long I ask because I currently advise my clients to use WU as the best way to get the 1.1 redist (+ SP1).  What I don't know (and would like to know) is how long ...Show All

  • Visual C# How change startup form

    I have just switched from VB to C# and am writing a Windows application. In VB you could easily change the startup form by selecting the properties of the project and moving to a dropdown where you could pick the form you want to use as the startup. I see no equivalent in C#. That is, there is a Startup Object dropdown, but it only lists the ProjectName.Project file. I see that I can go into the code of this file and rem out a line like this: ...Show All

  • Visual Studio Tools for Office Serious Error while deleting the row

    Hi, I am using following code to bind the ListObject: DataSet dsTrims = new DataSet (); dsTrims = MyDataAccessLayer .Provider.ExecuteDataSet(System.Data. CommandType .Text, strWhere); this .bindingdataSource1.DataSource = dsTrims.Tables[0]; myListObject.AutoSetDataBoundColumnHeaders = true; myListObject.SetDataBinding(bindingdataSource1); All the data get visible to listobject when run the application. I can als ...Show All

©2008 Software Development Network

powered by phorum