DLLpeek Demo

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
165 views
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Sep 9, 2009

This video demonstrates my VB.NET DLL for emulating Aero Peek. Download at http://caleb.cleverness.us/DLLpeek.7z . To use, import it into your project. Here's the readme:
|----------------|
| DLLPEEK README |
|----------------|
I've created this DLLpeek project so that people can implement Aero-Peek-based features in their applications. To use this in a .NET app, first add a reference to the DLLpeek.dll file. Then create a new instance of the DLLpeek.PeekLib class. You can then either use the Peek subroutine to active Aero Peek. It overloads so that you can peek windows individually or peek all windows. Finally, there is a close subroutine. To peek windows individually, you must create a DLLpeek.Structs.Window structure.
~VB.NET EXAMPLE:
Dim aeropeek As New DLLpeek.PeekLib(Me.Handle)
Dim window As New DLLpeek.Structs.Window(otherwindow.Handle)
'Individual window peek
aeropeek.Peek(window)
'All windows peek
aeropeek.Peek()
'Close peek windows
aeropeek.ClosePeek()
~C# EXAMPLE
DLLpeek.PeekLib aeropeek = new DLLpeek.PeekLib(this.Handle);
DLLpeek.Structs.Window window = new DLLpeek.Structs.Window(otherwindow.Handle);
//Individual window peek
aeropeek.Peek(window);
//All windows peek
aeropeek.Peek();
//Close peek windows
aeropeek.ClosePeek();

  • likes, 0 dislikes

Link to this comment:

Share to:
see all

All Comments (0)

Sign In or Sign Up now to post a comment!
Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more