110,190,45,30,\
hWnd,IDB_Sign,hInstance,NULL
invoke CreateWindowEx,NULL,\
offset szButton,offset szButtonTextPoint,\
WS_CHILD or WS_VISIBLE,\
160,190,45,30,\
hWnd,IDB_Point,hInstance,NULL
invoke CreateWindowEx,NULL,\
offset szButton,offset szButtonTextAdd,\
WS_CHILD or WS_VISIBLE,\
210,50,45,30,\
hWnd,IDB_Add,hInstance,NULL
invoke CreateWindowEx,NULL,\
offset szButton,offset szButtonTextEqu,\
WS_CHILD or WS_VISIBLE,\
210,190,45,30,\
hWnd,IDB_Equ,hInstance,NULL
invoke CreateWindowEx,WS_EX_CLIENTEDGE, ADDR szEdit,NULL,\
WS_CHILD or WS_VISIBLE or WS_BORDER or ES_LEFT or\
ES_AUTOHSCROLL,\
15,10,240,40,hWnd,IDE,hInstance,NULL
mov hEdit,eax
论文网http://www.751com.cn/;invoke SetFocus,hEdit
;********************************************************************
;********************************************************************
.elseif eax == WM_COMMAND
.if wParam == IDB_Num0
.if iEqual ==0
invoke lstrcat,addr iDisplay,addr szButtonText0
invoke SetDlgItemText,hWnd,IDE,addr iDisplay
.endif
.if iEqual !=0
mov iDisplay[0],0
invoke SetDlgItemText,hWnd,IDE,addr iDisplay
invoke lstrcat,addr iDisplay,addr szButtonText0
invoke SetDlgItemText,hWnd,IDE,addr iDisplay
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>