| Thread | Last Post | Replies |
|
| Tutorial on Proper Animation | 28 Sep 2007 17:17 GMT | 1 |
I am looking for a C# .NET 2.0 tutorial on animation techniques, especially the difficult subject of Invalidating() the smallest possible area on the screen and the proper way to set things up.
|
| How Can I remove all row from a gridView | 28 Sep 2007 17:09 GMT | 2 |
How Can I remove all row from a gridView Thanks PJ
|
| How to do?: Stack of limited size containing unique items. | 28 Sep 2007 16:30 GMT | 3 |
Stack of limited size containing unique items? Hi guys, How would I implement a stack of limited size containing unique items? For example. Suppose my stack has [3,5]. I add 2 to it and it is now
|
| Decisions tree/table vs. IF/Switch vs. ? | 28 Sep 2007 16:24 GMT | 2 |
Hello, I've put my question at the bottom of the code below... using System; using System.Collections.Generic; using System.Text;
|
| intellisense problem | 28 Sep 2007 15:56 GMT | 1 |
I admit this might have more to do with the IDE than the language but... in VS2005 sp1 when i highlight the interface inherited by my class and then choose "Implement Interface" -> Implicitly i get this message: "All members of this type have already been implemented". The ...
|
| Does this code generate unique integers? | 28 Sep 2007 15:23 GMT | 16 |
I'm a fan of the GUID, but the current project is looking to use a genuinely unique integer. Does the following do that? Math.Abs(System.Guid.NewGuid().GetHashCode()) TIA
|
| how can i convert aspx pages to HTML pages. | 28 Sep 2007 15:02 GMT | 2 |
I'm trying to add to my project an html page so that I can add some C# code into it. I would need to 'convert' into aspx so that I can add the code with
|
| Reading from a file, what am i doing wrong here ? | 28 Sep 2007 14:15 GMT | 5 |
I can't see what Ive done wrong with the following, would someone help please. I'm trying to read rich text from a file. Ive tested the file using a hex editor and the contents have been written correctly. When i read back the
|
| Tree Collection | 28 Sep 2007 13:41 GMT | 2 |
Has C# 2.0 Tree Collection or is it missing? There is a ThreeNodeCollection for Win Forms but not as an data structure. How have you implement TreeCollection just for data storage? Cheers,
|
| DataSet Problems only When Published | 28 Sep 2007 13:34 GMT | 4 |
My project contains a dataset which accesses an MDF database file created within the project. When debugging the program, everything works great. However, when I publish and install the project, the program always hangs on a GetData() method which was generated automatically by
|
| Status of Dispose()'d Form | 28 Sep 2007 12:00 GMT | 1 |
In this tiny program I address a Disposed() Form object. I expect an exeption but don't get one. What is the status of a Disposed() Control? using System; using System.Windows.Forms;
|
| Thread Timeout | 28 Sep 2007 11:53 GMT | 3 |
Is there anyway to set a timeout for a Thread? Regards!
|
| How to debug setup projects | 28 Sep 2007 09:19 GMT | 3 |
Is there a way to debug a setup project with VS2003? Thanks.
|
| Dllimport works only in Visual Studio | 28 Sep 2007 08:45 GMT | 3 |
I have a (for me) strange problem which drives me crazy. I've created a c# desktop app in visual studio 2005, which uses through dllimports, methods of an old dll. Afther some tweaking this works fine. Now my project is finished and i run the 'exe' the dll imports behave
|
| Missing Tomes of Data Structures | 28 Sep 2007 03:55 GMT | 5 |
I have spent the last week or more looking for an implementation (open source) for a deterministic skip lists. I am currently approaching the completion of a data structure library I am implementing. I have a randomized skip list completed; however, I require a
|