August, 2008

Posts
  • Alex D'Angelo's Blog at Microsoft

    Hidden Forms Windows

    • 0 Comments
    Trying to hide your forms window? Here are a couple sample solutions: One cumbersome solution is to override WndProc, listen for any window position changing messages (which includes z-order), and then not pass any show window flag on. public class...
  • Alex D'Angelo's Blog at Microsoft

    Using IPC Channels and with Multiple Users

    • 0 Comments
    When I'm working with a new technology or concept, I find that an ultra simple, bare bones code sample or app is one of the most useful things to use for getting started. When it comes to understanding how to work with IPC channels (named pipes), the...
Page 1 of 1 (2 items)