hi all i hope you can help me
i'm make programs i need this program display banner from myweb site
my website php or ASP or Access DB
i need Example
Than you
Printable View
hi all i hope you can help me
i'm make programs i need this program display banner from myweb site
my website php or ASP or Access DB
i need Example
Than you
What language are you working with to make your programs?
thank you for answer
my languge is Visual Basic
i need this display banner the banner in the script ( phpAdsNew )
click here see Ex:
http://www.werbung.2trix.de/phpadsne...php?n=a5304d69
if you can Refresh in the browser to change banner i need make this in my program
thank you
Oh thats easy just use the Microsoft Internet Controls (its a webbrowser that Microsft ships with VB). And tell the webbrowser to goto the page on load.
thank you very match
this is my code
Private Sub Form_Load()
wb.Navigate "about: <html><body scroll='no' border='no' leftmargin='0' topmargin='0'><img src='http://www.werbung.2trix.de/phpadsnew/adview.php?n=a5304d69'></img></body></html>"
End Sub
Couldn't you just do:
?VB Code:
Private Sub Form_Load() wb.Navigate "http://www.werbung.2trix.de/phpadsnew/adview.php?n=a5304d69" End Sub
thank you very match but
how to make Not RightClick
how to make this
Maybe you can do it with javascript?
Ill take a quick look on google.
Found exactly what your looking for:
http://www.vbcity.com/page.asp?p=source#webbrowser
thank you k1ll3rdr4g0n
i hope help you ;)