| Thread | Last Post | Replies |
|
| Enum and generic IComparable interface | 28 Nov 2005 16:39 GMT | 2 |
when migrating to the .NET 2.0 framework we decided to encourage the use of generic functions because they ought to run faster than their equivalent object-implemantations. Now I have the following problem:
|
| problem showing focus on a button | 28 Nov 2005 16:31 GMT | 1 |
From reading something months ago, I've been under the impression that saying button1.Focus() is enough to focus on the button and highlight it (the dotted box). If this is true, I don't know what's wrong with my version, but it doesn't work. In certain circumstances, when a ...
|
| Why where new() doesn't allow parameters? | 28 Nov 2005 16:18 GMT | 4 |
Ok, I realize that it doesn't really matter because it simply isn't possible, but does anyone know the reason why the constraint on the generic parameters for new() doesn't allow parameters? Ie. why isn't this allowed:
|
| KeyCode, KeyValue and KeyData | 28 Nov 2005 15:58 GMT | 2 |
Could you tell me witch is the difference between keycode, keyvalue and keydata in a keydown event? keyvalue is always the ascii code? thank you
|
| Wrtite Mesasges to Windows Event Viwer | 28 Nov 2005 15:40 GMT | 2 |
I would like to be able from my C# .NET application to send (programatically) different debug messages to an own directory in the standard Windows Event Viewer. Which .NET classes provide access to the Windows Event Viewer ? Is it possible to configure it to automatically
|
| lock and object passing by ref | 28 Nov 2005 14:56 GMT | 6 |
I get the following warning: "Possibly incorrect assignment to local 'oLockObject' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local."
|
| Export subreport | 28 Nov 2005 14:51 GMT | 1 |
Please HELP! I have an asp.net page that contains a crystal report. The master report is a list of customers. I click on a customer and the customer details report is displayed. When I
|
| strange problem.... | 28 Nov 2005 14:51 GMT | 3 |
I am using Visual Studio 2003 and trying to write an windows application in C#. Whenever i run my program , it runs normally and i close it. Sometime later, i try to run the program with Ctrl+F5 and i get following errors
|
| Code Busy Message | 28 Nov 2005 14:45 GMT | 2 |
I am looking for a more elegant solution to the wait cursor. There are some places in the software I have created where there is a few seconds lag where the DB processes requests and sends back the data. Right now I have used the wait cursor, but I would like to popup a form
|
| TreeView | 28 Nov 2005 14:30 GMT | 1 |
I would like to add a treeView to a form where the top level items are countrys and inside of it would appear the holidays that belong to each country... I have a SQL SERVER Table Countrys and a Table Holidays, they have
|
| Need Help... Convert VB.NET to C# | 28 Nov 2005 14:23 GMT | 5 |
I am stuck on a conversion problem. I am trying to convert my application which is written in VB.NET to C# because the project I am working on currently is being written in C#. I tried my best to convert it, but somehow the app does not work. I am
|
| How to convert an access database programmatically using C#? | 28 Nov 2005 14:21 GMT | 2 |
I would like to convert an Access '97 database to Access 2002 format pragrammatically using C#. How would I do this? Thanks in advance.
|
| Simple Meta Search Engine | 28 Nov 2005 14:07 GMT | 2 |
I want a class whitch can get the result of famous search engines (yahoo, altavista,...) and show them. thanks in advance. Luis.
|
| Q: Can you use a Class Library in another environment than Studio? | 28 Nov 2005 14:06 GMT | 2 |
Is it possible to use a .NET Class Library in another environment. I have this 4GL, you can use regular DLL's there, but is .NET Class Library made for the .NET Environment only? Regards
|
| Array.Sort exception when randomizing an Array | 28 Nov 2005 12:40 GMT | 6 |
When you run the Shuffle[0] method often enough it will throw exception[1]. And I can't figure out why. Anybody? Paul van Brenk
|