CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2001
    Posts
    401

    Win32 (Dialog Based APP) --> MFC Dialog Based

    I am working a Pocket PC project, which uses Win32 based dialog app for the UI.

    I want to port it to MFC as have seen some atricles on how to add bitmap backgrounds to the dialog and adding colored buttons using classes derived from CButton.

    Is there an easier way of approaching this.
    I have done some MFC programming and have a general Idea of how a Win32 App works, am looking for some hints to spped up the process in general and make it easier to do the migration, from people who have done something similar to this........

    (I will be using evc3++ and am targetting Pocket PC 2002 and 2003)

    Pauli

  2. #2
    Join Date
    Nov 2002
    Location
    Israel
    Posts
    182
    Take a look:

    http://www.pocketpcdn.com/index.html
    http://www.pocketpcdn.com/forum/index.php

    and codeguru and developer.com of course.

    I'm trying to remove MFC from the projects for pocket pc.
    Good luck

  3. #3
    Join Date
    Nov 2001
    Posts
    401

    well..

    I want to port as there ae some very good code samples out there like CButtonST for CE as well some other samples to have bitmaps for the backgrounds etc....

  4. #4
    Join Date
    Nov 2002
    Location
    Israel
    Posts
    182
    You're asking where you can find different visual controls for Window CE ?
    Good luck

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