| Thread | Last Post | Replies |
|
| Message Passing Techniques | 17 Nov 2005 21:03 GMT | 3 |
I need some technique to communicate by passing messages with different threads. For my problem shared memory is not applicable. Can someone give me some help of what there is available in the .net. Thanks in Advance
|
| from VC++ to C# translation - newbie | 17 Nov 2005 20:48 GMT | 3 |
I need to translate this to c#. It's for a capturing screen shots on IE. http://cvs.sourceforge.net/viewcvs.py/*checkout*/iecapt/IECapt/IECapt/IECapt.cpp ?rev=1.2 I don't know how to start. Should I use p/invoke? How I handler the WM
|
| Disposing Pattern | 17 Nov 2005 19:53 GMT | 4 |
Could someone explain me if I need to implement the Dispose pattern on managed objects that hold objects which have longer life or is a singleton? Example -
|
| MdiParent, .NET 2.0 problem? | 17 Nov 2005 19:38 GMT | 1 |
I've used ".MdiParent = this" MANY times in the past no problems. However, with Visual Studio 2005 and .NET 2.0, I'm having an issue. I have a splitter control on the main (Parent) form, and the main form has "isMdiContainer = true".
|
| Regular Expression problem | 17 Nov 2005 18:50 GMT | 2 |
I want to search, in the middle of some other stuff, for: either an "A" _or_ one or two spaces _or_ nothing. i.e. my text can be any of: xxxxAxxxx
|
| Locking question | 17 Nov 2005 18:29 GMT | 6 |
I have a function that can be called from multiple threads that sets some static variables. To keep things consistent I am trying to use a lock statement. Somehow two different threads are able to get inside the lock statement at once. Here is the code
|
| MSIDL to C# | 17 Nov 2005 18:29 GMT | 10 |
Can anyone tell me if it is possible to generate C# from IDL/MSIDL ... I would love a www refence with a command example if possible :-) Cheers, Random
|
| Improve Performance - Tools? | 17 Nov 2005 18:04 GMT | 1 |
Hi NG, I have written an application with a lot of file- and database operations. There are several algorithmic operations, too. My question is: are ther any tools to improve performance
|
| runtime change in web.config | 17 Nov 2005 17:56 GMT | 2 |
Hello group, In my applicationa I use web.config parameter for sqlConnectionString etc. How change parameter in web.config via website - one of site in my application - as opiton/seting site.
|
| How to implement security? | 17 Nov 2005 17:42 GMT | 1 |
I am working on a small project that implements basic security (users have to login/logout). Only one user can be logged in at one time. I use C# and ADO.NET. Users, passwords, accessrights to the system etc. is saved in an Access
|
| Help creating web form tied to SQL | 17 Nov 2005 17:14 GMT | 2 |
Trying to determine the best way to do this. I have a table that has about 16 columns of free form text and one column that needs to be updated by an enduser. Instead of trying to put the data in a datagrid, I wanted to created something like an input form where the 16
|
| how to get milliSeconds since the Unix epoch in C# ? | 17 Nov 2005 16:58 GMT | 10 |
I do i get the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC. like in java System.currentTimeMillis() ? Thanks.
|
| Version take | 17 Nov 2005 16:46 GMT | 2 |
I have a win form application and the deployment (setup files) is in a shared directory in a LAN. I want every time the app starts to check if the version of the app is the same as the version of the deployment. I can take the version of the current app but how to take the version
|
| GetCallingAssembly() question | 17 Nov 2005 16:30 GMT | 2 |
I am using C#.NET 2003. First step: When I call System.Reflection.Assembly.GetCallingAssembly().GetName().Name;
|
| limit CPU usage in C# | 17 Nov 2005 16:23 GMT | 5 |
good day... i noticed that when moving 750mb (multiple) files, it only used about 20% of the CPU usage... i thought i could also do this 1 to my application, so that it wont eat
|