由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - 老技术的新问题--关于VB6
相关主题
clicks by referenceUI 牛人给指点一下,用微软的技术如何实现这种UI的编程。
dynamic change before refreshing微软把VB给毁了
没啥人气呀![MSDN]Simulating include Files w/ASP.NET
新问题Any Group for .net certification?
[zt]101 VB.NET exampleshow to list all opened sockets?
how to use old DLL in VB .NET?自动化的问题 (WebBrowser)
[solved] Re: use old DLL in VB .NET?windows 10和vs 2015的问题
Have you looked the new C# 3.0 features?static or else?
相关话题的讨论汇总
话题: objcur话题: vb6话题: simulate话题: link话题: javascript
进入DotNet版参与讨论
1 (共1页)
w********o
发帖数: 21
1
I am trying to simulate clicks on a link of a web page using vb6 (sorry I
have to stuck with this old stuff :( ) and the webbrowser control. The link
contains a tag like this:
inner text
I can find the object of this A tag (let's call it objCur), but when I use
this code to simulate the click, it does not work.
objCur.Click
It once worked when the link did not contain javascript, but not now.
I have also tried these:
objCur.
1 (共1页)
进入DotNet版参与讨论
相关主题
static or else?[zt]101 VB.NET examples
C# smart device questionhow to use old DLL in VB .NET?
default ![solved] Re: use old DLL in VB .NET?
问题又来了.Have you looked the new C# 3.0 features?
clicks by referenceUI 牛人给指点一下,用微软的技术如何实现这种UI的编程。
dynamic change before refreshing微软把VB给毁了
没啥人气呀![MSDN]Simulating include Files w/ASP.NET
新问题Any Group for .net certification?
相关话题的讨论汇总
话题: objcur话题: vb6话题: simulate话题: link话题: javascript