Results 1 to 9 of 9

Thread: display banner ????

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    7

    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

  2. #2
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: display banner ????

    What language are you working with to make your programs?
    Last edited by k1ll3rdr4g0n; Jul 25th, 2005 at 05:14 PM.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    7

    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

  4. #4
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    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.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    7

    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.

  6. #6
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: display banner ????

    Couldn't you just do:

    VB Code:
    1. Private Sub Form_Load()
    2. wb.Navigate "http://www.werbung.2trix.de/phpadsnew/adview.php?n=a5304d69"
    3. End Sub
    ?
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  7. #7

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    7

    Re: display banner ????

    thank you very match but

    how to make Not RightClick

    how to make this

  8. #8
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    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.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  9. #9

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    7

    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
  •  



Click Here to Expand Forum to Full Width