| Thread | Last Post | Replies |
|
| Partial class grouping | 21 Jun 2006 18:31 GMT | 3 |
Is there a way to get Studio to group your partial class files in the Solution tree the way it automatically does with forms? (C#) Thanks Brian
|
| Application.EnableVisualStyles() breaks my program! | 21 Jun 2006 17:39 GMT | 3 |
I added Application.EnableVisualStyles() as the first statement in Main() of my program, and didn't notice much change in visual appearance, but what I *did* notice is that some of my buttons stopped working! They were enabled but no longer called their OnClick methods.
|
| Help with LINQ-where? | 21 Jun 2006 17:37 GMT | 1 |
Just trying to do a simple select on my custom object. GridView2.DataSource = from jobs in new ifc.JobManagerFactory().GetByBPT(2355) //where jobs.JobID = "12"
|
| Deployment with Serviced Components Question | 21 Jun 2006 17:33 GMT | 1 |
I am trying to create a Setup and Deployment project for a Serviced Component. In my solution I have two projects. The first is the class library that contains my serviced component as well as an installer class. The second is the setup and deployment project.
|
| Strange problem when deserializing | 21 Jun 2006 17:26 GMT | 2 |
I'm sorry this message is so long. I have had to make some changes to an application written by a previous developer who used unmanaged serialization to store complex objects to file. The application is a RAD form designer to design screens for an embedded
|
| beginner's question: usage of "using (...)" | 21 Jun 2006 17:04 GMT | 2 |
I have started larning C# and I have a question concerning "using (...)" keyword. For example: using (SqlConnection connection = new SqlConnection(ConnectionString))
|
| Naming Conventions | 21 Jun 2006 16:52 GMT | 2 |
Brand new to C# and I like it so far. I don't want to start a flame war over naming conventions. I do want to find a comprehensive convention, learn it, and start using it right from the start. Does anyone have any suggestions for where I could
|
| Listview flickering and performance problem | 21 Jun 2006 16:45 GMT | 1 |
I have made a derived Listview which can accept the controls as items in it. Controls that we are using are Buttons in each row and implemented Grouping with the help of controls(label on panel) . Coz Inbuilt listview Grouping not supported in OS like window 98.
|
| Hide() vs setting WindowState = FormWindowState.Minimized | 21 Jun 2006 16:41 GMT | 4 |
Brand Newbie Alert! I am working through the "Build a Program Now!" book by Microsoft Press. The last chapter has a little app that should stay in the system tray when the user clicks on the 'X' to close the form. It should only shutdown when
|
| .Net 2.0 classes very buggy? | 21 Jun 2006 16:26 GMT | 9 |
I'm playing with Lutz Roeders Reflector and have found several areas where I think there are issues in the framework libraries. I can't see how the following should work as expected and the compiler gives me an error on the 'text1 = text1...' line. Is it really this buggy (this
|
| partial deserilization - Possible? VS2003 | 21 Jun 2006 16:25 GMT | 2 |
I have a 'header' object and a 'detail' object(inherited from 'header') all ready for binary serialization and implements ISerializable. If I serialize 'detail' to a file it stores the 'detail' and 'header' info which is cool. What I want to do is deserialize this file back into ...
|
| Connection string from Dataset VS2005 | 21 Jun 2006 16:24 GMT | 3 |
I will like to read and set the Connection string in a dataset created by the Vs2005 wizard, but I'm not able to find any way to interact with is connection string ( unless I change the Xml and reload the app ). Thanks,
|
| Beginner's question | 21 Jun 2006 16:24 GMT | 4 |
When to use "readonly" and when to use "const"? Could you explain me please? Thank you very much! /RAM/
|
| How to create a single instance child of MDI parent | 21 Jun 2006 16:20 GMT | 1 |
I have a MDI Form with a menu and when i click on the menu it will open the MDI child but if i click it multiple time it will create multiple instance fo the child. What i want is no matter how many time i click the menu i just one one instance on the child. Can anybody help me ...
|
| C# training products | 21 Jun 2006 16:15 GMT | 1 |
Please recommend C# training products such as CD or DVD? Thanks, Wenlei
|