Using visual styles (themes) on Windows XP ShowUsing visual styles (themes) on Windows XP
A theme in principle includes a visual style (the appearance of windows, the taskbar and menus), desktop icons, wallpaper, the mouse, and a screen saver.
If Microsoft has provided the...
Visual FoxPro ShowVisual FoxPro
Visual FoxPro (VFP) is a very powerful tool marketed by Microsoft since 1995. It includes a programming language, an engine for relational database and an integrated development environment (IDE), which allows developers...
Tips and tricks ShowTips and tricks
Substitution
Display
Remove
Miscellaneous
Substitution
Substitute "foo" with "bar" on each line
Only the 1st occurrence
sed 's / foo / bar /'
For the 3rd case only
sed 's/foo/bar/3'
All occurrences
sed...
Disabling sharing of administrative task ShowDisabling sharing of administrative task
By default all Microsoft Windows NT based operating system possess hidden administrative shares options, allowing the administrator of a machine to access the machine via the network.
Here...
Introduction to Office Automation ShowWhat is office automation?
The term office automation refers to all tools and methods that are applied to office activities which make it possible to process written, visual, and sound data in a computer-aided manner.
Office automation is intended...
Backgrounds ShowAdding a Background Image
A background image for a web page can be set using the tag:
Attribute Visual Effect
BACKGROUND="image"
Displays image as background
bgcolor="name_of_Colour or #XXXXXX"
Displays the given colour...
Operating Systems - Windows - Tasks ShowWhat's a task?
What does "task" mean for a computer? It's any action carried out by the processor. A program in memory, therefore, is a task. (example: An antivirus program running in memory, which keeps your computer safe) When Windows has just...