Jump to content

Recommended Posts

Posted

Hi,

I have a small program that collects some user response about applications. The user needs to give input about what application they are talking about. To get this input my application lets you click on the application and then reads the name of the application. This is working nicely.

To take it one step further I would like to make it more visual so when the user gets to the point he needs to click on the application, I want that application window to show an overlay of some kind.

How could I create such an overlay?

Thanks in advance!

Talis

Posted

Im sure a GUI command is the more proper way to handle this but I use SplashTextOn() for an overlay in some of my stuff.  

An example is while downloading a file off FTP a small overlay goes to the top left corner of the screen to let the user know a download is in progress.

 

To really help you with code and not just ideas you would need to post your code so we know what you already have.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...