| 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
|
| small problem | 28 Feb 2010 17:09 GMT | - |
hi every body; i wrote a program that it has error ;plz help me :( using System; namespace ConsoleApplication45
|
| 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.
|
| Paper Presentation Topics | 28 Feb 2010 08:27 GMT | - |
Paper Presentation Topics. Our database posses huge collection of topics for paper presentations in all areas.
|
| 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
|
| Norton Internet Security 2010 v17.5.0.127 Final | 27 Feb 2010 22:34 GMT | - |
Norton Internet Security 2010 v17.5.0.127 Final download all antivirus programs 2010 free now Avira AntiVir PersonalEdition 8.2.0.334 http://alagmysoft.blogspot.com/2010/02/avira-antivir-personaledition-820334.html
|
| 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
|