Click here to Skip to main content
15,891,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generallarge number of windows in a mutli document interface MFC application Pin
mike.dibley26-May-04 0:25
mike.dibley26-May-04 0:25 
GeneralRe: large number of windows in a mutli document interface MFC application Pin
Roger Allen26-May-04 2:22
Roger Allen26-May-04 2:22 
GeneralRe: large number of windows in a mutli document interface MFC application Pin
mike.dibley27-May-04 2:58
mike.dibley27-May-04 2:58 
GeneralRe: large number of windows in a mutli document interface MFC application Pin
Maximilien26-May-04 2:22
Maximilien26-May-04 2:22 
GeneralRe: large number of windows in a mutli document interface MFC application Pin
mike.dibley27-May-04 3:03
mike.dibley27-May-04 3:03 
GeneralComon Dialog with thumbnail view Pin
bilgner25-May-04 23:45
bilgner25-May-04 23:45 
GeneralRe: Comon Dialog with thumbnail view Pin
bilgner26-May-04 5:35
bilgner26-May-04 5:35 
QuestionCan I set button's font to "Webdings" type? Pin
Hua Hsin25-May-04 23:37
Hua Hsin25-May-04 23:37 
I have a peice of code here:

CFont* pFont = NULL;<br />
	LOGFONT lfNav;<br />
<br />
	pFont = m_cNextPg.GetFont();<br />
	pFont->GetLogFont(&lfNav);<br />
	lfNav.lfHeight = 30;<br />
	_tcscpy(lfNav.lfFaceName, _T("Webdings")); // Comic Sans MS <br />
	m_cBtn.SetFont(CFont::FromHandle(CreateFontIndirect(&lfNav)),TRUE);


You can try it out on this piece of code by paste this code in OnInitDialog(), and be sure you have a button..

My question is: Can I change the font type to "webdings"... How to do that?

THank YOu @!
Generalhelp! how to make a setup for application Pin
jfk_lili25-May-04 23:28
jfk_lili25-May-04 23:28 
GeneralRe: help! how to make a setup for application Pin
Diddy25-May-04 23:58
Diddy25-May-04 23:58 
Generaldeleting an item from listcontrol Pin
Anonymous25-May-04 23:15
Anonymous25-May-04 23:15 
GeneralRe: deleting an item from listcontrol Pin
Roger Allen26-May-04 2:26
Roger Allen26-May-04 2:26 
GeneralRe: deleting an item from listcontrol Pin
Anonymous26-May-04 20:29
Anonymous26-May-04 20:29 
GeneralRe: deleting an item from listcontrol Pin
David Crow27-May-04 2:26
David Crow27-May-04 2:26 
GeneralRe: deleting an item from listcontrol Pin
David Crow26-May-04 2:27
David Crow26-May-04 2:27 
GeneralPlatform SDK Problem Pin
Bernhard25-May-04 23:14
Bernhard25-May-04 23:14 
GeneralRe: Platform SDK Problem Pin
Antony M Kancidrowski26-May-04 3:55
Antony M Kancidrowski26-May-04 3:55 
GeneralUsing Pipes on Win 98 Pin
Member 33928725-May-04 22:29
Member 33928725-May-04 22:29 
GeneralRe: Using Pipes on Win 98 Pin
Ryan Roberts26-May-04 3:42
Ryan Roberts26-May-04 3:42 
GeneralGetting BoderStyle At Runtine Pin
IceBerG7125-May-04 22:28
IceBerG7125-May-04 22:28 
GeneralRe: Getting BoderStyle At Runtine Pin
Diddy26-May-04 0:05
Diddy26-May-04 0:05 
QuestionIs what possible??? Pin
El'Cachubrey25-May-04 22:17
El'Cachubrey25-May-04 22:17 
AnswerRe: Is what possible??? Pin
Ryan Binns25-May-04 23:48
Ryan Binns25-May-04 23:48 
Generaldebugger out of step with code Pin
bryce25-May-04 21:13
bryce25-May-04 21:13 
GeneralRe: debugger out of step with code Pin
Antony M Kancidrowski25-May-04 22:28
Antony M Kancidrowski25-May-04 22:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.