Click here to Skip to main content
15,904,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ShellExecute Pin
Hamid_RT30-Oct-07 20:23
Hamid_RT30-Oct-07 20:23 
GeneralRe: ShellExecute Pin
Naveen30-Oct-07 20:40
Naveen30-Oct-07 20:40 
AnswerRe: ShellExecute Pin
Hamid_RT30-Oct-07 20:57
Hamid_RT30-Oct-07 20:57 
AnswerRe: ShellExecute Pin
David Crow31-Oct-07 3:46
David Crow31-Oct-07 3:46 
QuestionMaximum connection limit for Listen Api Pin
Nath_Vishwa30-Oct-07 19:25
Nath_Vishwa30-Oct-07 19:25 
QuestionPopup edit control Pin
Nishad S30-Oct-07 18:49
Nishad S30-Oct-07 18:49 
QuestionRe: Popup edit control Pin
Hamid_RT30-Oct-07 21:14
Hamid_RT30-Oct-07 21:14 
AnswerRe: Popup edit control Pin
Nishad S30-Oct-07 22:32
Nishad S30-Oct-07 22:32 
OK... I did more study on that and I could locate the problem.

The code was like this...
HWND hWndEdit = CreateWindow( _T( "EDIT" ), _T( "" ), WS_POPUP | WS_VISIBLE, 0, 0, 100, 50, hWnd, (HMENU)1001, hInstance, 0 );

And the problem was with control ID given. For top level window it should be null or a valid menu handle.


Let me say what I was trying for. I need to show an edit control inside a list control (similar to label edit), but its width can be more than list control's client area. So I tried to use a popup edit control.

Any idea to implement the same?


- NS -

QuestionVS 2005 Pin
Jhony george30-Oct-07 18:42
Jhony george30-Oct-07 18:42 
AnswerRe: VS 2005 Pin
Hamid_RT30-Oct-07 21:13
Hamid_RT30-Oct-07 21:13 
AnswerRe: VS 2005 Pin
JudyL_MD31-Oct-07 4:00
JudyL_MD31-Oct-07 4:00 
GeneralRe: VS 2005 Pin
Hamid_RT31-Oct-07 4:25
Hamid_RT31-Oct-07 4:25 
QuestionProblem with Including new project's header file Pin
ashishbhatt30-Oct-07 18:14
ashishbhatt30-Oct-07 18:14 
AnswerRe: Problem with Including new project's header file Pin
Paresh Chitte30-Oct-07 18:24
Paresh Chitte30-Oct-07 18:24 
GeneralRe: Problem with Including new project's header file Pin
ashishbhatt30-Oct-07 19:12
ashishbhatt30-Oct-07 19:12 
AnswerRe: Problem with Including new project's header file Pin
richardye30-Oct-07 19:06
richardye30-Oct-07 19:06 
GeneralRe: Problem with Including new project's header file Pin
ashishbhatt30-Oct-07 20:02
ashishbhatt30-Oct-07 20:02 
GeneralRe: Problem with Including new project's header file Pin
richardye30-Oct-07 21:26
richardye30-Oct-07 21:26 
GeneralRe: Problem with Including new project's header file Pin
ashishbhatt30-Oct-07 21:51
ashishbhatt30-Oct-07 21:51 
QuestionHow to make a tree of files? Pin
satw1430-Oct-07 17:05
satw1430-Oct-07 17:05 
AnswerRe: How to make a tree of files? Pin
Hamid_RT31-Oct-07 4:26
Hamid_RT31-Oct-07 4:26 
Questiona pointer question Pin
richardye30-Oct-07 15:44
richardye30-Oct-07 15:44 
AnswerRe: a pointer question Pin
User 58385230-Oct-07 17:03
User 58385230-Oct-07 17:03 
GeneralRe: a pointer question Pin
richardye30-Oct-07 18:56
richardye30-Oct-07 18:56 
AnswerRe: a pointer question Pin
Naveen30-Oct-07 17:05
Naveen30-Oct-07 17: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.