| Thread | Last Post | Replies |
|
| Canceling Asyncronous Calls | 09 Mar 2006 18:21 GMT | 2 |
Hi there all, I am starting an asyncronous call to a method passing a callback delegate. (More specifically a BeginRead in a network stream).
|
| Asynchronous socket operations and threadpool | 09 Mar 2006 17:19 GMT | 25 |
I have a general question regarding the best practice for using asynchronous socket operations and threadpool. It often happens that I need to perform lenghty operations after asynchronous receive/send/accept. These operations themselves are often
|
| threaded modal window | 09 Mar 2006 17:02 GMT | 3 |
Hi to everybody, I have the following situation: I have a lengthy operation inside a desktop application - something that has to be executed on the main thread of the app (this is a must)
|
| mozilla firefox | 09 Mar 2006 15:06 GMT | 2 |
i developed one web site which is working properly in Internet explorer,but it is not coming smoothly in the mozilla firefox,the alignment of controls going very strangely. Plz help me with some ideas....
|
| Reflection: Creating an array of a type? | 09 Mar 2006 10:47 GMT | 2 |
I'd like to create an array of a Type. How can I do that using reflection? Currently I'm using the following code to create single instances: constr=type.GetConstructor(new Type[]{...}); newObj=constr.Invoke(new object[]{...});
|
| deployment | 09 Mar 2006 07:28 GMT | 2 |
where from I can get good deployment guide for Visual Studio 2005 windows applications Some questions 1. When Installing application which is already installed, there is an error
|
| Send files to Compressed (zipped) folder | 08 Mar 2006 22:31 GMT | 2 |
I have a bunch of files I need to put into Compressed (zipped) Folder, MyFiles.zip file, similarly to what Windows XP does when you send files to compressed zipped folder. What is the simplest way to compress these files into a .zip?
|
| ieexplorer process.start() error status | 08 Mar 2006 22:06 GMT | 1 |
I am using VS2003 and my windows program may try to goto a URL site. I do this by starting a browser process thread p.start(). If the web page cannot be found or a connection to the internet is not present, the browser shows an error message in its display. I have not been ...
|
| Web service for IP address to Geographic location. | 08 Mar 2006 20:51 GMT | 2 |
Does anyone know a Web service for IP address to Geographic location resolution? Thanks P.S. I am in the UK, but I assume any good web service would be worldwide??
|
| .NET 1.1 connectivity with SQL 2005 ???? | 08 Mar 2006 20:40 GMT | 5 |
does .net 1.1 supports SQL 2005 database connectivity??? are there any issues with it??? and secondly is conversion of 1.1 application supported in 2005 for converting them to 2005 versions or you have to manually update some code in
|
| Installing to the GAC in Windows 2003 Server | 08 Mar 2006 19:19 GMT | 2 |
I'm trying to install a C# .NET application to a Windows 2003 server. The MSI installer includes components that install to the GAC. When it gets to that point in the process, it fails with the error, "Error writing to file: (my dll). Verify that you have access to that
|
| Label in custom control | 08 Mar 2006 17:57 GMT | 1 |
I have a custom control that includes a Label as one of its properties. During design-time I am able to modify the values of various properties of the custom control, including Font, Location, .. of the Label property. This all works very well with VS 2003. Recently I created ...
|
| Code analyzer | 08 Mar 2006 17:30 GMT | 2 |
Can someone recommend a source code analyzer for VS.net? We're looking for something to give us statistics of our source code - lines per module, etc. Also, something that will point out unused code (variables, functions, code snippets, etc).
|
| GUI's, threading and stopping the user clicking etc. | 08 Mar 2006 17:24 GMT | 2 |
I am would like to start making my programs more responsive by introducing threading. My programs perform reasonable size db queries and builds large treeviews etc. I know how to create thread and set them off etc, which
|
| Regulare Expressions VERY SLOW in .NET 2.0 | 08 Mar 2006 15:53 GMT | 1 |
We have a .NET 1.1 application that used many regular expressions to see if small stings started with certin characters. When we ported this application to .NET 2.0 the regular expressions ran many times slower increasing our process time from 30 seconds in 1.1 to 30 minutes in
|