Forum: C# May 15th, 2008 |
| Replies: 1 Views: 3,597 Checking whether value is entered into a control and preventing focus to go out if no value is entered. |
Forum: C# Mar 31st, 2008 |
| Replies: 0 Views: 2,435 EventViewer can be accessed by Selecting Event Viewer from Administrative Tools of Control Panel. This code snippet will add an Entry called Shalvin inside the Application section. |
Forum: C# Feb 26th, 2008 |
| Replies: 0 Views: 2,278 CAS is the programatically means by which you secure the resouce of a system like file system, printer, registry, etc. in contrast to Role Base Security (RBS) |
Forum: C# Feb 15th, 2008 |
| Replies: 1 Views: 5,733 Serialization is the process of saving the state of an object into persistant medium.
BinaryFormatter class is used for serializing and deserializing an object.
HybridDictionary is optimized for... |
Forum: C# Feb 14th, 2008 |
| Replies: 0 Views: 7,632 Though .Net classes are vast and versatile at time you will have to resort to Win32 API calls for accomplishing certain tasks.
The following code shows a simple example of invoking a Win32 api. ... |
Forum: C# Feb 14th, 2008 |
| Replies: 0 Views: 4,327 TreeView was one of my favourite control in COM. It is well suited for creating Chart of Accounts, Hierarchical data and the like. Though there is a tree view in .Net I find it less flexible in... |