Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Update Registry Key Pin
Tom Archer2-May-02 4:52
Tom Archer2-May-02 4:52 
GeneralRe: Update Registry Key Pin
kyledunn2-May-02 4:57
kyledunn2-May-02 4:57 
GeneralRe: Update Registry Key Pin
Tom Archer2-May-02 5:06
Tom Archer2-May-02 5:06 
GeneralRe: Update Registry Key Pin
kyledunn2-May-02 5:11
kyledunn2-May-02 5:11 
GeneralRe: Update Registry Key Pin
Tom Archer2-May-02 5:16
Tom Archer2-May-02 5:16 
GeneralRe: Update Registry Key Pin
kyledunn2-May-02 5:18
kyledunn2-May-02 5:18 
QuestionOnDraw in composite control ?? Pin
Brian van der Beek2-May-02 4:35
Brian van der Beek2-May-02 4:35 
GeneralKilling the in-place edit Pin
Eugene Pustovoyt2-May-02 4:21
Eugene Pustovoyt2-May-02 4:21 
Hello,

I have a little question!
I have a CEdit-derive class, we shall tell CMyEdit.
Inside it on pressing the left button of the mouse I create in-place edit, we shall name CInPlaceEdit

pEdit = new <code>CInPlaceEdit</code>;
pEdit->Create(WS_CHILD | WS_VISIBLE | ES_CENTER, rect, this, 100);


Then, when CInPlaceEdit loses focus, it needs to be removed.

Where and as it is better to remove him!?

Best regards,



Eugene Pustovoyt
GeneralRe: Killing the in-place edit Pin
Tom Archer2-May-02 5:06
Tom Archer2-May-02 5:06 
GeneralRe: Killing the in-place edit Pin
Eugene Pustovoyt2-May-02 6:40
Eugene Pustovoyt2-May-02 6:40 
GeneralRe: Killing the in-place edit Pin
Tom Archer2-May-02 6:49
Tom Archer2-May-02 6:49 
GeneralRe: Killing the in-place edit Pin
Eugene Pustovoyt2-May-02 8:03
Eugene Pustovoyt2-May-02 8:03 
GeneralRe: Killing the in-place edit Pin
Tom Archer2-May-02 8:23
Tom Archer2-May-02 8:23 
GeneralRe: Killing the in-place edit Pin
Eugene Pustovoyt2-May-02 9:02
Eugene Pustovoyt2-May-02 9:02 
GeneralRe: Killing the in-place edit Pin
Eugene Pustovoyt3-May-02 8:12
Eugene Pustovoyt3-May-02 8:12 
GeneralChanging font for a static text Pin
moobob2-May-02 3:58
moobob2-May-02 3:58 
GeneralRe: Changing font for a static text Pin
Nish Nishant2-May-02 4:07
sitebuilderNish Nishant2-May-02 4:07 
GeneralRe: Changing font for a static text Pin
Tom Archer2-May-02 5:08
Tom Archer2-May-02 5:08 
GeneralRe: Changing font for a static text Pin
moobob2-May-02 7:32
moobob2-May-02 7:32 
GeneralRe: Changing font for a static text Pin
Tom Archer2-May-02 7:51
Tom Archer2-May-02 7:51 
Generalright aligning the right pane in a splitter Pin
2-May-02 2:21
suss2-May-02 2:21 
GeneralWM_ Messages Pin
S van Leent2-May-02 2:16
S van Leent2-May-02 2:16 
GeneralRe: WM_ Messages Pin
2-May-02 2:37
suss2-May-02 2:37 
GeneralRe: WM_ Messages Pin
Joel Lucsy2-May-02 4:54
Joel Lucsy2-May-02 4:54 
GeneralRe: WM_ Messages Pin
Tom Archer2-May-02 5:05
Tom Archer2-May-02 5:05 

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.