Best practices for GUI of what called in MFC custom controls

L

Leon P.

Hello All,

I have MFC-based application featuring:
1) Flow of "Screens" where screens are implemented as a MFC's
CDialog-inherited classes loading PNG or BMP images.
2) Dialog's child controls also loads PNG or BMP images.

What is the best practice to handle the same functionality in .NET/C#?


Thanks,
 
P

PvdG42

Leon P. said:
Hello All,

I have MFC-based application featuring:
1) Flow of "Screens" where screens are implemented as a MFC's
CDialog-inherited classes loading PNG or BMP images.
2) Dialog's child controls also loads PNG or BMP images.

What is the best practice to handle the same functionality in .NET/C#?


Thanks,

While you may get useful answers here, in these .NET programming groups,
you'd be better served in the newsgroup dedicated to MFC:

microsoft.public.vc.mfc
 
L

Leon P.

It's multidiciplinary quesion.
However, it's more about .NET. The MFC is just referenced.

Let me re-formulate this quesion:

I'm looking for inductry way of:
1) Define flowchart of screens.
2) Translation of this chart(written most desirably) in form of
sciprt/xml/whatever to .NET implementation.
3) Each screen is supposed to have it's own graphics(bitmaps).

Regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top