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

C / C++ / MFC

 
GeneralRe: Hollow Brush [modified] Pin
Neo Andreson6-Nov-07 22:28
Neo Andreson6-Nov-07 22:28 
AnswerRe: Hollow Brush Pin
Mark Salsbery7-Nov-07 7:54
Mark Salsbery7-Nov-07 7:54 
Questionmenu on a button click event Pin
neha.agarwal276-Nov-07 17:55
neha.agarwal276-Nov-07 17:55 
QuestionRe: menu on a button click event Pin
Hamid_RT6-Nov-07 18:55
Hamid_RT6-Nov-07 18:55 
AnswerRe: menu on a button click event Pin
Prasann Mayekar6-Nov-07 21:45
Prasann Mayekar6-Nov-07 21:45 
Questionhow can i set message map for dynamic created CEdit [modified] Pin
mwolf1226-Nov-07 16:46
mwolf1226-Nov-07 16:46 
AnswerRe: how can i set message map for dynamic created CEdit Pin
Hamid_RT6-Nov-07 18:57
Hamid_RT6-Nov-07 18:57 
QuestionRe: how can i set message map for dynamic created CEdit Pin
fantasy12156-Nov-07 22:22
fantasy12156-Nov-07 22:22 
To Hamid:
for the edit control is created dynamicly, we may asign an ID for this edit control using
<br />
#define LVS_EDIT_ID 5100<br />
<br />
m_pctlEdit = new CEdit;<br />
m_pctlEdit->Create(xxx, <big>LVS_EDIT_ID</big>);<br />


If we send a message to the edit control(NOT FAMILAR TO SendMessage too), The edit control how to deal with this message, and where is the code?
I'm very poor at SDK programming way.
AnswerRe: how can i set message map for dynamic created CEdit Pin
mwolf1227-Nov-07 14:04
mwolf1227-Nov-07 14:04 
GeneralRe: how can i set message map for dynamic created CEdit Pin
Hamid_RT7-Nov-07 18:11
Hamid_RT7-Nov-07 18:11 
GeneralRe: how can i set message map for dynamic created CEdit Pin
Hamid_RT7-Nov-07 18:11
Hamid_RT7-Nov-07 18:11 
QuestionLR1 Compiler Construction Pin
Lea Hayes6-Nov-07 16:13
Lea Hayes6-Nov-07 16:13 
AnswerRe: LR1 Compiler Construction Pin
Lea Hayes6-Nov-07 22:40
Lea Hayes6-Nov-07 22:40 
QuestionVisual Studio macros for a VC 6 project Pin
Sam Hobbs6-Nov-07 15:49
Sam Hobbs6-Nov-07 15:49 
AnswerRe: Visual Studio macros for a VC 6 project Pin
Nelek6-Nov-07 22:01
protectorNelek6-Nov-07 22:01 
GeneralRe: Visual Studio macros for a VC 6 project Pin
Sam Hobbs6-Nov-07 22:20
Sam Hobbs6-Nov-07 22:20 
GeneralRe: Visual Studio macros for a VC 6 project Pin
Nelek7-Nov-07 2:04
protectorNelek7-Nov-07 2:04 
GeneralRe: Visual Studio macros for a VC 6 project Pin
Sam Hobbs7-Nov-07 8:34
Sam Hobbs7-Nov-07 8:34 
QuestionOverloaded member functions Pin
KellyR6-Nov-07 11:37
KellyR6-Nov-07 11:37 
AnswerRe: Overloaded member functions Pin
Mark Salsbery6-Nov-07 11:51
Mark Salsbery6-Nov-07 11:51 
GeneralRe: Overloaded member functions Pin
vikramlinux6-Nov-07 19:48
vikramlinux6-Nov-07 19:48 
JokeRe: Overloaded member functions Pin
toxcct7-Nov-07 21:21
toxcct7-Nov-07 21:21 
GeneralRe: Overloaded member functions Pin
AndrewVos8-Nov-07 3:35
AndrewVos8-Nov-07 3:35 
GeneralRe: Overloaded member functions Pin
KellyR7-Nov-07 7:25
KellyR7-Nov-07 7:25 
AnswerRe: Overloaded member functions Pin
Paresh Chitte6-Nov-07 20:30
Paresh Chitte6-Nov-07 20:30 

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.