| Thread | Last Post | Replies |
|
| Complex UserControl, need help... | 17 Nov 2006 18:46 GMT | 6 |
Senerio: I have a custom user control which contains two control arrays. The user control has a group box in which the two control arrays are dynamically built. The two control arrays are RadioButtons and PictureBoxes.
|
| Recursive relationships in data objects | 17 Nov 2006 18:45 GMT | 4 |
I have been working with objects long enough to have the basics down, but some things give me fits, and this is one of them. Brief description: I have an airplane object, and each airplane has an owner.
|
| Seald classes | 17 Nov 2006 18:33 GMT | 5 |
When classes are not being inherited from. Is there an advantage to be gained by making them "sealed", and, if so, what is that advantage? Thank you, Adrian.
|
| Loss message on Socket Async mode | 17 Nov 2006 18:07 GMT | 1 |
Hi, all Did not find a .Net Communication forum to post. I am soing a client/server message system and using C#.net socket and Async mode.
|
| Evaluation order question ... | 17 Nov 2006 18:03 GMT | 4 |
Is this valid? byte ptr[]; ... if (null != ptr && ptr.Length > 0) {
|
| Synchronized Scrolling between C# applications | 17 Nov 2006 17:46 GMT | 3 |
What is the best way using C# .NET 1.1 to have two (or more) applications perform a "synchronized" scrolling? These applications will all be C# .NET and will be on the same machine. The effect I need to create is if one program enables this "sync" feature, other
|
| Making (enhancing) a remoting system to become a web service sysem | 17 Nov 2006 17:18 GMT | 8 |
I need to make my already implemented .NET remoting system to become a web service or any system in order to be usefull over the internet. My current system uses .NET remoting and can be used in LAN and not the internet. What are the best ways to make it use internet and be ...
|
| How do I suppress "Thread xxxx has ended with code 0" output durin | 17 Nov 2006 16:58 GMT | 1 |
I have tons of thread running and closing and this output is driving me nuts. How do I get ri dof it?
|
| Visual Studio Find Window | 17 Nov 2006 16:26 GMT | 3 |
I want to emulate the Visual Studio Find Window (window on top most per application but not modal), which properties I have to set?
|
| How to tell user an int typed field/property has not been set. | 17 Nov 2006 16:03 GMT | 3 |
In java, if a field is Integer type, we can assign it to null indicating that this field has not been set yet. How can we achieve that in C#? In C#, "int" is struct, we cannot set it to null. Thank you zlf
|
| How to ensure thread-safety between inter-dependent database persistence managers. | 17 Nov 2006 15:56 GMT | 4 |
Assume we have two entity class. Class1: Name: House Property:
|
| Upgrading a Service fails | 17 Nov 2006 15:37 GMT | 4 |
I have a C#-Project with a Service and an Installer-Class for intalling the service. I also have a Setup-Porject for installing the Service. When I make a new Version of my Service by changing the Version and the ProductCode i can't install this Service over the older Version. It ...
|
| Finding control type in ASP .NET if you only know the control name | 17 Nov 2006 15:07 GMT | 2 |
How can you find a control's type in ASP .NET (using C#, in Page_Load function) if you only know the control's name?
|
| BackGroundWorker with Datalayer class. Reporting Progress. | 17 Nov 2006 13:43 GMT | 1 |
I am having trouble seeing how this bolts together. The UI starts a process which involves a long running database update. All Database activity is handled by a class called DT. DT has a progress event.
|
| VS2005 - 64bit - processor | 17 Nov 2006 13:38 GMT | 13 |
All, General question. I am working on upgrading my system from a 3.2GHz P4 to something better. 1) Well switching to Windows XP Pro 64 bit cause me massive problem with VS?
|