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

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

DamonPeng

Member List

sherrill
Joel Just Joel
Jamie Wakeam - MS
palakanand
Hong_Zhang75252
Adam Prout
richmtl
Jim Wooley
lbeguin
sedanwer
Armink
MrSkinnman
crixxxx87
Kevin Rodgers
Dietrich Birngruber
NoSoupForYou
Yin He
Evok
Ceejayf
NewtoC
Only Title

DamonPeng's Q&A profile

  • Visual Basic date y/yyyy to dd/mm/yyyy

    Hi, I want convert a date y/yyyy to yy/mm/yyyy. the Format function convert a date yy/mm/yyyy to y/yyyy but not y/yyyy to yy/mm/yyyy. exemple : 111/2006 --> 21/04/2006 example : 111/2006 --> 21/04/2006 1/2006 --> 01/01/2006 y/yyyy --> dd/mm/yyyy y = Day of the year (1-366) yyyy = year dd = day of the month mm = month of the year ...Show All

  • Visual Studio Changing design time dataset/connection at runtime?

    OK. New question. Here's my scenario. I'm working on a project that will allow users to view/print/export reports from their database. The database that they'll be using is installed at their location (not mine). The program I'm attempting to write will allow them to install on any computers they want and the be able to view reports. So, they have the database at their office (with a static IP, of course). But on a home machine they load the rep ...Show All

  • Microsoft ISV Community Center Forums Just curious (an Excel VBA question)

    Is it possible to have a userform on an excel workbook add information into the code itself Here is what I am looking at. I have a workbook that has a user form. In this user form is a dropdown combo box that has account numbers in it. What I want to know is is it possible to allow a user to add information into the combo box (such as a new account number that will be used often) and have it so that it is listed the next time the user uses th ...Show All

  • Windows Forms Displaying a User Control Under a selected Parent Row in a DataGridView

    Is it possible, or does anyone have an example of a DataGridView (or any other DataGrid control like Infragistics UltraWinGrid) that can do the following: When a parent row is clicked, the child row would be displayed as a User Control. Thanks, John The DataGridView or DataGrid do not support this. You'll need to follow up with 3rd party grid controls. -mark DataGridView Program Manager M ...Show All

  • SQL Server Deploy SMO project

    Hi, I'm writting a tools with SMO that supports SQL Server 2005 and 2000 and I'm  wondering wich components do I have to include in my setup to support both versions With SQLServer 2000 my application throws a following message : "Could not load type ‘Microsoft.sqlServer.Management.Smo.TriggerBaseCollection’ from assembly ‘Microsoft.sqlServer.Management.Smo’, version = 9.0.242.0" Thank you. You should obtain the "Microsoft SQL Server ...Show All

  • Visual Studio Express Editions ContextSwitchDeadlock was detected - CLR unable to switch contexts

    I'm using VS Express (VB) and have a Windows form that uses the My.Computer.FileSystem.GetDirectories to get a list of files in a directory and then using the My.Computer.FileSystem.CopyFile to copy the files in the directory to a new location. As each file is copied I'm updating a ListBox (adding an item). After about 2-3 files the ListBox is no longer updated (even tried Refreshing the ListBox and/or Form) and if there are very many files I ge ...Show All

  • Windows Forms Help me designer has Bugs bugs bugs

    For some reason whenever I use certain controls in Visual Studio 2005 the designer will not reload the form and I get Initialization errors in the designer. Ive downloaded the TaskVision app to see if it was something that I was doing, but I am unable to view any complex forms in that project either.. One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuildi ...Show All

  • Visual Studio Unspecified error when doing Get Latest Version

    When I do Get Latest Version from within Visual Studio on a complete solution or project I get the following error: Unexpected error encountered. Error: Unspecified error. File: vsee\lib\path\cvapipath.cpp Line number: 2459 When I do Get Latest Version on an individual source file, it works correctly. When I do Get Latest Version on a project from within the VSS client, it also works correctly. I got the following setup: Visual Studio ...Show All

  • Visual C# events

    Hello I have a class A which has a public event MouseDown that event triggers the function private void child_MouseDown(...) I want to link this event to a form so when the form mouse button is down the MouseDown Event from class A is triggered the problem is that in my form whenever i do this.MouseDown += MouseEventHandler(child.MouseDown); it complains that i can only do this in the child type the other way would be to male the child_MouseDo ...Show All

  • Software Development for Windows Vista Can't create a Avalon project...

    Few days ago, somthing good idea came up to my mind, and I just wanted to implemented it by using the WinFX. So I installed Windows Vista Beta 1, Visual Studio 2005 Beta 2, WinFX SDK beta 1 for Windows Vista, and WinFX runtime. It seemed everything went well, but after the installation I can't create a Avalon project. The Visual Studio gives me an error. It says the VS can't find Microsoft.WinFX.Targets. Of course, I googled about that keyword a ...Show All

  • Visual Studio help..!!Error when install VS 2005

    During installation, it was showing an error message which is telling "Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience." I cannot continue to setup this VS2005..Anyone who can help me Thank 1. Clean out your %temp% folder 2. Try the install again 3. If it still fails, try copying the CD/DVD to your hard drive and ...Show All

  • Visual Studio Team System Sizing for load testing

    We have a web application that will have an estimated 100,000 concurrent users in production. We'd like to setup a test lab to test a relevant amount (say, 10K to 20K simultaneous users). The only sizing information I could find was that we should be able to simulate ~1000 users per processor. Unfortunately, I haven't found anything more than that. What should we be planning on the test rig side of things If we got dual-socket dua ...Show All

  • Visual Studio Team System Agile, then CMMI

    My company is interested in getting CMMI certified. We are using Microsoft technologies a lot and would like to start learning about MSF. Forgive me if the question is silly. Is it possible for our company to go for MSF Agile, and then evolve into CMMI compatible practices This makes sense for my company because I want to make sure we can build the basic capacity first before we want to make it formal. Any idea or suggestions are welcomed. ...Show All

  • SQL Server Cannot change default server port 1433 on SQL Server 2005

    Hello, On SQL Server 2005 Dev Ed I have disabled all protocols except TCP IP. With Sql Server Configuration manager, I have set the server port to 1450 (in sql server 2005 network configuration) and the client port to 1450 (in Sql Native Client configuration). The result is that I cannot connect anymore to my local server. I get the following error: Cannot connect to ... Additional information : ...TCP provider, error 0 - no connecti ...Show All

  • .NET Development XmlDocument.Load can't load data from a xml reader, WHY?

    Hi, All , I wrote following code and want to save data to a xml file, string connectionString =@"Integrated Security=SSPI;Initial Catalog=pubs;Server=(local)"; string queryString = "SELECT DISTINCT * FROM titles FOR XML AUTO, XMLDATA"; using (SqlConnection connection = new SqlConnectio(connectionString)) { connection.Open(); SqlCommand command = new SqlCommand(queryString, connection); System.Xml.XmlReader xml ...Show All

©2008 Software Development Network

powered by phorum