| Thread | Last Post | Replies |
|
| Team Foundation Server question | 07 Mar 2008 06:56 GMT | 2 |
I've created a VPC with Team Foundation Server installed (not in a domain). From the host (in a domain) I can ping the TFS VPC, and I try to connect with windows explorer, it asks credentials and connection
|
| How to add a data file to resource? | 07 Mar 2008 06:52 GMT | 1 |
I have a text file that I would like to add to my resource file for a later use. Could some one point me to a link or a document of how to accomplish this in c#? I saw some example of Images and string but couldn't find one where the text file is added as resource.
|
| highlight matching { }[ ]( ) | 07 Mar 2008 06:10 GMT | 2 |
In VS2008 is there a setting someware to enable { } [ ] ( ) bracket highlighting? When I was messing around with http://www.iunknown.com/2007/06/vibrant_ink_vis.html I had it, then I lost it. Thanks,
|
| Count Of References on a object | 07 Mar 2008 04:12 GMT | 4 |
I am trying to implement a pooling system Is there any way i can get a count of references of an object. I am thinking of basing it on this. http://aspalliance.com/1131_Understanding_Object_Pooling_in_Microsoft...
|
| windows form control | 07 Mar 2008 02:37 GMT | 1 |
how to i capture the enter key from a Textbox thanks
|
| Newbie: Design Question | 07 Mar 2008 02:02 GMT | 2 |
Hello, I'm new to OOP and C# and I have a design question. Hypothetically, let's say I have a bookstore business with stores in several locations. I get a shipment of books into my central warehouse. I then need to distribute the books to different stores.
|
| LINQ | 07 Mar 2008 01:55 GMT | 1 |
If anyone's interested, I happened upon this page, "101 LINQ Samples" : http://msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx
|
| Do I always need to Dispose a Gr aphics objectÇ | 07 Mar 2008 01:32 GMT | 1 |
I understand that if one creates a Graphics object, as in Graphics.FromImage(), then after using it it seems only logical do dispose it. However, when one receives a Graphics object in a parameter (as in OnPaint( PaintEventArgs)), then I assume it might be possible that this ...
|
| Automatically Resize Form? | 06 Mar 2008 23:51 GMT | 8 |
I am developing an application in VS2005. I have a form that has a PictureBox control whose purpose is to be able to plop a User Control in it. And the User Control can be one of several possible User Controls and these User Controls are all different in size, some
|
| Please Help Me Understand This Bizarre Tree Entry Observation | 06 Mar 2008 23:36 GMT | 2 |
My older system: Win2k, VS2005(Academic), .Net 2.0 SP1. Windows.Forms Application: Two splitter panels, a TreeView (named: "tree") in one panel populated with directory name nodes. Logic for programmatically selecting a previously saved FullPath is
|
| c# coding | 06 Mar 2008 23:20 GMT | 7 |
How to allocate and de-allocate the memory thr' C# with example coding?
|
| Enumeration has fields that aren't userfriendly, possible to attached meta data to them? | 06 Mar 2008 23:15 GMT | 4 |
I am creating the administration side of a web application, and I want to basically enumerate through a Enumerations items and display the enum items name and value. Problem is the name of each item is not user friendly, is it possibel
|
| Problem with memory allocation in C#.NET program | 06 Mar 2008 21:38 GMT | 1 |
I'm trying to solve a problem with a program written in C# that is occasionally running out of memory. While using the CLRProfiler tool, I've seen that sometimes the .NET framework adds memory to the heap, even though there are large stretches of free memory available. It looks ...
|
| Interfaces to represent winforms | 06 Mar 2008 21:26 GMT | 4 |
I am planning to make my winforms implement an interface representing the data on the forms. And the interface will be passed to a class which will contain the data to be populated on the winforms.I am planning to use reflection
|
| question on inheritance of interfaces.. | 06 Mar 2008 21:19 GMT | 7 |
I have interface IAbc,IDef and interface IXyz inherits/implements(what is the right word) IAbc and IDef if i reflect the type IXyz it only shows me the members of IXyz and
|