Click here to Skip to main content
15,885,435 members
Articles / Desktop Programming / MFC

Splitter in an MFC dialog based application

Rate me:
Please Sign up or sign in to vote.
4.63/5 (5 votes)
25 Jul 2011CPOL2 min read 60.1K   4.3K   11  
Using a button as splitter in MFC dialog based applications.
// stdafx.h : �W���̃V�X�e�� �C���N���[�h �t�@�C���A
//            �܂��͎Q�Ɖ񐔂������A���‚��܂�ύX����Ȃ�
//            �v���W�F�N�g��p�̃C���N���[�h �t�@�C����L�q���܂��B
//

#if !defined(AFX_STDAFX_H__87454D26_333A_407A_A5D7_A8F4BC16621A__INCLUDED_)
#define AFX_STDAFX_H__87454D26_333A_407A_A5D7_A8F4BC16621A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN		// Windows �w�b�_�[����w�ǎg�p����Ȃ��X�^�b�t����O���܂��B

#include <afxwin.h>         // MFC �̃R�A����ѕW���R���|�[�l���g
#include <afxext.h>         // MFC �̊g������
#include <afxdisp.h>        // MFC �̃I�[�g���[�V���� �N���X
#include <afxdtctl.h>		// MFC �� Internet Explorer 4 �R���� �R���g���[�� �T�|�[�g
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// MFC �� Windows �R���� �R���g���[�� �T�|�[�g
#endif // _AFX_NO_AFXCMN_SUPPORT


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ �͑O�s�̒��O�ɒlj��̐錾��}�����܂��B

#endif // !defined(AFX_STDAFX_H__87454D26_333A_407A_A5D7_A8F4BC16621A__INCLUDED_)

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 NCR Cebu Development Center
Philippines Philippines
Focused in Leading Business Development while working as a Software Developer. His specialty is C++ and PHP. Been developing MS Windows application since 2007.

Comments and Discussions