|
[2005-08-02] Creating a Windows Explorer Clone with Complete Shell Browsing GUI in your Visual C++ MFC Application with Shell MegaPack ActiveX Any developer who has ever wanted to provide file/folder browsing or file-selection functionality in his own application knows the utter lack of simple, extensible and customizable MFC components for this purpose.
[2005-08-01] Virtual Methods & Polymorphism in C# Virtual methods allow object oriented languages to express polymorphism.This means that a derived class can write a method with the same signature as a method in its base class, and the bas class will call the derived class's method.By default in java, all methods are virtual.
|