| Thread | Last Post | Replies |
|
| Visual Studio Test Wizard | 23 Oct 2007 16:59 GMT | 1 |
I'm using Visual Studio 2005 Team Edition for Software Developers. I've created new a test project and tests using the wizard under Test -> New Test... That seemed to work. I checked in my new test cases last night. This morning, I checked out my
|
| CodeDOM sealed class with virtual properties | 23 Oct 2007 16:17 GMT | 1 |
I have code that generates a class. [Serializable()] public sealed partial class ProductInfo { private string _ProductID;
|
| Treeview and ContextMenuStrip | 23 Oct 2007 16:14 GMT | 9 |
Let's say I have a Treeview control on a form. Each leaf node in the Treeview has a ContextMenuStrip, each with one ToolStripMenuItem, and all ToolStripMenuItems Click event is handled by a comment event handler.
|
| MSMQ body format issue. | 23 Oct 2007 15:48 GMT | 4 |
I wrote an application that puts in a message into MSMQ using C++ and MFC. If I try to put a message called 'sample' I see that the body of the message in MSMQ would be set to: 's.a.m.p.l.e'.
|
| extending system class | 23 Oct 2007 15:22 GMT | 4 |
Is it possible to extend the system classes? I want to create a function for converting a DateTime into a TimeSpan. Any Ideas? at the moment i've created:
|
| "global::" usage | 23 Oct 2007 15:16 GMT | 11 |
I find in other team member's project, they are referencing a type in following format " public static global::ErrorReport.Description Description
|
| animated form background? | 23 Oct 2007 14:53 GMT | 1 |
I wonder if there is a efficiant way to provide a animated background for Form/Control? If I redraw the background of a control, all it's sub controls will be forced to redraw, right?
|
| DEVExpress | 23 Oct 2007 13:57 GMT | 3 |
Does anyone know if DEVExpress is still around. Their website does not seems to work anymore. I hope they are not gone. http://www.devexpress.com
|
| Using Reflection with a collection class - syntax question | 23 Oct 2007 13:19 GMT | 10 |
I hope this is the right forum for this question. I am trying to use reflection for several custom collection classes. For example, what I want to do is take a line of code like this: myCollection.Add(mySecondCollection.Item(i))
|
| Equivalent of Python Dictionary | 23 Oct 2007 12:52 GMT | 1 |
I have my own class and I'd like to save objects of this class in a dictionary. In python this works something along the lines of: a = MyObject(); b = MyObject();
|
| Using code pages | 23 Oct 2007 12:44 GMT | 6 |
I'm writing strings to an embedded console that only supports Extended ASCII Code Page 437. The strings are stored in a lookup table in a database . My original code is as follows which writes to a memory stream:
|
| using bound datagrid or unbound | 23 Oct 2007 11:18 GMT | 1 |
I just wonder when is it necessary to use unbound datagrid. It's far simpler to use databound datagrid by using the wizard. Can you just point on some particularly example when an unbound datagrid would be suitable.
|
| Converting VB code to C# | 23 Oct 2007 10:24 GMT | 2 |
I have to convert this VB code to C#. [VB Code] Dim dvProduct As DataView = CType(sqlDS_Halloween.Select(DataSourceSelectArguments.Empty),DataView)
|
| How can I see Show All Files in Solution Explorer | 23 Oct 2007 10:07 GMT | 2 |
How do I do to accomplish this "select Show All Files in Solution Explorer to view the bin folder" //Tony
|
| Easy question about a not working tutorial about ado.net | 23 Oct 2007 09:46 GMT | 2 |
I use VS2005 and C#. I'm looking at ADO.NET and have found some test tutorial on microsoft MSDN. It can be found on google when searching for "Walkthrough: Saving Data to a
|