Primeval
Newbie
- Dec 9, 2012
- 23
- 0
Yoo,
Is there any way to get this working?
It skips the last 2 lines.. Is there any problem with the code?
BUMP, Any solution for this code? Really need it..
Is there any way to get this working?
Code:
WebBrowser1.Navigate
While Not WebBrowser1.ReadyState = WebBrowserReadyState.Complete
Application.DoEvents()
End While
WebBrowser1.Document.GetElementById("drug_2").SetAttribute("value", 400)
WebBrowser1.Document.GetElementById("sell").InvokeMember("click")
WebBrowser1.Document.GetElementById("drug_6").SetAttribute("value", 400)
WebBrowser1.Document.GetElementById("buy").InvokeMember("click")
BUMP, Any solution for this code? Really need it..