| Thread | Last Post | Replies |
|
| small problem | 28 Feb 2010 19:33 GMT | 6 |
hi every body; i wrote a program that it has error ;plz help me :( using System; namespace ConsoleApplication45
|
| event | 28 Feb 2010 17:37 GMT | 1 |
Is it some sort of policy that event handler should begin with On. I've seen this in some places. //Tony
|
| NotifyFiler for the FileSystemwatcher | 28 Feb 2010 16:39 GMT | 3 |
I just wonder when you use the Attributes on NotifyFilter what kind of changes is that you catch then. It's easy to understand what you are monitoring when you use the NotifyFilter in this way NotifyFilter.Size
|
| JSON Problem | 28 Feb 2010 16:27 GMT | 2 |
Hi, My code is below. I am not able to extract the 'name' and 'query' lists from the JSON via a DataContracted Class (below) I have spent a long time trying to work this one out, and could really do with some help...
|
| event | 28 Feb 2010 12:41 GMT | 1 |
Is it some sort of policy that event handler should begin with On. I've seen this in some places. //Tony
|
| The Entity Framework and class libraries | 28 Feb 2010 12:30 GMT | 3 |
Apologies if there is a better group for this but I couldn't find it. I have been playing a bit with the Entity Framework using Visual Studio 2010 Beta 2 (I think). The problem I'm having is that whenever I try and use an
|
| Is the value of Identity.Name accessable at client side? | 28 Feb 2010 10:21 GMT | 1 |
I wonder if the value of Identity.Name is visible (any way) at the client side? So, it is safe to use the userID as cookie name? FormsAuthenticationTicket ticket = new FormsAuthenticationTicket(1,
|
| Start a process in two different ways | 28 Feb 2010 09:41 GMT | 5 |
I would say that when you start notepad using alternative 1 or 2 is identical. So in this case it's no point to use alternative 2 because alternative 1 is doing the exact same thing and with much less code.
|
| How do I select which framework to use when buiding my app | 28 Feb 2010 00:42 GMT | 3 |
I have VS 2005. I just wonder where do I select which framework to use when building my app ? I have looked at the project property but I can't find it. //Tony
|
| instantiating string | 27 Feb 2010 22:21 GMT | 9 |
I'm relativly new to C#. I wonder why this statement is legal: string str = "Hello World"; while string is a reference type.
|
| Speed up ProgressBar - how ? | 27 Feb 2010 19:24 GMT | 6 |
I'm using ProgressBar to measure some action from 0% to 100%. But there are cases when there is no action at all to be taken so I want the bar to move from 0 to 100 at once. But when I put: progressbar.Value=100;
|
| msc extension | 27 Feb 2010 19:04 GMT | 1 |
When you have this msc extension what kind of extension is that. Here an example the performance monitor which can be started by the command perfmon.msc //Tony
|
| sequrity eventLog | 27 Feb 2010 17:01 GMT | 6 |
Can somebody tell anything that I can do so the system writes an entry in the sequrity event log. I mean I just want to do something so as a result the system writes an entry in the sequrity event log.
|
| about the handling of the process class | 27 Feb 2010 16:12 GMT | 1 |
When I run this program I saw that my current application was called ProcessExample.vshost. I was surprised over that this vshost was part of the processname. I have thought that the application would have been called just
|
| Problem of DGV multi-row selection | 27 Feb 2010 15:12 GMT | 3 |
I have a problem of DataGridView's multi-row selection behavior. When holding the ctrl key down and DGV's selecttionmode had set to FullRowSelect, user could select multiple rows by click on those rows. And, when user click on a row which already had been selected the row would ...
|