Hi,
I have URL Address which will send a message:
Set browser = CreateObject("InternetExplorer.Application")
browser.Navigate (" &Text=salam")
browser.StatusBar = False
browser.Toolbar = False
browser.Visible = True
browser.Resizable = False
browser.AddressBar = False
I could run it in my form with click event on command buttom
But, the web page will show on new explorer windows
Can any body knows, how can I Run this URL without view that page??
Thanks your help
I have URL Address which will send a message:
Set browser = CreateObject("InternetExplorer.Application")
browser.Navigate (" &Text=salam")
browser.StatusBar = False
browser.Toolbar = False
browser.Visible = True
browser.Resizable = False
browser.AddressBar = False
I could run it in my form with click event on command buttom
But, the web page will show on new explorer windows
Can any body knows, how can I Run this URL without view that page??
Thanks your help