摘要:
桌面上我的電腦不見了?如何恢復
......
摘要:
下面几个在画图中用到的函数到底是什么意思, 函数参数又是如何定的,在什么时候调用? 还有对这几个函数的调用顺序不同,效果又会不同, 具体效果会怎样不同?实际运用中应该如何决定这几个 函数的调用顺序? g.rotatetransform(180); g.translatetransform(0,-height); g.translatetransform(-chartinset,charti......
关于复选框的问题
如何用判断表单中的复选框是否被选中?
NO.1 作者: cqfeng
if obj.checked = true then
.................
else
.................
end if
摘要:
写这段代码的时候遇到些问题,因为很难调,问问大家 谢。 createromtthread proc procid: dword call getpathadd getpathadd: ;得到路径变量地址 pop ecx add ecx,offset pathname-offset getpathadd call getknlgetsystemdirectorya knlgetsy......