User Profile

Collapse

Profile Sidebar

Collapse
mayevski
mayevski
Last Activity: Dec 11 '13, 08:36 PM
Joined: May 1 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mayevski
    replied to VB get location and size of system clock?
    in .NET
    Overlay idea is bad and ineffective.

    The right approach is to create a global hook and once the hook is loaded into Explorer process, inject a DLL into Explorer's address space. Then hook the clock window's messages, intercept WM_PAINT and a bunch of other messages and draw your content. You can also resize the clock window.

    Clock window class can be learned using WinSpy tool from SDK. It's "TrayClockWClas s". ...
    See more | Go to post
    Last edited by mayevski; Dec 11 '13, 03:35 PM. Reason: Added the remark about .NET code.

    Leave a comment:


  • mayevski
    replied to Inter-application communication in .net
    in .NET
    You can check MsgConnect which was designed exactly for your purpose.
    See more | Go to post

    Leave a comment:


  • mayevski
    replied to Indy & SSH
    in .NET
    Indy by itself doesn't have SSH support. SSHBlackbox from EldoS Corporation adds such support by providing a set of components, which give you SSH support (both client-side and server-side).
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...