Creating an Automated Advertisement Application in Visual Basic 6

  • Thread starter Thread starter sushant15488
  • Start date Start date
  • Tags Tags
    Programming Visual
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
sushant15488
Messages
6
Reaction score
0
hey can anyone help me, i have to make an application, in which i have to change pictures in piture box ,means the i have to show advertisement in picture box, and a specfic period of time it automatically change to some other advertisement, i have to create this application in visual basic 6,and i have import advertisment from internet
 
Physics news on Phys.org
Well, i'd rather stay away from VB 6 and use VB.NET if possible, but you'll want to use an Image control for displaying the image. I believe you can specify a URL for the image location and the control will take care of fetching the image from the web. Then use a timer to rotate images.
 
But if VB is what he needs to do in, then .NET is not really an option.

sushant, what do you have so far? We can help you, but we can't do it for you.