|
-
Jul 25th, 2005, 08:16 AM
#1
Thread Starter
New Member
display banner ????
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
-
Jul 25th, 2005, 04:42 PM
#2
Fanatic Member
Re: display banner ????
What language are you working with to make your programs?
Last edited by k1ll3rdr4g0n; Jul 25th, 2005 at 05:14 PM.
-
Jul 26th, 2005, 05:58 PM
#3
Thread Starter
New Member
Re: display banner ????
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
-
Jul 26th, 2005, 11:22 PM
#4
Fanatic Member
Re: display banner ????
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.
-
Jul 27th, 2005, 12:43 AM
#5
Thread Starter
New Member
Re: display banner ????
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
Last edited by e.kafafy; Jul 27th, 2005 at 01:10 AM.
-
Jul 27th, 2005, 01:30 AM
#6
Fanatic Member
Re: display banner ????
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
?
-
Aug 3rd, 2005, 06:00 PM
#7
Thread Starter
New Member
Re: display banner ????
thank you very match but
how to make Not RightClick
how to make this
-
Aug 5th, 2005, 01:23 AM
#8
Fanatic Member
Re: display banner ????
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
Last edited by k1ll3rdr4g0n; Aug 5th, 2005 at 01:30 AM.
-
Aug 8th, 2005, 06:46 PM
#9
Thread Starter
New Member
Re: display banner ????
thank you k1ll3rdr4g0n
i hope help you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|