| Thread | Last Post | Replies |
|
| Threading and locked objects | 08 Feb 2005 14:01 GMT | 2 |
Is it possible to determine the thread id of the thread that currently holds a lock on an object? I need to do this while debugging because for some reason I get a deadlock and I'm trying to find out where it comes from.
|
| Komputer memory | 08 Feb 2005 13:50 GMT | 1 |
I created control, witch is attached to the other program. When i use metod Dispose or Finalize to destroy some forms and i call the same form again my komputer memory do not have on same level. Komputer memory are growing and main application can be shut down or restarted.
|
| Window based ASP.NET IDE ????? | 08 Feb 2005 08:02 GMT | 4 |
I am looking for a window-based opensource ASP.NET IDE program. However, i really could not find one. Acutally i already studied a Form Designer for c# and VB.NET, but this time i have to build a Form Designer for ASP.NET and got no idea how to generate a ASP.NET code.
|
| Comunicate EXEs | 08 Feb 2005 05:23 GMT | 5 |
I need to comunicate two types of EXE applications : the first one can enable/disable features in the second one. They are in a LAN. I'm thinking in Remoting, but I don't know if it is the rigth technology, it seems like it is for executing a remote object in local, instead of
|
| WinForm from VB6/COM? | 07 Feb 2005 23:09 GMT | 1 |
Is it possible to call a .NET assembly containing form(s) from COM (VB6).? Jacobus Terhorst
|
| More than one user Service may run within the same process | 07 Feb 2005 22:07 GMT | 5 |
I need some help in writing More than one Service run within the same process I am writing NT service in C#. And the issue is I am trying to write multiple services with in the same process. I am reading a config file vale and looping the values to create services.
|
| Turning off code generation | 07 Feb 2005 20:39 GMT | 3 |
I have a fairly complex form with a lot of custom controls and components (in the hundreds) and am having the problem that as the application grows the automatic code generation is now taking close to a minute. Ironically, compilation takes less than 5 seconds.
|
| Message Loops and Application.Run() | 07 Feb 2005 20:29 GMT | 6 |
My code creates a new thread and in that thread I call System.Windows.Forms.Application.Run() to start an application message loop. ( I also have a message filter added on that thread to handle incoming messages.)
|
| Determining a SQL Server datatype length | 07 Feb 2005 20:23 GMT | 6 |
I have a database that holds large varchar data. The table has a column of type varchar(8000). The stored procedure that is called to add the data to the table also has a paramater of type varchar(8000). The stored procedure is wrapped within a .net web service. I would like ...
|
| Need Dynamic Button Sample | 07 Feb 2005 19:53 GMT | 8 |
I am new to .NET so would appreciate some help. I am looking for an example of dynamic button creation. There are a lot of references to it on the postings but I was not able to find examples on how to actually do it. Can anyone point me to it or maybe post a very basic
|
| Can we use COM + services in windows service....... | 07 Feb 2005 19:49 GMT | 2 |
Can we use COM + services in windows service.......
|
| Parallel HttpWebRequest to the same host | 07 Feb 2005 19:16 GMT | 1 |
I am sending a time-consuming HttpWebRequest asynchronously and would like to get the current progress. Obvious solution, it would seem, to set progress in a session variable and send the second (parallel) HttpWebRequest to obtain this progress. This does not seem to work for me: ...
|
| Reference Counting | 07 Feb 2005 18:32 GMT | 7 |
I am an old C++/COM programmer that converted about 8 months ago to C#/.Net, and I have no regrets. I am now converting our caching subsystem from COM to .Net and I have a little problem to resolve. Our old COM cache would cleanup "unreferenced"
|
| Creating a Service & Protecting from TaskManager. | 07 Feb 2005 18:15 GMT | 1 |
I am creating a service in VB.Net. My question is if I set the "CanStop" property to FALSE in the designer. Can someone kill my service from task manager? If so, How could I prevent TaskManager from killing my service?
|
| Urgent: Creating an Environment Variable (System Variable)? | 07 Feb 2005 17:51 GMT | 1 |
Hi People, I am installing a couple of .NET and non-.NET applications, using a Setup and Deployment Project. I need to create an Environment variable, (System Variable, of System/Global
|