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

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

Mukilan

Member List

dwj
FabioPoroli
FrankGibbs
ipointer
Madhusudanan
Bri68
Davids Learning
Pissed off with mirroring
Sude Singh
ravensensei
Paul Nystrom - MSFT
Dharmesh Gandhi
Jalebi
jcgalveza
JimSornig
Florin Raicu
henk van noort
KiwiJohn
rrrpak67191
vb help
Only Title

Mukilan's Q&A profile

  • Visual Studio Dependencies between classes

    Hello! I reviewed Visual Studio 2005 beta 2 class designer.  It allows to draw association from one class to another, when first class has field of the associated class type. It is good. Will there be ability to define association between two classes - when the first class has method(s) with parameters of the the second class type(not field) or return value of the second class type Also It would be great if this association ...Show All

  • SQL Server How can we write C# code in sql.

    Hello Anybody knows how to write c# in SQL All responses appreciated. thanks. There are many examples out there, one of them is http://www.codeproject.com/dotnet/CLR_in_Sql_Server_2005.asp . But anyway if you google for word like clr or c# in combonation with SQL Server 2005 you will find some good examples out there, depending of what you want to do (triggers, udts, udfs, procedures) HTH, Jens Suessmeyer. ...Show All

  • SQL Server Sorting Column Names in a Matrix Report, RS 2005?

    Hello, Is there a way to sort columns in a logical order as opposed to alphabetical order For instance: I have two columns Gender and Ethnicity. Gender column includes following values: F, M. Ethnicity column contains: Asian, Black, Hispanic, Native-American, Unknown. When I create a report in RS 2005 in a Matrix format, column headings are sorted alphabetically such as: Asian, Black, F, Hispanic, Native-American, M, Unknown. Is it possib ...Show All

  • SQL Server Beginner to SQL server 2005 Express Edition

    Hi, I am fairly new to Visual Studio 2005 (using C#) and am writing an application for the company I work in. I have got a really nice functioning form working and am now planning what to do about the massive database I need to create (I don't think it will ever get to the 4GB limitation of SQL Server 2005 Express Edition). Can someone please help with some simple questions please 1: I am decoding a specific file format and extracting t ...Show All

  • .NET Development Data Acquisition

    Hi, I want to write a Web Service that offers information about current data, e.g. temperature, supplied via a sensor. Which approaches are there for solving that problem When there is e.g. an standard Windows application, that reads data from te COM port. How does the ASP.NET site or Web Service connect to the Windows application and receive the data I'm happy with every comment! ...Show All

  • Visual Studio Express Editions Collection access in event handler (newbie)

    Hi I am making huge progress on my first program in Visual Basic Express, and have come to an abrupt stop. I have dynamically created a new Panel and dynamically populated it with a series of textboxes. Then I have filled each box successfully with desired text contents. These procedures work well and I can refill the textbox text properties at will. During the dynamic creation of the textboxes, I added each to a collection with: new ...Show All

  • Visual Basic How do I get the latest version of the application to display

    I used the splash screen template and the code is already written for the version, but it does not work. Is it something I did wrong or was it shipped like that and will be fixed in release. I have create an "About" item on the menu and have tried all type of "system.assembly.version" namespaces without any luck.   This appears to be functioning and the version is using the My.Application.Info.Version.Ma ...Show All

  • .NET Development Need help getting the information of the task manager (Ctrl+Alt+Del)

    Hi, im trying to find out some information about a particular project idea i have, is there a way of detecting what the user of a computer is doing i.e. are they using MS Word etc.. and i want to also see if they are idle, by Ctrl+Alt+Del i can see a process called the system idle process, and thus i presume that there is a app/process/coding that detects this. I am sure people here will think that i am some cracker or something like t ...Show All

  • Visual Studio Determining order for build

    I have a solution which contains 15 projects. How can I automate the build process for my solution I don’t want to write a batch file that call MSBuild.exe for each project in the solution, doing so I have to ensure that the batch file always call MSBuild.exe in appropriate order. Secondly there could changes on day to day basis which could make maintaining the batch file a tedious task. How does IDE determine the build order, is it ...Show All

  • Visual Basic Common Language Runtime detected an invalid program

    Alright... Now I have made some research and I found out that this exception can be thrown by invalid IL or by too many controls on a page. But since I have not more than 30 controls in my page that throws this exception it must be the IL. I have also run the PEVerify.exe on the assembly Here's the output: [MD]: Error: MethodImpl's Decl and Body method signatures do not match. [token: 0x0000017D] [MD]: Error: MethodImpl's Decl and Body method si ...Show All

  • Visual Studio Express Editions calculate the sum/average of a column in ListView

    I have a ListView which gets a new row every 1minute and i want to how the average of col1 on label1 and sum of col2 on Lebel2. I am thinking a listview is not the way to do this. Have you properly defined your object model Controls should NOT be used for data structure but only for display of the state of your model. You shouldn't total the columns of the Control, the total/avg should be built on the data model a ...Show All

  • .NET Development Reading 3GB text file in C#

    Hi I need the assistance in C#. I have 3GB Text file I want to Split that file based on some delimiters, Currently I reading that file multiple blocks. Each block having 10 mb content. When I process grater than 700mb source file. It give the memory out of exception. I have some files size is 2GB or 3 GB. These I files I cant read even first block.   Pls any one help me to get good solution. This primary focus for this forum i ...Show All

  • Visual Basic trouble setting a max and min value

    I have the following code: Private Sub numericTextboxKeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress Dim tb As TextBox = CType(sender, TextBox) Dim chr As Char = e.KeyChar If IsNumeric(e.KeyChar) And Not e.KeyChar = "-" Then 'If adding the character to the end of the current TextBox value results in ' a numeric value, go on. Otherwise, ...Show All

  • Visual Studio Express Editions Detailed example - structs

    I have a weird situation as follows: staticData.h defines a struct as follows: static struct city { public: int cityID;          char cityName[22];          char countryID[2];          char countryName[20];          double lng, lat;      &nbs ...Show All

  • Visual Studio Team System error starting VS 2005 beta2

    After installing VS 2005 beta2  I receive the next error when I try to start a new project (even when I start up VS and then close it without doing anything)   The Microsoft.VisualStudio.QualityTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ({A9405AE6-9AC6-4F0E-A03F-7AFE45F6FCB7}) did not load because ...Show All

©2008 Software Development Network

powered by phorum