| Thread | Last Post | Replies |
|
| Visual studio 2003 SQL 2005 client tools Framework 1.0 and 2.0 | 25 Jan 2007 14:35 GMT | 1 |
I had: .Net framework 1.0 / 1.1, visual studio 2003. I then intalled the client tools for SQL 2005 which installed an Visual studio 2005 on my computer.
|
| SyncLock (Lock) | 25 Jan 2007 05:51 GMT | 7 |
Hey guys. I come from a Java background and I'm familiar with monitors in java. I ahve been reading about the .net monitors, including the Lock loops, and I came across a question.
|
| Multiple asynchronous sockets | 24 Jan 2007 21:28 GMT | 9 |
This is my first post so I thanks in advance. I'm writing a windows service application that connects to four different servers (to elaborate they are machinery equipment) to retrieve information via tcp. I wrote a "controller" class that manages the connection and
|
| DbDataAdapter.Update issue | 24 Jan 2007 17:46 GMT | 1 |
We are porting a .NET 1.1 application to .NET 2.0. We noticed the System.Data.Common.DbDataAdapter.Update(DataSet dataSet, string srcTable) function behaves differently in two platforms. Basically we noticed 2.0 version does not respond to UpdatedRowSource
|
| Inherit function? | 24 Jan 2007 13:27 GMT | 1 |
There are 4 func A,B,C,D in a class, all the func A,B,C will need to call the func D in their first line, is there any way simliar to class inhertance then I don't need to add func D inside each func and also able to execute it as
|
| new in group | 24 Jan 2007 12:27 GMT | 1 |
I´m new in the group and I would like to know where to find Office training material Thanks a lot
|
| Invoking An App | 24 Jan 2007 12:23 GMT | 2 |
In a 3-rd part Grid control when i click on html link ( something like www.google.com ) i am able to open Internet Explorer programmatically using Shell Control in C#. I have a e-mail address in another column, but am not able to open the mail
|
| Web request in a c# app | 24 Jan 2007 09:08 GMT | 6 |
What I want to do is send Http requests for a stress test application. The url I query will send me a 404, 400, maybe others or redirect me to a different url. I need to do that asynchronously. I mean, I could possibily send request using 10 threads and sending 10 requests per ...
|
| Can I inherit from Collections.Generics.List in VB.NET 2.0? | 24 Jan 2007 07:52 GMT | 1 |
If so, how is this done? I can't seem to get the generic parameter syntax.
|
| IP ping | 24 Jan 2007 07:31 GMT | 3 |
What of the framework can I use to know if a computer IP is avaible on my net? I was thinking about a ping service, is it avaible in the framework? Thanks
|
| .net Framework 2.0 SDK Documentation along with .net Framework 3.0 | 24 Jan 2007 03:58 GMT | 2 |
Hi. I needed to find a .net Framework 2.0 SDK documentation since I have installed Windows SDK which includes Windows Media Player 11 SDK and the others that work with Windows XP such as WPF. In the MSDN Online Library, there is "Previous Versions" under .net
|
| Looking for a managed class to work with .zip and .cab files | 24 Jan 2007 03:45 GMT | 6 |
Sorry for the crosspost. I'm looking for a managed class library that allows decompressing .zip and/or .cab files. Preferably free. If it supports the .NET Compact Framework that will be even better. thanks!
|
| Intranet zone full trust in vista | 24 Jan 2007 03:26 GMT | 5 |
I just finally installed vista for some testing. I have a embedded control in IE that requires .net 1.1 and full trust, as it writes some data to a local db on the machine, when I goto the wizard for security it does not allow me set permissions for local intranet zone to full ...
|
| .NET 3.0 support for Windows 2000? | 23 Jan 2007 14:49 GMT | 5 |
Does anyone know if there is any planned support for .NET 3.0 on windows 2000? It seems like a major miscalculation not to support win2K - there is still a huge install base, and it will be a while before there are enough 3.0
|
| Datagridview Invalidate | 23 Jan 2007 14:16 GMT | 2 |
I'm sure this is just something I'm doing wrong, but not too sure. I have a form with a DataGridView control. The DataGridView (DGV) has VirtualMode = True. As a private member of the form, I have an array of booleans. The first
|