User Profile

Collapse

Profile Sidebar

Collapse
NagarajanS
NagarajanS
Last Activity: Apr 1 '08, 07:04 AM
Joined: Dec 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • NagarajanS
    started a topic owc11 control
    in .NET

    owc11 control

    Hi,
    i developed a chering application using owc11 application in .net 2003.But now my office version is upgraded to OFFICE 2007.Now i try to run applciation is is searching for that OWC11 control.But in OFFICE 2007 there is no OWC11 control.What is the solution for this?

    Regards,
    Nags
    See more | Go to post

  • NagarajanS
    started a topic java application as daemon
    in Java

    java application as daemon

    Hi,
    I have a java application which will be running in Unix server.I want run this application as a daemon in that server.How i can do that?And another thing is how can i stop that daemon?

    Regards,
    Nags
    See more | Go to post

  • NagarajanS
    started a topic Xml schema doubt
    in .NET

    Xml schema doubt

    Hi,
    is it possible to create a xml file using xml schema file? Why the xml schema files are used? If yes means give me a example in that.

    Regards,
    Nags
    See more | Go to post

  • NagarajanS
    started a topic better design
    in Java

    better design

    Hi,
    l have created one servet-client chatting application.Tha t application works fine but now i want to simplify my application.Her e is the design what i have done,

    server<--->Clients

    Ehen ever a client connects, server creates a Separate thread and hold that Soket object until the client gets disconnected from server.

    This will work for some 10-20 clients.When the client size increases to...
    See more | Go to post

  • NagarajanS
    started a topic error
    in .NET

    error

    HI,
    While running my application i am getting this error.How to solve this problem.

    System.Runtime. InteropServices .ExternalExcept ion: A generic error occurred in GDI+.
    at System.Windows. Forms.Control.M arshaledInvoke( Control caller, Delegate method, Object[] args, Boolean synchronous)
    at System.Windows. Forms.Control.I nvoke(Delegate method, Object[] args)
    at NClient.NClient .ThreadFunction ()
    Note-...
    See more | Go to post

  • NagarajanS
    started a topic Help in form cpu Utilisation
    in .NET

    Help in form cpu Utilisation

    Hi,
    i created windows form .when i try to move any other application over my form like a calc form the cpu utilisation moves to 100%. why is this happening? and how i can eliminate that?
    Regards,
    Nags.
    See more | Go to post

  • NagarajanS
    started a topic c# to j#
    in .NET

    c# to j#

    HI,
    How to convert c# application to j# application? is it possible?
    and how?
    Regards
    Nags
    See more | Go to post

  • NagarajanS
    replied to j# custom event creation
    in .NET
    HI,
    How to convert c# application to j# application? is it possible?
    and how?
    Regards
    Nags
    See more | Go to post

    Leave a comment:


  • NagarajanS
    started a topic j# custom event creation
    in .NET

    j# custom event creation

    HI,
    i am new to java i want to create a custom event in j#? How to do that?.If any example that will be very helpful.

    Regards,
    Nags
    See more | Go to post

  • NagarajanS
    replied to HashTable help
    in Java
    hi,
    Can any body give a a small example in linked hashtable?
    Regards,
    Nags
    See more | Go to post

    Leave a comment:


  • NagarajanS
    started a topic HashTable help
    in Java

    HashTable help

    Hi,
    i need one help in HashTable. see the below example
    [CODE=java]/*
    * HashTableTest.j ava
    *
    * Created on October 20, 2007, 12:48 PM
    *
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    */

    package kcbchatapplicat ion;

    import java.util.Hasht able;
    import java.util.Itera tor;

    /**
    ...
    See more | Go to post
    Last edited by Ganon11; Oct 22 '07, 01:12 PM. Reason: Please use the [CODE] tags provided.

  • NagarajanS
    started a topic Chatting application
    in Java

    Chatting application

    Hi,
    i want to develope one simple intranet chatting application using java.How to do that?is any open source is available for this?
    Othewise Can you give me idea how to develope the chatting application?
    Note:
    i want to communicate client to client (don't want sever-client)
    Regards,
    Nags.
    See more | Go to post

  • NagarajanS
    started a topic Performance Tuning Tool
    in .NET

    Performance Tuning Tool

    Hi,
    I developed one small tool in c#,net which is used to read a file and stores the content to "Ms Access" data base.Here my problem is this tools takes nearly 100% of the cpu usage while rumming.Now i want to elimate this issue,how to do that?is there any tool available to find the defective in the coding?

    Regards
    Nags
    See more | Go to post

  • NagarajanS
    replied to Need help In Object Creation
    in .NET
    Thanks for your reply.Ok if i am going for the Class4
    Class4
    {
    //want to access the Class2 data
    Step1
    -------
    Create object using new Class2();
    Step2:
    ---------
    Using the above method2
    }

    Now what will the issue?which one better method now?which one affect my performence?and why:
    Regards,
    Nags.
    See more | Go to post

    Leave a comment:


  • NagarajanS
    replied to Need help In Object Creation
    in .NET
    ok here is the complete tested code,

    private void Form1_Load(obje ct sender, EventArgs e)
    {
    --------------------------------------------------------------------
    method1:
    Class2 class2 = new Class2();

    MessageBox.Show (class2.GetName );
    ---------------------------------------------------------------------------
    method2:
    Class3.object1...
    See more | Go to post

    Leave a comment:


  • NagarajanS
    started a topic Need help In Object Creation
    in .NET

    Need help In Object Creation

    Hi,
    I am developing some windows application tool.Here my doubt is,
    I have some 3 classes in the project,
    class one
    {
    Public string getName()
    {
    return "Nags"
    }
    }

    class three
    {
    public static object object1;
    }
    method one:
    -----------------
    class two
    {
    [STAThread]
    static void Main()
    {...
    See more | Go to post

  • NagarajanS
    replied to ToolStrip Label
    in .NET
    Thanks might.I didn't see taht property.
    See more | Go to post

    Leave a comment:


  • NagarajanS
    replied to ToolStrip Label
    in .NET
    but In toolstrip button i can't set the text.
    See more | Go to post

    Leave a comment:


  • NagarajanS
    started a topic ToolStrip Label
    in .NET

    ToolStrip Label

    Hi,
    I am developing small windows application.In that i am using toolstrip label.i created a click event for the label.But the problem i need a blink(Highlight ing event lik when we click button) type.How to do that?Otherwise can i override toolstrip lable with button?If s means how to do that?
    Regards,
    Nags
    See more | Go to post

  • NagarajanS
    started a topic Versioning of exe
    in .NET

    Versioning of exe

    Hi,
    Any body tell me open source build versioning tool?
    i developed one tool and i am fixing bugs as per the incoming issues.Note that i don't have the wincvs.I am only persion fixing the bugs.Now i want to note that for "x.xx" version this "YYYY" bug is fixed.How to do that?Any open source tool is there? source is maintained by myself.
    Regards,
    Nags
    See more | Go to post
No activity results to display
Show More
Working...