| Thread | Last Post | Replies |
|
| PlaceHolder + Events | 29 Dec 2006 10:07 GMT | 1 |
/* Hello, Its maybe simple but i cant fix it :( First i would say sry for my english, but i will try my best :)
|
| Changing default installation folder | 29 Dec 2006 05:08 GMT | 3 |
I dont know whether I am posting to the right group. If it is not the right group, please tell me. I want to change the default installation folder to my own path. I did it by changing the application folder's DefaultLocation property. The
|
| C# ListView background color question | 29 Dec 2006 05:00 GMT | 1 |
In my C# Windows form MyForm, I have a ListView LVW1 and it's size is pretty big, says it can accommodate approximately 25 rows. The LVW1 is in a GroupBox. Now that I only have 5 rows of ListViewItem in the LVW1, and we leave empty
|
| Understanding Generics.... | 29 Dec 2006 04:00 GMT | 7 |
Hello NewsGroup, Reading up on Generics in the .NET Framework 2.0 using C# 2005 (SP1), I have a question on the application of Generics. Knowingly, Generic classes are contained in the System.Collections.Generic namespace. Literature I have
|
| Converting Java Applet to C# | 28 Dec 2006 22:44 GMT | 5 |
i have an applet java applet which basically serves as a stock streamer..it connects to a data feed and show the bid/ask/last/etc info for a portfolio of stocks in real time. I would like to convert this to a C# application, but one that can be run/launched from a web
|
| Memory Limit for Visual Studio 2005??? | 28 Dec 2006 19:17 GMT | 81 |
It looks like System::Collections::Generic.List throws and OUT_OF_MEMORY exception whenever memory allocated exceeds 256 MB. I have 1024 MB on my system so I am not even out of physical RAM, much less virtual memory. Are other people experiencing this same problem?
|
| How to calculate font size for a string to make it fit into a rectangle of a fixed size. | 28 Dec 2006 17:53 GMT | 7 |
This is how I do it now. 1. Determine the dimensions of the rectangle. 2. Set a my font size to a fixed maximum size. 3. Apply the font my string and measure the string using the graphics
|
| WPF - where does it fit in? | 28 Dec 2006 17:49 GMT | 4 |
Is WPF going replace Winforms? Where can WPF applications run currently? Must you have .net3.0 installed?
|
| ConstrainedCopy | 28 Dec 2006 17:37 GMT | 2 |
Can anyone show me an example of how to use the Array.ConstrainedCopy method. The MSFT example is worthless.
|
| Serialize a generic collection of interfaces? | 28 Dec 2006 16:33 GMT | 3 |
XML serialising this class: [Serializable] public class Table {
|
| MessageBox.Show() after FolderBrowserDialog doesn't get activated | 28 Dec 2006 16:29 GMT | 2 |
I'm trying to display a MessageBox after a FolderBrowserDialog. I see that it gets displayed, but not activated. The form is not in front and when I have some other forms open the MessageBox is hidden behind them. The problem seems to occur only after using the ...
|
| C# Array question | 28 Dec 2006 16:27 GMT | 5 |
In my C# windows form MyForm, I would like to have an array which is [string, SqlParameter] How do I declare this kind of array in C#? Thanks for help.
|
| Serialize to Xml. | 28 Dec 2006 13:17 GMT | 7 |
I am using a method to serialize objects to xml. this method is working fine to serialize most of the objects to Xml. For one collection object, it is not doing so. The Collection and its containing object are marked [Serilizable].
|
| Windows Presentation Foundation: ContextMenu propagation using HierarchicalDataTemplate? | 28 Dec 2006 10:49 GMT | 1 |
I'm trying to propagate a ContextMenu using a HierarchicalDataTemplate. The rendering looks just fine but how do I assign the Command property and CommandParameter property of the synthesized MenuItem objects? Best regards,
|
| LogonUser works only after installing SQL Server 2000 | 28 Dec 2006 09:16 GMT | 6 |
i have a strange problem. I'm using LogonUser to impersonate the user under which my program must run. On Win XP or Server 2003 it works. But on 2000 it doesn't. So i found out, to set SE_TCB_NAME privileg - it doesn't work. Then i read somewhere that this only work for local users
|