| Thread | Last Post | Replies |
|
| Custom Serialization and DataGridView | 09 Nov 2006 15:42 GMT | 2 |
I want to serilaize the Columns and rows in a grid. As grid and columncollection from DataGridView are not serializable, the derive from the respecitive classes and implement ISerializable interface. But I can't implement the protected constructor for serialization for Columns as ...
|
| Microsoft.Office.Interop.Word | 09 Nov 2006 15:35 GMT | 1 |
VS 2005 and MS Office 2003 installed. I can include Microsoft.Office.Core and Word in the references so I can add the using Microsoft.Office.Interop.Word.
|
| Reflection problem converting to ASP.NET 2.0 | 09 Nov 2006 15:22 GMT | 2 |
Ok, let's try this again. I have an ASP.NET 1.1 application that I'm working to convert to 2.0, but I've run into a snag. The problem is with this line:
|
| Writting to a TextBox | 09 Nov 2006 15:18 GMT | 5 |
I want to create an ArrayList of names ("Tony","Robin","Johnson") on one page and then on another page I want to populate a TextBox field with those names from the Arraylist. How do I populate the TextBox?
|
| help me plzzz in c# some Q | 09 Nov 2006 14:54 GMT | 3 |
help me to answer some q in c plzzzzzzzzzzzzz lin :cry: :cry: :cry: :cry:
|
| Learning OOP conceptual question(s) | 09 Nov 2006 14:23 GMT | 6 |
I am still trying to grasp the use of real world Objects and how to conceptualize them using a business scenerio. What I have below is an outline that I am wrestling with trying to figure out a class structure:\
|
| Passing an interface pointer through MethodInfo.Invoke | 09 Nov 2006 14:12 GMT | 2 |
Our app is mainly COM based. We allow .NET plug-ins. When a plug-in is installed, it receives a COM pointer to the app. The plug-in implements our IExtensionImpl interface and gets the app pointer through the OnCreate method...
|
| numerical library in C# | 09 Nov 2006 13:54 GMT | 4 |
Does anyone know of a good open source library writte in C# ? I need optimization, root finding, minimization, interpolation etc.. Regards Lars
|
| Property, interface, inheritance and cast | 09 Nov 2006 13:51 GMT | 2 |
Why should I do a cast (IOfferSetter) in the constructor of the Test class? Thanks. Fred
|
| How To | 09 Nov 2006 13:22 GMT | 1 |
Place a Char in the Keyboard Buffer?
|
| Starting C# | 09 Nov 2006 13:09 GMT | 1 |
Is there a newsgroup for beginning C#? I chose C# and the .NET framework as my first language and programming experience. I don't want to flood the newsgroup with noob questions. Keep me posted..Thanks.
 Signature Chuck DiRaimondi
|
| Modifier Key without KeyEventArgs | 09 Nov 2006 12:38 GMT | 2 |
How can I check the state of the modifier keys (Alt, Control, Shift) when there is no System.Windows.Forms.KeyEventArgs-object available (i.e. when not responding to a key-event)?
|
| How do you reference this property: System.Collections.Generic.ICollection<DataSource> | 09 Nov 2006 12:22 GMT | 1 |
A property in some class shows up in the object browser as follows: public System.Collections.Generic.ICollection<DataSource> DataSources { get; } How do I access this property. I'm not sure what the <DataSource>
|
| Beginning C# | 09 Nov 2006 11:42 GMT | 1 |
Is there a beginner's C# newsgroup out there? There is no need for me to flood this newsgroup with noob questions. It seems like most of you are advanced. I have only been programming C# for 2 weeks and it is my first language. Thanks in advance.
 Signature Chuck DiRaimondi
|
| Internal access modifier is not working the way I thought it would. | 09 Nov 2006 11:31 GMT | 9 |
Here is the overall structure I will be referring to: End-program ProvideWorkFlow.dll Forms and methods that properly manipulate calls to methods in
|