Click here to Skip to main content
15,895,667 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to expand a button after clicking it Pin
SandipG 8-Sep-08 22:58
SandipG 8-Sep-08 22:58 
GeneralRe: How to expand a button after clicking it Pin
toxcct8-Sep-08 23:01
toxcct8-Sep-08 23:01 
GeneralRe: How to expand a button after clicking it Pin
_AnsHUMAN_ 8-Sep-08 23:05
_AnsHUMAN_ 8-Sep-08 23:05 
GeneralRe: How to expand a button after clicking it Pin
Member 46556858-Sep-08 23:22
Member 46556858-Sep-08 23:22 
GeneralRe: How to expand a button after clicking it Pin
toxcct8-Sep-08 23:24
toxcct8-Sep-08 23:24 
GeneralRe: How to expand a button after clicking it Pin
Member 46556858-Sep-08 23:30
Member 46556858-Sep-08 23:30 
GeneralRe: How to expand a button after clicking it Pin
toxcct8-Sep-08 23:31
toxcct8-Sep-08 23:31 
AnswerRe: How to expand a button after clicking it Pin
_AnsHUMAN_ 8-Sep-08 22:57
_AnsHUMAN_ 8-Sep-08 22:57 
Use MoveWindow to set the size of the button once the user has clicked on it and change the text. You need to check width so that the text fits in
m_btn.MoveWindow(10,10,300,40);


Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: How to expand a button after clicking it Pin
SandipG 8-Sep-08 23:17
SandipG 8-Sep-08 23:17 
QuestionWhen to use constant variable, and when to use preprocessor/macro constants? Pin
Member 55028798-Sep-08 22:08
Member 55028798-Sep-08 22:08 
AnswerRe: When to use constant variable, and when to use preprocessor/macro constants? Pin
CPallini8-Sep-08 22:49
mveCPallini8-Sep-08 22:49 
AnswerRe: When to use constant variable, and when to use preprocessor/macro constants? Pin
shubhi8-Sep-08 23:02
shubhi8-Sep-08 23:02 
AnswerRe: When to use constant variable, and when to use preprocessor/macro constants? Pin
sashoalm9-Sep-08 2:31
sashoalm9-Sep-08 2:31 
AnswerRe: When to use constant variable, and when to use preprocessor/macro constants? Pin
SRKSHOME9-Sep-08 20:42
SRKSHOME9-Sep-08 20:42 
QuestionEditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 21:02
Dhiraj kumar Saini8-Sep-08 21:02 
AnswerRe: EditBox Problem Pin
toxcct8-Sep-08 21:17
toxcct8-Sep-08 21:17 
GeneralRe: EditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 21:29
Dhiraj kumar Saini8-Sep-08 21:29 
GeneralRe: EditBox Problem Pin
toxcct8-Sep-08 21:31
toxcct8-Sep-08 21:31 
GeneralRe: EditBox Problem Pin
_AnsHUMAN_ 8-Sep-08 21:31
_AnsHUMAN_ 8-Sep-08 21:31 
GeneralRe: EditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 21:33
Dhiraj kumar Saini8-Sep-08 21:33 
GeneralRe: EditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 21:37
Dhiraj kumar Saini8-Sep-08 21:37 
GeneralRe: EditBox Problem Pin
toxcct8-Sep-08 21:39
toxcct8-Sep-08 21:39 
GeneralRe: EditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 21:57
Dhiraj kumar Saini8-Sep-08 21:57 
GeneralRe: EditBox Problem Pin
enhzflep8-Sep-08 22:06
enhzflep8-Sep-08 22:06 
GeneralRe: EditBox Problem Pin
Dhiraj kumar Saini8-Sep-08 22:33
Dhiraj kumar Saini8-Sep-08 22:33 

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.