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
User Profile
Collapse
-
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 -
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 -
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... -
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-... -
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. -
c# to j#
HI,
How to convert c# application to j# application? is it possible?
and how?
Regards
Nags -
HI,
How to convert c# application to j# application? is it possible?
and how?
Regards
Nags -
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 -
hi,
Can any body give a a small example in linked hashtable?
Regards,
NagsLeave a comment:
-
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;
/**
... -
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. -
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 -
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.Leave a comment:
-
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...Leave a comment:
-
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()
{... -
-
-
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 -
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
No activity results to display
Show More
Leave a comment: