<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=%EB%8B%A4%EC%9D%B4%EC%96%BC%EB%A1%9C%EA%B7%B8%EB%B0%95%EC%8A%A4%EC%9D%98_%EC%97%94%ED%84%B0%ED%82%A4_%EB%A7%89%EA%B8%B0</id>
	<title>다이얼로그박스의 엔터키 막기 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=%EB%8B%A4%EC%9D%B4%EC%96%BC%EB%A1%9C%EA%B7%B8%EB%B0%95%EC%8A%A4%EC%9D%98_%EC%97%94%ED%84%B0%ED%82%A4_%EB%A7%89%EA%B8%B0"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%EB%8B%A4%EC%9D%B4%EC%96%BC%EB%A1%9C%EA%B7%B8%EB%B0%95%EC%8A%A4%EC%9D%98_%EC%97%94%ED%84%B0%ED%82%A4_%EB%A7%89%EA%B8%B0&amp;action=history"/>
	<updated>2026-05-15T19:09:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://mediawiki.zeropage.org/index.php?title=%EB%8B%A4%EC%9D%B4%EC%96%BC%EB%A1%9C%EA%B7%B8%EB%B0%95%EC%8A%A4%EC%9D%98_%EC%97%94%ED%84%B0%ED%82%A4_%EB%A7%89%EA%B8%B0&amp;diff=45796&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:28, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%EB%8B%A4%EC%9D%B4%EC%96%BC%EB%A1%9C%EA%B7%B8%EB%B0%95%EC%8A%A4%EC%9D%98_%EC%97%94%ED%84%B0%ED%82%A4_%EB%A7%89%EA%B8%B0&amp;diff=45796&amp;oldid=prev"/>
		<updated>2021-02-07T05:28:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== How to ==&lt;br /&gt;
# Add Virtual Function 클릭해서 PretranslateMessage 함수 추가&lt;br /&gt;
&lt;br /&gt;
# 이 부분 코드에 추가&lt;br /&gt;
&lt;br /&gt;
   BOOL CLogInDlg::PreTranslateMessage(MSG* pMsg) &lt;br /&gt;
 {&lt;br /&gt;
 	// TODO: Add your specialized code here and/or call the base class&lt;br /&gt;
 	if(pMsg-&amp;amp;gt;message==WM_KEYDOWN)&lt;br /&gt;
 	{&lt;br /&gt;
 		if((int)pMsg-&amp;amp;gt;wParam==VK_RETURN || (int)pMsg-&amp;amp;gt;wParam==VK_ESCAPE)&lt;br /&gt;
 		{&lt;br /&gt;
 			 return false;&lt;br /&gt;
 		}&lt;br /&gt;
     }&lt;br /&gt;
 &lt;br /&gt;
 	return CDialog::PreTranslateMessage(pMsg);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
== Thread ==&lt;br /&gt;
[[MFC_]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>