Click here to Skip to main content
15,896,730 members
Articles / Desktop Programming / MFC

A Property Sheet in a Docking Toolbar

Rate me:
Please Sign up or sign in to vote.
4.06/5 (7 votes)
26 Nov 2004CPOL3 min read 69.2K   2.1K   34  
Explains how to put a CPropertySheet into a CControlBar.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<HTML>

<HEAD>

<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">

<TITLE>(File menu commands)</TITLE>

</HEAD>



<BODY>





<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">

	<PARAM NAME="Keyword" VALUE="files: managing">

</OBJECT>



<P><A NAME="menu_file"></A><B>File menu commands</B></P>



<P>The <b> File</b> menu offers the following commands:</P>



<TABLE cols=2 width=900>



<TR VALIGN="top">

<TD width=16%><A HREF="hid_file_new.htm">New</A></TD>

<TD width=84%>Creates a new document.</TD>

</TR>



<TR VALIGN="top">

<TD width=16%><A HREF="hid_file_open.htm">Open</A></TD>

<TD width=84%>Opens an existing document.</TD>

</TR>



<TR VALIGN="top">

<TD width=16%><A HREF="hid_file_close.htm">Close</A></TD>

<TD width=84%>Closes an opened document.</TD>

</TR>



<TR VALIGN="top">

<TD width=16%><A HREF="hid_file_save.htm">Save</A></TD>

<TD width=84%>Saves an opened document using the same file name.</TD>

</TR>



<TR VALIGN="top">

<TD width=16%><A HREF="hid_file_save_as.htm">Save As</A></TD>

<TD width=84%>Saves an opened document to a specified file name.</TD>

</TR>



<TR VALIGN="top">

<TD width=16%><A HREF="hid_file_print.htm">Print</A></TD>

<TD width=84%>Prints a document.</TD>

</TR>



<TR VALIGN="top">

<TD width=16%><A HREF="hid_file_print_preview.htm">Print Preview</A></TD>

<TD width=84%>Displays the document on the screen as it would appear printed.</TD>

</TR>



<TR VALIGN="top">

<TD width=16%><A HREF="hid_file_print_setup.htm">Print Setup</A></TD>

<TD width=84%>Selects a printer and printer connection.</TD>

</TR>



<TR VALIGN="top">

<TD width=16%><A HREF="hid_app_exit.htm">Exit</A></TD>

<TD width=84%>Exits &lt;&lt;YourApp&gt;&gt;.</TD>

</TR>

</TABLE><BR>



</BODY>

</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer The University of St. Andrews
United Kingdom United Kingdom
I am a university academic specialising in Neuroscience. I write simulation and analysis software.

Comments and Discussions