Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Display Dialog as Menu Pin
kiranin22-Aug-06 20:58
kiranin22-Aug-06 20:58 
GeneralRe: Display Dialog as Menu Pin
Hamid_RT22-Aug-06 23:10
Hamid_RT22-Aug-06 23:10 
QuestionVS2005: Clean/Rebuild project tries to remove output path Pin
mexicanchili22-Aug-06 2:34
mexicanchili22-Aug-06 2:34 
QuestionPromblem with Dynamic Control Event Handling. Pin
uday kiran janaswamy22-Aug-06 2:26
uday kiran janaswamy22-Aug-06 2:26 
AnswerRe: Promblem with Dynamic Control Event Handling. Pin
Parthi_Appu22-Aug-06 2:38
Parthi_Appu22-Aug-06 2:38 
GeneralRe: Promblem with Dynamic Control Event Handling. Pin
uday kiran janaswamy22-Aug-06 2:55
uday kiran janaswamy22-Aug-06 2:55 
GeneralRe: Promblem with Dynamic Control Event Handling. Pin
Parthi_Appu23-Aug-06 21:52
Parthi_Appu23-Aug-06 21:52 
AnswerRe: Promblem with Dynamic Control Event Handling. Pin
prasad_som22-Aug-06 18:54
prasad_som22-Aug-06 18:54 
uday kiran janaswamy wrote:
CEdit *ptr = new CEdit;
ptr->Create(WS_VISIBLE|WS_CHILD|WS_BORDER|WS_TABSTOP|ES_AUTOHSCROLL,CRect(point.x,point.y,point.x +100, point.y +20),this,NULL);


Last parameter here, you can assign unique control Id, lets say 100.
you can use it to handle notifications using that like
ON_EN_SETFOCUS(100, OnSetfocusEdit1)//OnSetfocusEdit1 is handler function

I'm not sure about other notification messages. But this would give you a hint.


QuestionHTML Control Pin
CoolASL22-Aug-06 1:41
CoolASL22-Aug-06 1:41 
AnswerRe: HTML Control Pin
Maximilien22-Aug-06 1:42
Maximilien22-Aug-06 1:42 
GeneralRe: HTML Control Pin
CoolASL22-Aug-06 1:46
CoolASL22-Aug-06 1:46 
GeneralRe: HTML Control Pin
Maximilien22-Aug-06 2:46
Maximilien22-Aug-06 2:46 
QuestionRe: HTML Control Pin
David Crow22-Aug-06 2:38
David Crow22-Aug-06 2:38 
AnswerRe: HTML Control Pin
CoolASL22-Aug-06 2:43
CoolASL22-Aug-06 2:43 
GeneralRe: HTML Control Pin
David Crow22-Aug-06 2:53
David Crow22-Aug-06 2:53 
AnswerRe: HTML Control Pin
Ed K22-Aug-06 2:54
Ed K22-Aug-06 2:54 
GeneralRe: HTML Control Pin
CoolASL22-Aug-06 21:01
CoolASL22-Aug-06 21:01 
AnswerRe: HTML Control Pin
Hamid_RT22-Aug-06 20:28
Hamid_RT22-Aug-06 20:28 
QuestionTo set the font style to BOLD Pin
Sameer_Thakur22-Aug-06 1:36
Sameer_Thakur22-Aug-06 1:36 
AnswerRe: To set the font style to BOLD Pin
Christian Graus22-Aug-06 1:59
protectorChristian Graus22-Aug-06 1:59 
AnswerRe: To set the font style to BOLD Pin
David Crow22-Aug-06 2:40
David Crow22-Aug-06 2:40 
QuestionCreating a desktop shortcut on 64-bit Vista Pin
kpkrind22-Aug-06 1:19
kpkrind22-Aug-06 1:19 
AnswerRe: Creating a desktop shortcut on 64-bit Vista Pin
kakan22-Aug-06 3:16
professionalkakan22-Aug-06 3:16 
GeneralRe: Creating a desktop shortcut on 64-bit Vista Pin
kpkrind22-Aug-06 3:42
kpkrind22-Aug-06 3:42 
GeneralRe: Creating a desktop shortcut on 64-bit Vista Pin
kakan22-Aug-06 4:13
professionalkakan22-Aug-06 4:13 

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.