| Thread | Last Post | Replies |
|
| DataView and DataTable.Reset() | 12 Dec 2006 06:26 GMT | 2 |
I have a problem with the DataTable.Reset(). After resetting the DataTable the count of the DataView is no longer equal with the DataTable.Rows.Count, so the second Assert fails. See the simplified example below...
|
| Windows Service location, InstallUtil action? | 12 Dec 2006 05:20 GMT | 1 |
New to windows services, but I've managed to create one and install it successfully. However, I'm confused about what the InstallUtil actually does. I'm not sure if it just registers and configures the service files (exe, dll,
|
| server client | 12 Dec 2006 05:00 GMT | 1 |
I have a srever and client application but this can only work in one project model I'dlike to use remote machine connection but still unable to figure out how that can be done.
|
| What does HttpWebResponse.Close() do? | 12 Dec 2006 04:57 GMT | 1 |
I found one issue about HttpWebResponse. I tried to get a huge webpage (i.e. http://wx.msn.com) with HttpWebRequest timeout set; reading the response stream is still controlled by timeout. However, the HttpWebResponse.Close takes ages.
|
| Simulate Mouse Click Without Focus | 12 Dec 2006 04:40 GMT | 18 |
Is it possible to simulate a mouse click in the window I made (it's a Form), but not give it focus? I tried using WinAPI's mouseevent and SendMessage of WM_LBUTTONDOWN/WM_LBUTTONUP as suggested by the folks in #winapi on
|
| Using Multiple Datasources | 11 Dec 2006 23:39 GMT | 2 |
I have an application that can either connect to an access database or a SQL Server database. I have 2 assemblies both implement the same interface for describing the data access methods for the application. One assembly is specific to use the Access database using the OLEDB
|
| application for compare two pdf content | 11 Dec 2006 23:03 GMT | 3 |
does anyone suggest me how to write a windows application for comparing two pdf content. The requirement is very easy... i only need to inform user two pdf are differnet, no need to spot where the difference.
|
| wierd behavior | 11 Dec 2006 21:34 GMT | 4 |
Tried the following c# code static void Main(string[] args) { ArrayList list = new ArrayList();
|
| How to build a look up table? | 11 Dec 2006 21:08 GMT | 16 |
How to do this in C#? I want to have a lookup table (hash) of city by zip code (integer) or phone number (string), and it would look something like x = book[94555]; // x == "Fremont"
|
| Threads Calling Threads? | 11 Dec 2006 20:17 GMT | 1 |
I'm trying to think something through and am wondering if may have some suggestions. I am building a Windows service (VStudio 2005, C#) that uses a COM component to answer a telephone call(s). The aqpplication uses 6 trunk channels for the lines. What I need to do is ...
|
| close and open file again or keep open -- for log file? | 11 Dec 2006 19:59 GMT | 5 |
Both way works, I'd just ask some experts which way is better? My application creates a log file daily. Now each time when I write a log, I will open the file and append to the end. Ocz, if the file is not exist(e.g. another day), it will creates the
|
| Need to install SQL Server Express database from my app | 11 Dec 2006 18:05 GMT | 1 |
Hi, I am developing a c# application that uses SQL Server Express. I need to be able to install SQL Server Express programmmatically then run some scripts to create the tables. I can't find much documentation about how to do this stuff programmatically on the web. So if anybody
|
| Opening Large Binary file efficiently | 11 Dec 2006 18:00 GMT | 11 |
Hey all, I need to validate a large binary file. I just need to read the last 100 or so bytes of the file. Here is what I am currently doing but it seems slow:
|
| WCF vs .NET Web Services | 11 Dec 2006 17:14 GMT | 1 |
Are there any advantages to using WCF web services over the traditional .NET web service project? Any links would be helpful also. I haven't been able to find much info on this.
|
| BenchMarking and Profiling .NET Application Tools | 11 Dec 2006 16:19 GMT | 4 |
BenchMarking and Profiling .NET Application Tools>>>Which should be World class providing accurate output. The Tools should Benchmark MY .NET Remoting Server/Client and SQL Server Database.
|