Hi ,
I have to develop a program which continusouly contacts the server and checks the link status and reports the update.
Pl. tell me as to how to proceed in this regard.
raghu
Instead of Killing the Process..use CloseMainWindow() of that Process.
Also If U can get the Handle to the Particular windows u can close them..
I was recently doing Console Close Disable for My app.At that time I noticed that if u can get handle to that window u can Manipulate lot of things on...
Hi,
I am trying to use Id property of Process.I am saving the Id's to the DataBase.I am doubting that if the Process id is reused by the System then my code which gets the id from the DB wont work..
Can I rely on this property ..Will the reuse be for some other process?
Help me
Hi,
I created a Windows Service.But I am not able to Debug it.
Pl. let me know as to how to debug a Windows Service.
The MSDN doesnot have much material on this.
regards,
raghu
Hi,
I was debugging this and found the following...
The threads are asynchronous.i.e. they are created using begininvoke & endinvoke in C#.
I am creating new sqlconnection in every thread and using it.This works fine for the first thread.But the second thread and the later threads run on the...
Hi,
I am opening two different connections in these two threads.
This is working as expected in debug mode.When I run the application then the second thread throws an exception saying the connection is already open...
raghu
Hi,
I am debugging an application which spawns 2 threads in C#.
Both the threads try & get sql connection to a DB and insert some records in to DB.
The Problem is when I run the application the second thread is throwing an exception which states that the SqlConnection is already Open.But the...
Hi,
I found that I am having two MS-Combobox on my form in the class library.They are of type AxMSForms.AxComboBox.
If I have this control on my form in the class library the showDialog is not invoking FormLoad event.
Pl. let me know how can i trigger FormLoad ...
Hi,
I have a form in a Dll. I have added that Dll Project to my application as a refernce.When I create an object of that form and call showdialog on that form the Form.Load event is not getting fired.Hence whatever code is there in that is not executing....ANy help ...in C#
Rgds
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.