Go to the properties pane of the form by clicking on the design form title while the properties pane is open. Change the properties pane mode to show events and double click the Load event. The designer will create you an empty event handler to handle the Load event. Which is executed when a Visual WebGui form is loaded. Create a new method that recieves TreeNodeCollection nodes and string path arguments. From the event handler we are going to call a the LoadFolder method with treeview1.Nodes an...
This article presents nFS, a portable library for emulating a file system within a file. This library has nothing to do with Linux's "NFS".The library is compatible with MSVS/Win32, GCC/Linux and GCC/Solaris. It is written in C. However, because of its clean OOP-like structure, it is easily portable to C++. Strictly speaking, for performance reasons, the external representation of the file system consists of two files, as described below; however, these two files always go together -- the lib...
Alarm application is a fully featured computerized alarm clock. It has unique interface and is stylish. It is based on my first program that I created in 1984 when I had the great Sinclair Spectrum 48K. That alarm clock was noisy when it was not in action :-). This one is hardly usable as a regular alarm clock. That is because of the noisy fan in the computer, I will never get used to sleep with the computer on ;-). The digits are created from a bitmap taken by a digital camera (the original bit...