Posted on March 31, 2009, 11:56 pm, by kishore, under
Software.
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
Tags:
api,
artur-barseghyan,
barseghyan,
character,
class,
content-using,
generate-random,
given-number,
lipsum,
php,
retrieve-text,
retrieved,
text-content,
the-retrieved No Comments |
Read the rest of this entry »
Posted on March 31, 2009, 11:22 pm, by kishore, under
Software.
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”