vb问题?请各位高手进!

请各位看这段代码如下:PrivateDeclareFunctionSetWindowPosLib"user32"()PrivateSubCommand1_Click()i... 请各位看这段代码如下:

Private Declare Function SetWindowPos Lib "user32" ()

Private Sub Command1_Click()
i = SetWindowPos(Form1.hWnd, -1, 234, 0, 56767, 234)
Print "窗体总在最前面"
End Sub
当我运行时提示出错:Dll调用约定出错,这是什么意思呀?如何解决这个问题呢?
展开
 我来答
官琦bk
2006-09-23 · TA获得超过346个赞
知道小有建树答主
回答量:709
采纳率:0%
帮助的人:0
展开全部
你的api声明不完整
private Declare Function SetWindowPos Lib "user32" Alias "SetWindowPos" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
百度网友881a6a941
2006-09-23 · TA获得超过5793个赞
知道小有建树答主
回答量:1100
采纳率:0%
帮助的人:1004万
展开全部
另外如果你只是想要窗体最前,应该这么写

SetWindowPos Form1.hWnd,-1,0,0,0,0,3
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式