About the Author

function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window.open(url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); }

Richard Weeks has been writing software for the better part of 10 years, specializing in C++, MFC, COM, ATL, and now C#. His major areas of interest include custom control development, compiler theory, distributed applications development, and design patterns. During the past 10 years, he managed to make time to earn his B.S. degree in Computer Science from Western Carolina University; it proudly hangs next to his G.E.D. When not working, he enjoys video games, go-cart racing, and good beer. Richard Weeks can be reached at rweeks@nc.rr.com.



    .NET Windows Forms Custom Controls
    User Interfaces in VB .NET: Windows Forms and Custom Controls
    ISBN: 1590590449
    EAN: 2147483647
    Year: 2002
    Pages: 74

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net