Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handling sysmenu new item event Pin
«_Superman_»5-Jul-10 21:16
professional«_Superman_»5-Jul-10 21:16 
GeneralRe: Handling sysmenu new item event Pin
eyalle5-Jul-10 21:36
eyalle5-Jul-10 21:36 
GeneralRe: Handling sysmenu new item event Pin
«_Superman_»5-Jul-10 21:49
professional«_Superman_»5-Jul-10 21:49 
GeneralRe: Handling sysmenu new item event Pin
eyalle5-Jul-10 21:52
eyalle5-Jul-10 21:52 
GeneralRe: Handling sysmenu new item event Pin
«_Superman_»5-Jul-10 21:54
professional«_Superman_»5-Jul-10 21:54 
GeneralRe: Handling sysmenu new item event Pin
eyalle5-Jul-10 21:57
eyalle5-Jul-10 21:57 
GeneralRe: Handling sysmenu new item event Pin
«_Superman_»5-Jul-10 22:32
professional«_Superman_»5-Jul-10 22:32 
GeneralRe: Handling sysmenu new item event Pin
eyalle5-Jul-10 22:40
eyalle5-Jul-10 22:40 
Ok man,

i've found the solution in VC6++
i've went to the class view of the class Frame im using.
right-click -> Add Windows Message Handler..
then on the bottom under: "Filter for messages available for class"
i selected "Window" and added the WM_SYSCOMMAND to my class wizard.
now it work's

i think that the problam was that even if i added it manualy, there was no trigger to the event.
now since the message is in the wizard, and known by the compailer it triggers the event.

Thank's anyway..
Good day
QuestionSubclass list control with another controls inside Pin
Pavel Sokolov5-Jul-10 12:25
Pavel Sokolov5-Jul-10 12:25 
AnswerRe: Subclass list control with another controls inside Pin
CPallini5-Jul-10 21:18
mveCPallini5-Jul-10 21:18 
GeneralRe: Subclass list control with another controls inside Pin
Pavel Sokolov6-Jul-10 1:38
Pavel Sokolov6-Jul-10 1:38 
GeneralRe: Subclass list control with another controls inside Pin
CPallini6-Jul-10 2:03
mveCPallini6-Jul-10 2:03 
AnswerRe: Subclass list control with another controls inside Pin
Iain Clarke, Warrior Programmer6-Jul-10 2:20
Iain Clarke, Warrior Programmer6-Jul-10 2:20 
GeneralRe: Subclass list control with another controls inside Pin
Pavel Sokolov6-Jul-10 2:27
Pavel Sokolov6-Jul-10 2:27 
Questionre master file table Pin
mdocvc5-Jul-10 9:35
mdocvc5-Jul-10 9:35 
AnswerRe: re master file table Pin
Richard MacCutchan5-Jul-10 21:38
mveRichard MacCutchan5-Jul-10 21:38 
GeneralRe: re master file table Pin
mdocvc6-Jul-10 7:41
mdocvc6-Jul-10 7:41 
GeneralRe: re master file table Pin
Richard MacCutchan6-Jul-10 10:06
mveRichard MacCutchan6-Jul-10 10:06 
GeneralRe: re master file table Pin
mdocvc7-Jul-10 8:47
mdocvc7-Jul-10 8:47 
GeneralRe: re master file table Pin
Richard MacCutchan7-Jul-10 11:49
mveRichard MacCutchan7-Jul-10 11:49 
GeneralRe: re master file table Pin
mdocvc8-Jul-10 5:58
mdocvc8-Jul-10 5:58 
GeneralRe: re master file table Pin
Richard MacCutchan8-Jul-10 21:19
mveRichard MacCutchan8-Jul-10 21:19 
GeneralRe: re master file table Pin
mdocvc9-Jul-10 9:38
mdocvc9-Jul-10 9:38 
GeneralRe: re master file table Pin
Richard MacCutchan9-Jul-10 21:27
mveRichard MacCutchan9-Jul-10 21:27 
QuestionHow i can save DC(CPaintDC) or CDC in CBitmap? Pin
humais5-Jul-10 5:49
humais5-Jul-10 5:49 

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.