The following dissappointing e-mail came yesterday in connection with my order for the Charles Petzold book:
--------------------------------------
Dear Dieny,
I apologize for any inconvenience caused. After your e-mail we had a meeting with the suppliers and due to stock shortage there will be delays. If this will be a problem to you I'll give you the option to cancel, but we hope that you will bear with us a bit longer.
--------------------------------------------------------------------
In order to keep the planet rotating/mutating in the "delays" period,
a further question. This code is from the sample SMTP:
How can one SELECT *which* of the EDIT controls or STATIC control are to be so coloured, and so exclude others? CbCtl is only available "when the user clicks" etc.; the CbWparam does not appear to identify the control being handled in any meaningful way (ID nor HANDLE), or does it?
--------------------------------------
Dear Dieny,
I apologize for any inconvenience caused. After your e-mail we had a meeting with the suppliers and due to stock shortage there will be delays. If this will be a problem to you I'll give you the option to cancel, but we hope that you will bear with us a bit longer.
--------------------------------------------------------------------
In order to keep the planet rotating/mutating in the "delays" period,
a further question. This code is from the sample SMTP:
Code:
Case %WM_CTLCOLOREDIT SetTextColor CbWparam, %BLUE Function = GetStockObject(%WHITE_BRUSH) Case %WM_CTLCOLORSTATIC SelectObject CbWparam, hFont SetBkMode CbWparam, %TRANSPARENT SetTextColor CbWparam, %YELLOW Function = GetStockObject(%NULL_BRUSH)
Comment