Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can i set font to my edit contol [modified] Pin
_AnsHUMAN_ 14-Jun-06 23:25
_AnsHUMAN_ 14-Jun-06 23:25 
GeneralRe: how can i set font to my edit contol Pin
happy_ram14-Jun-06 23:27
happy_ram14-Jun-06 23:27 
AnswerRe: how can i set font to my edit contol Pin
Viorel.14-Jun-06 23:36
Viorel.14-Jun-06 23:36 
GeneralRe: how can i set font to my edit contol Pin
happy_ram15-Jun-06 0:03
happy_ram15-Jun-06 0:03 
AnswerRe: how can i set font to my edit contol Pin
Hamid_RT15-Jun-06 0:43
Hamid_RT15-Jun-06 0:43 
AnswerRe: how can i set font to my edit contol Pin
James R. Twine15-Jun-06 2:11
James R. Twine15-Jun-06 2:11 
Questionproperty sheet Pin
amit.code14-Jun-06 23:19
amit.code14-Jun-06 23:19 
AnswerRe: property sheet Pin
Cool Ju15-Jun-06 1:11
Cool Ju15-Jun-06 1:11 
Hi,

You can't remove those buttons, but can hide. To hide back button use the below code.

CWnd* pWnd = GetDlgItem(ID_WIZBACK);<br />
      if(pWnd)<br />
      {<br />
         pWnd->ShowWindow(SW_HIDE);<br />
      }<br />


Adios,
Cool Ju Cool | :cool:

Dream Ur Destiny
GeneralRe: property sheet Pin
amit.code15-Jun-06 2:25
amit.code15-Jun-06 2:25 
QuestionDiffenrence between two dates Pin
si_6914-Jun-06 23:10
si_6914-Jun-06 23:10 
AnswerRe: Diffenrence between two dates Pin
Cedric Moonen14-Jun-06 23:16
Cedric Moonen14-Jun-06 23:16 
AnswerRe: Diffenrence between two dates Pin
Hamid_RT14-Jun-06 23:17
Hamid_RT14-Jun-06 23:17 
QuestionCFileDialog / GetOpenFileName - bizarre behaviour Pin
Richard Aston14-Jun-06 22:36
Richard Aston14-Jun-06 22:36 
AnswerRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Laxman Auti14-Jun-06 22:47
Laxman Auti14-Jun-06 22:47 
GeneralRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Richard Aston15-Jun-06 0:27
Richard Aston15-Jun-06 0:27 
AnswerRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Hamid_RT14-Jun-06 22:54
Hamid_RT14-Jun-06 22:54 
GeneralRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Richard Aston15-Jun-06 0:20
Richard Aston15-Jun-06 0:20 
GeneralRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Justin Tay15-Jun-06 0:56
Justin Tay15-Jun-06 0:56 
GeneralRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Richard Aston15-Jun-06 1:10
Richard Aston15-Jun-06 1:10 
GeneralRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Hamid_RT15-Jun-06 1:02
Hamid_RT15-Jun-06 1:02 
GeneralRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Richard Aston15-Jun-06 2:11
Richard Aston15-Jun-06 2:11 
GeneralRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Blake Miller15-Jun-06 4:57
Blake Miller15-Jun-06 4:57 
QuestionAnti Aliasing vs Clear Type Pin
Sarath C14-Jun-06 22:19
Sarath C14-Jun-06 22:19 
QuestionIs there any source code for displaying a web image into window application????? [modified] Pin
mimimimilaw14-Jun-06 22:00
mimimimilaw14-Jun-06 22:00 
AnswerRe: Is there any source code for displaying a web image into window application????? Pin
Viorel.14-Jun-06 22:09
Viorel.14-Jun-06 22:09 

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.