标题:vb转delphi错误
只看楼主
rogersgb
Rank: 1
等 级:新手上路
帖 子:73
专家分:0
注 册:2016-2-3
结帖率:47.37%
 问题点数:0 回复次数:0 
vb转delphi错误
vb代码:Shell "C:\Program Files\Internet Explorer\iexplore.exe http://127.0.0.1/dzswj/login.jsp?number=" & Form1.Text3.Text & "&password=" & Form1.Text4.Text, vbMaximizedFocus

delphi代码如下:ShellExecute(Application.Handle, 'open','Iexplore.exe','http://100.0.0.120:6000/dzswj/login.jsp?number='+Edit3.Text'&password='+Edit4.Text,nil,SW_SHOWNORMAL);


报错:Incompatible types: 'String' and 'PAnsiChar'
搜索更多相关主题的帖子: vb delphi 错误 login Text 
2017-09-15 16:48



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-480728-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.011099 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved