Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGetting the coordinate of a button in a Multiple View Pin
mhelinx091-Jun-03 20:55
mhelinx091-Jun-03 20:55 
GeneralRe: Getting the coordinate of a button in a Multiple View Pin
Rage2-Jun-03 1:02
professionalRage2-Jun-03 1:02 
QuestionAnyone know how to write a device driver installer? Pin
Member 4048131-Jun-03 20:14
Member 4048131-Jun-03 20:14 
QuestionHow to modify context menu of the editor of ComboBox Pin
Doan Quang Minh1-Jun-03 19:05
Doan Quang Minh1-Jun-03 19:05 
AnswerRe: How to modify context menu of the editor of ComboBox Pin
mhelinx091-Jun-03 20:49
mhelinx091-Jun-03 20:49 
GeneralRe: How to modify context menu of the editor of ComboBox Pin
Doan Quang Minh1-Jun-03 21:38
Doan Quang Minh1-Jun-03 21:38 
GeneralRe: How to modify context menu of the editor of ComboBox Pin
Anna-Jayne Metcalfe1-Jun-03 23:42
Anna-Jayne Metcalfe1-Jun-03 23:42 
GeneralRe: How to modify context menu of the editor of ComboBox Pin
Doan Quang Minh2-Jun-03 6:22
Doan Quang Minh2-Jun-03 6:22 
Thank for your help. Last time when I visit a site, I found a code:
<br />
CComboCox combo;<br />
CMyEdit edit;<br />
// combobox creation ...<br />
// ...<br />
POINT tmpPoint = {1,1};<br />
edit.SubclassWindow( combo.ChildWindowFromPoint(tmpPoint)->GetSafeHwnd() );<br />

I think after subclass a Edit (by CMyEdit),I can do something... but there is a error. The debug stop on the command
<br />
ASSERT(FromHandlePermanent(hWndNew) == NULL);<br />

in the function
<br />
BOOL CWnd::Attach(HWND hWndNew)<br />

Confused | :confused: Can someone help me?

Never say Goodbye!
GeneralRe: How to modify context menu of the editor of ComboBox Pin
Anna-Jayne Metcalfe2-Jun-03 10:54
Anna-Jayne Metcalfe2-Jun-03 10:54 
GeneralRe: How to modify context menu of the editor of ComboBox Pin
Doan Quang Minh2-Jun-03 21:41
Doan Quang Minh2-Jun-03 21:41 
GeneralRe: How to modify context menu of the editor of ComboBox Pin
Anna-Jayne Metcalfe2-Jun-03 22:35
Anna-Jayne Metcalfe2-Jun-03 22:35 
QuestionHow 2 Add Custom features to Active -X Control Pin
Vikrant Vikrant1-Jun-03 19:03
Vikrant Vikrant1-Jun-03 19:03 
Generalsend .bmp or .gif or .jpg file to clipboard Pin
CS4291-Jun-03 18:48
CS4291-Jun-03 18:48 
GeneralRe: send .bmp or .gif or .jpg file to clipboard Pin
Roger Allen2-Jun-03 2:03
Roger Allen2-Jun-03 2:03 
GeneralRe: send .bmp or .gif or .jpg file to clipboard Pin
CS4292-Jun-03 20:31
CS4292-Jun-03 20:31 
GeneralDDX Control Problem Pin
Steven M Hunt1-Jun-03 18:42
Steven M Hunt1-Jun-03 18:42 
GeneralRe: DDX Control Problem Pin
peterchen1-Jun-03 18:50
peterchen1-Jun-03 18:50 
GeneralRe: DDX Control Problem Pin
Steven M Hunt1-Jun-03 18:55
Steven M Hunt1-Jun-03 18:55 
GeneralRe: DDX Control Problem Pin
Anna-Jayne Metcalfe1-Jun-03 23:49
Anna-Jayne Metcalfe1-Jun-03 23:49 
GeneralAbout as win32 question. Pin
sunjohn1-Jun-03 17:16
sunjohn1-Jun-03 17:16 
GeneralRe: About as win32 question. Pin
Toni781-Jun-03 20:00
Toni781-Jun-03 20:00 
GeneralRe: About as win32 question. Pin
sunjohn1-Jun-03 22:09
sunjohn1-Jun-03 22:09 
GeneralRe: About as win32 question. Pin
Toni782-Jun-03 12:20
Toni782-Jun-03 12:20 
GeneralNET SEND ~ HELP ME Pin
BoyceMan1-Jun-03 16:48
BoyceMan1-Jun-03 16:48 
GeneralRe: NET SEND ~ HELP ME Pin
Ken Mazaika1-Jun-03 17:00
Ken Mazaika1-Jun-03 17:00 

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.