Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Alan Dean Profile

photo Alan Dean (alan.dean)
28 Apr 2005
Woking, Surrey United Kingdom

http://thoughtpad.net/alan-dean
Contact memberContact this Member Edit ProfileEdit my profile

This user has contributed 0 articles, 2 code samples and posted 0 messages in our discussion forums.

Technology Interests

      Code Samples

    • Using the Credential Management API

      by alan.dean

      Following secure development best practice, an application should obtain and store user credentials securely. Microsoft has provided a means to accomplish this on the desktop: the unmanaged Credential Management API, which exposes the capability to provide a standard login experience for the user which is also secure. This code demonstrates how to create a generic dialog implementation using this API.. Read full article

    • Generate an Image of a Web Page

      by alan.dean

      Demonstrates how to fetch images and thumbnails of web pages using a hidden web browser control.. Read full article