Click here to Skip to main content
15,890,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to force paint a view in MFC. Pin
CPallini28-Jan-09 21:08
mveCPallini28-Jan-09 21:08 
GeneralRe: how to force paint a view in MFC. Pin
nitin328-Jan-09 21:53
nitin328-Jan-09 21:53 
QuestionRe: how to force paint a view in MFC. Pin
Nishad S28-Jan-09 22:16
Nishad S28-Jan-09 22:16 
GeneralRe: how to force paint a view in MFC. Pin
Hamid_RT29-Jan-09 1:03
Hamid_RT29-Jan-09 1:03 
GeneralRe: how to force paint a view in MFC. Pin
CPallini29-Jan-09 2:15
mveCPallini29-Jan-09 2:15 
JokeRe: how to force paint a view in MFC. Pin
prasad_som28-Jan-09 23:25
prasad_som28-Jan-09 23:25 
AnswerRe: how to force paint a view in MFC. Pin
Hamid_RT29-Jan-09 1:06
Hamid_RT29-Jan-09 1:06 
QuestionHow to Set Tab order for dynamically created controls like CButton,CEdit Pin
Abhijit D. Babar28-Jan-09 18:45
Abhijit D. Babar28-Jan-09 18:45 
Hello all,

I created a window. Over that window i created some controls of the class CButton, CEdit,CStatic, CComboBox.

My problem is that, i have to assign the tab order for this controls. I set the WS_TABSTOP property while creating this controls. But tab order is not set for this controls. How can i set tab order for this controls.

********************
CEdit* pedtName = new CEdit();
pedtName->Create(ES_MULTILINE | WS_CHILD | WS_VISIBLE | WS_TABSTOP,CRect(160,140,300,170) ,this,EDITNAME);
AnswerRe: How to Set Tab order for dynamically created controls like CButton,CEdit Pin
nitin328-Jan-09 19:28
nitin328-Jan-09 19:28 
GeneralRe: How to Set Tab order for dynamically created controls like CButton,CEdit Pin
Abhijit D. Babar28-Jan-09 20:08
Abhijit D. Babar28-Jan-09 20:08 
AnswerRe: How to Set Tab order for dynamically created controls like CButton,CEdit Pin
SandipG 28-Jan-09 19:50
SandipG 28-Jan-09 19:50 
AnswerRe: How to Set Tab order for dynamically created controls like CButton,CEdit Pin
«_Superman_»28-Jan-09 21:01
professional«_Superman_»28-Jan-09 21:01 
AnswerRe: How to Set Tab order for dynamically created controls like CButton,CEdit Pin
Hamid_RT29-Jan-09 0:59
Hamid_RT29-Jan-09 0:59 
QuestionReplacement of CORBA Pin
ptr_Electron28-Jan-09 18:15
ptr_Electron28-Jan-09 18:15 
AnswerRe: Replacement of CORBA Pin
Cedric Moonen28-Jan-09 21:16
Cedric Moonen28-Jan-09 21:16 
Questionthanks Pin
arad.moradi28-Jan-09 10:20
arad.moradi28-Jan-09 10:20 
AnswerRe: thanks Pin
jeron128-Jan-09 11:10
jeron128-Jan-09 11:10 
AnswerRe: thanks Pin
sam_psycho28-Jan-09 17:10
sam_psycho28-Jan-09 17:10 
AnswerRe: thanks Pin
CPallini28-Jan-09 21:04
mveCPallini28-Jan-09 21:04 
JokeRe: thanks Pin
Hamid_RT29-Jan-09 0:48
Hamid_RT29-Jan-09 0:48 
JokeRe: thanks Pin
CPallini29-Jan-09 2:17
mveCPallini29-Jan-09 2:17 
Questionthanks Pin
arad.moradi28-Jan-09 10:19
arad.moradi28-Jan-09 10:19 
AnswerRe: thanks Pin
jeron128-Jan-09 11:11
jeron128-Jan-09 11:11 
AnswerRe: thanks Pin
David Crow28-Jan-09 16:46
David Crow28-Jan-09 16:46 
QuestionManaging unused function/method parameters... Pin
Maximilien28-Jan-09 5:57
Maximilien28-Jan-09 5:57 

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.