卓越2008

用一颗谦虚的心面对大家,用一颗坚定的心面对困难,用一颗执著的心面对理想,用一颗虔诚的心面对技术。
posts - 27, comments - 11, trackbacks - 0, articles - 13

08 2007 档案

摘要: 1.3862.modelflat,stdcall34includePublicMethod.inc56.code78IndexOfCharproclpString:DWORD,findChar:BYTE;查找某字符在字符串中第一次出现的位置,返回-1表示不存在910pushebx11pushesi12pushecx1314moveax,-115movebx,lpString16xoresi,esi...阅读全文

posted @ 2007-08-07 21:13 Casm 阅读(113) | 评论 (0) 编辑 |

摘要: 郁闷了半天,为什么下拉框不能下拉,原来是下拉框高度不够,这问题都会忘记...无语了!.386.model flat, stdcall ;32 bit memory modeloption casemap :none ;case sensitiveinclude CommonControls.inc.code;#############################################...阅读全文

posted @ 2007-08-06 22:50 Casm 阅读(90) | 评论 (0) 编辑 |

摘要: 1;********************************************************************2;用下列命令进行编译和链接:3;ml/c/coffwin322-1.asm4;rcwin322-1.rc5;link/subsystem:windowswin322-1.objwin322-1.res6;***************************...阅读全文

posted @ 2007-08-04 10:53 Casm 阅读(899) | 评论 (0) 编辑 |