Hutch - some questions :
1) My VS2008 ML64, truly not understand what is it :
msgloop proc
USING r14,r15
- looks, like mought bo so :
msgloop proc USES r14 r15
2) also it not understand xmm registers, as .XMM - not works in it, so I changed all computations on FPU - but example of SSE anyway is excellent
3) default font charset - better avoid, as it looks not well on me, so better to local procedure :
font_handle - CreateFont,fHgt,0,0,0,fWgt,0,0,0,ANSI_CHARSET
4) and focus on edit, I used to put by mouse :
invoke SendMessage,hEdit,EM_SETMARGINS,EC_LEFTMARGIN or EC_RIGHTMARGIN,eax
invoke SetFocus, hEdit