Creating an Automated Advertisement Application in Visual Basic 6

  • Thread starter Thread starter sushant15488
  • Start date Start date
  • Tags Tags
    Programming Visual
AI Thread Summary
To create an application in Visual Basic 6 that displays advertisements in a picture box and automatically changes them after a specific period, an Image control should be utilized to show the images. The control can fetch images from a specified URL. A timer is necessary to manage the rotation of images at set intervals. While some participants suggest using VB.NET for its advantages, the focus remains on completing the task in VB6 as specified. Collaboration is encouraged, with a request for the current progress to provide more targeted assistance.
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
 
Technology 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.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top