user-object

user object with TreeNode in C#

Can i tie a user object to a TreeNode in C#? ...

PHP Memcache user created objects

Hi, Need some help about with Memcache. I have created a class and want to store its objects in Memcache, finding trouble doing so please tell me where am I going wrong. Following is my code // Class defined by me class User { public $fname; public $age; /** * @return unknown */ ...

Java Swing: how do I define how a JTree displays the "user object"?

Hello, everyone! When using a JTree, a "user object" of a DefaultMutableTreeNode can be set. This can be of any kind, but to display it, its toString() value is used. This is not what I need. How can I change the way a user object is displayed? NOTE: My user object has to be something different than a String to be able to maintain map...

[C#] Not enough memory or not enough handles?

I am working on a large scale project where a custom (pretty good and robust) framework has been provided and we have to use that for showing up forms and views. There is abstract class StrategyEditor (derived from some class in framework) which is instantiated whenever a new StrategyForm is opened. StrategyForm (a customized window ...