CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    92

    Looking for Indepth Information

    Where can I find a book or a website that gives me information on doing tricks like the CControl based DockingWindows, RoundButtons, and Resizing for VC++? I would like more detailed information so that I can get a better understanding of the concept behind it. I am looking for indepth information into doing tricks like this.


  2. #2
    Guest

    Re: Looking for Indepth Information

    Try "The MFC Answer Book" by Eugene Kain or "Inside MFC" by Scott Wingo. Both of my copies are thoroughly dog-eared and coffee stained.

    Cheers!
    Humble Programmer
    ,,,^..^,,,


  3. #3
    Guest

    Re: Looking for Indepth Information

    Doing this stuff is simple, like once u know how, Ive seen it done in straight c ie create a window class , paint window class, thats it, it really is simple. I seen this done as a ms faq back in the days of win 3.0 !


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured