Lipsum

Written by kishore

Package: Lipsum Summary: Generate random text content using Lipsum API Groups: PHP 5 , Text processing Author: Artur Barseghyan Description: This class can be used to generate random text content using Lipsum API. It accesses the Lipsum Web services API Web server to submit a request to retrieve text content with a given number of words, paragraphs, lists or characters. The class may add optional HTML tag to the retrieved text

More here: 
Lipsum

Mar
31

How to use visual style controls in VC++ 6.0 IDE and in MFC applications.

Written by kishore

To use visual style controls in MFC app: Without Visual Style: With Visual Style: 1. Create a new text File in the applications working directory and name it AppName.exe.manifest (where “AppName” is the apps exe file name). For example, if my programs executable file is named “Program.exe” I would name the Manifest file “Program.exe.manifest”

More here:
How to use visual style controls in VC++ 6.0 IDE and in MFC applications.

Mar
31