How to display the system information?


The most easy way to display system information is to add a ready made component ‘System Info For About Dlg’ provided with VC++. This component displays system information in the ‘About’ dialog box. This component can be added to our project from Project | Add To Project | Components and Controls. Inserting the component in our project adds few lines of code in CAboutDlg::OnInitDialog( ) function. Changes must be made in the ‘About’ dialog according to that code.

This entry was posted in VC++ and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>