Delphi to C++
Posted: 10 Jan 2008, 17:01
Hi,
I'm trying to convert the Edirot Delphi example to C++.
I couldn't find where TWMCommand is defined. I couldn't write Delphi equivalent snippet.
1) Could you give the details of TWMCommand.
2) Could you write the following Delphi Code in C++.
Thanks.
Sabetay
procedure TfmEntityInspector.ComboBoxWndProc(var Message: TMessage);
begin
case TWMCommand(Message).NotifyCode of
CBN_CLOSEUP:
I'm trying to convert the Edirot Delphi example to C++.
I couldn't find where TWMCommand is defined. I couldn't write Delphi equivalent snippet.
1) Could you give the details of TWMCommand.
2) Could you write the following Delphi Code in C++.
Thanks.
Sabetay
procedure TfmEntityInspector.ComboBoxWndProc(var Message: TMessage);
begin
case TWMCommand(Message).NotifyCode of
CBN_CLOSEUP: