怎么写vc程序( 二 )


push eax
mov eax, offset hello
push eax
push 0//说明此处不能将前面注释掉代码处得到的hwnd压栈,否则对话框弹不出来 。
call dword ptr MessageBox
}
}