|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
Not sending a message to the creation WM_CREATE Hello, I create a window through the resources. I want when creating a ListView (this part is almost resolved). I would like to make this ListView when the window recois "WM_CREATE. The problem is that if the window is created with the resources, it does not receive this message ... I do not see the problem. Question For simplicity, I wanted to resources through the window. Thank you for your help. [Add code]: CreateWindow my code: Code: hLog = CreateDialog (hInst, MAKEINTRESOURCE (IDD_DIALOG1), NULL, (DLGPROC) wmd_Log); |
#2
| |||
| |||
Re: Not sending a message to the creation WM_CREATE For dialog boxes that is the message WM_INITDIALOG not WM_CREATE to be addressed. Remember that is not the DLGPROC WndProc but a function which will be regularly called by the WndProc dialog boxes. |
#3
| |||
| |||
Re: Not sending a message to the creation WM_CREATE Thank you any more help ! |
![]() |
|
Tags: wm_create |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Thunderbird Error Message : Sending of message failed | avit | Technology & Internet | 10 | 13-03-2012 06:50 PM |
Message sending failed with iPhone | A.I. | Portable Devices | 5 | 23-03-2011 08:00 AM |
Nokia E72 is getting Hang while sending message | A.I. | Portable Devices | 3 | 15-02-2011 03:57 AM |
How to get rid of the parser message window as it say value creation failed at line 451? | KeJes | Windows Software | 3 | 30-01-2010 07:05 AM |
Problem of sending message | Cecylia | Windows Software | 3 | 27-11-2008 06:08 PM |