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

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

avalancheseah

Member List

Ernesto OLLUSA
The ZMan
GethWho
xinz
Marzullo
Superobotz
bahaa_sa5
Cole Thompson
Mchafu
NotTaken
pkv
Nlepor
msdobrescu2
djmikke
RagsIyer
David Turner
TheresaKad
Julian V
fa6ma
TWild
Only Title

avalancheseah's Q&A profile

  • Visual C# how can I convert the system array to integer array?

    Hello, How can I convert the system array to integer array Thanks, Tammy   public int[,] CopyArrayToIntegerArray(Array src)   {    int[,] dest = new int[1024,1024];     for (int y = 0; y < 1024; y++)    {     for (int x = 0; x < 1024; x++)     {      dest[x, y] = Convert.ToInt32(src.GetValue(x, y));     }    }    return dest;   } You could also generalise it for any size array and type:   public T[,] Copy2dArray<T>(Array src)   {    int w = src.Ge ...Show All

  • .NET Development Can Any One Tell about the Architecture of the GC

    Hi i want to know the full archetecture desing of the GC(Generatio wise) there are articles in the msdn magazine discussing garbage collection (not the architecture in too much detail). I suppose you could take a look into SSCLII to get a look onto some GC things and I remember there are some websites related to GC MSDN Mag article ...Show All

  • SQL Server Tcp/ip Port change

    I installed a new instance and changed the default tcp/ip port and configured the applications. based on request i have changed the port to default 1433. now the problem is, the instance is not coming up. Then I restored the port now its working fine. But the application user wants 1433. could you please tell me why the instances is not comming up if the port is 1433 Thanks in advance What does the event log tell you, there has to be an entry stating the source of the problem. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Transform-Pivot in SQL Server 2005

    Is there any equivalent for Transform-pivot of MS Access in SQL Server 2005 I have this query in MS Access that I need to migrate to SQL Server 2005 TRANSFORM Sum ( CD1 ([CheckAmount])) AS [The Value] SELECT "Total Amount of Checks" AS Type, tblResult.AccountNumber, tblResult.CheckDate, tblResult.Status, Sum ( CD1 ([CheckAmount])) AS Total FROM tblResult GROUP BY "Total Amount of Checks " , tblResult.AccountNumber, tblResult.CheckDate, tblResult.Status PIVOT IIf ( IsNull ([statusdate]), "Outstanding" , Format ([StatusDate], "Short Date" )); Table columns: Autonumber,AccountNumber ,C ...Show All

  • Smart Device Development fill textbox with multi rows from database sqlce

    needly help i want to fill multi row to textbox from database but when i'm trying the text fill with single row buti want it multi rows can any proffessional help me !!!!!!!!!!!!!!!!!!!!!!! You can combine several rows in one string and set Text property of the text box to it. Note you can’t do that using data binding. ...Show All

  • Windows Forms How to bind a hierarchical DataSet

    Hello I had to migrate an application that was based on hierarchical ADO recordsets (in this technology, a child chapter stands as a child recordset in one of the fields) Since: 1) The same approach add to be kept in the .NET version in order to keep a uniform way of accessing data from the application point of vue 2) In ADO.Net this approach does not exist (one get an array of DataRow using the GetChildRows method instead of a DataTable) I created a new class that simulates this behavior, that is root tables as well as child rows are always embedded in that class. Now the question is: Since this class should be used as a DataSource for the DataGridView control, I was wondering how to implement the DataV ...Show All

  • Visual Studio Express Editions Totaling a table

    I want to be able to have the program calculate the total of a column of values in a table. How would I go about doing this I played around with this for a while, and cannot see a way to do this... Any help would be greatly appreciated. Thanks, -Matt No, That's the SQL to calculate the total. First you have to add a query in your dataset (you have a dataset right ) In the Client( ) tableAdapter add a new scalar query and enter the sql as shown above. On your form place some code to get the total value when it is required (when the form loads for example). Use code such as this: int total = this . masterTableAdapter . TotalQuery (); if ( total . HasValue ) { this . totalTextBox ...Show All

  • Windows Forms skinning ??

    is it possible to skin your application in the visual studio .net like change the look of the Title bar, Minimize, Maximize and Close buttons. does anybody know how to do this Hi, Please go through the following link. this might be of some help. As it is, it shows on how to customize painting. One more way is design a custom form with custom controlbox. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dngdi/html/highdpiapp.asp thank you, bhanu. ...Show All

  • SQL Server Processing AS2000 Cubes from SSIS

    Hi All, I have a scenario where I want to execute AS 2000 Cubes from a SSIS package. In my Prod environment I have two servers one with the SQL 2000 database and the AS2000 cubes on it and the other with SSIS installed on it. What I am doing here is I have a DTS package with a process cube task in it, this DTS package is saved as a structured file and then I call this DTS package from SSIS using the Execurte 2000 package task. Just FYI the process cubes task is using local as the server reference. I want to know how this will work when I execute this DTS package from within an SSIS package running on a different server Appreciate all help. Thanks I Still have this concern whether my packa ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DreamBuildPlay - Any advantage to submitting early?

    For the DreamBuildPlay contest, is it better for me to take every last minute until the submission deadline to tweak my game or is there some advantage to submitting earlier If you're done already, you could just let your finished one sit there and start on another entry. You still have a week and you can submit more than one entry. Better chances to win, especially if you don't think there's much to add to your current one. @Lima Beans - it's probably because nobody wants to give anyone else ideas. a couple of ideas here and there could make or break your game. Although I'm sure that afterwards, you'll probably be seeing a torrent of blogs/tutorials/walkthroughs in how people created their games. ...Show All

  • Visual Studio Team System Core Team Organized interim milestone - related workstream?

    Hi, Can you please help me figure out which workstream is related to the "Core Team Organized" interim milestone of the Envisioning track (MSF v4) As far as I understand, the "Vision/Scope Baselined" interim milestone as well as the track's major milestone are directly related to the "Capture Product Vision" workstream, but I can't find any workstream that would include activities on preparing the project team. Regards, Dmytro Lapshyn Thanks, now I'm able to find this in the Process Guidance! Just a small correction for everyone else reading this thread: "Form Project Team" is actually an activity within the "Plan Project" workstream. ...Show All

  • SQL Server SQLEXPRESS instance on SQL SErver 2005 standard edition

    What happens when you install a SQLEXPRESS instance on a machine that already has SQL Server 2005 Will the SQLEXPRESS still run in the limited mode or will it sense that an full standard version of SQL Server 2005 is already present and just "upgrade" itself On the otherhand, how do I "upgade" an existing instance of SQLEXPRESS to a full version of SQL Server 2005 standard edition without uninstalling and installing the standard edition. If I have both the instances then will the SQLEXPRESS be freed from its limits Thanks, Vikram When you install it you will need to install it as a named instance, and it will not upgrade it's self.. Remember that they are actually two diff ...Show All

  • Visual Basic Do nothing in a while loop

    I have a while loop that runs until one of two conditions are met. 1) A timer elapsed 2) A COM object raises a event that is done doing a task This works great but while the program, it's a window service, is running, it utilizes 50% of my CPU power. How can I make the service do nothing when it's in the while loop My code: With Timer1 .Interval = maxTime * 1000 .Enabled = True Dim i As Integer Do While Not ReadyState And .Enabled i = i + 1 Loop .Enabled = False End With Sven De Bont wrote: Hi Philip, Loop can be very CPU intensive, so you might consider a different approach. Apparently, you are using the timer for 'time-out' purp ...Show All

  • Architecture generating classes from UML

    Hi, Sometime back ,i read somewhere that newer version of vs.net gives the functionality of making classes from uml diagrams(like class diagrams), but i have not encountered this kind of facililty in the vs.net as per now. Can you people please confirm on this. Also if there is any other tool available to do this for creating classes,interfaces etc in c#, please let me know. Regards Diego Dagum wrote: VS diagrams has two priorities: To document a .NET application (more than any other kind of application) yes but class diagrams only tell part of the story - and if you are working on that level (code) you might as well stick to the code itself Diego Dagum wrot ...Show All

  • Windows Forms CheckBox will not change.

    I'm building a dataTable where one of the colums is a boolean value. The dataGrid that goes along with it uses a DataGridBoolColumn. The formating and all works but when I click on the box to change it to an empty or checked box nothing happens until the cell looses focus, (I click somewhere else). To make a change I have to Click once to select the cell. then again to change the value and then I have to click somewhere else for the new value to show. Has anyone seen this problem before I'm using Microsoft .Net Framework 2.0 with Studio 2003. Hi, red-ned I'm sorry, I cant catch it. Could you give some problem codes to us, and we can help to check it out what the real problem you've encountered. Thanks ...Show All

©2008 Software Development Network