nineclicks
Member
- Joined
- Jun 13, 2013
- Messages
- 18
- Programming Experience
- Beginner
My Windows Form has lots of split containers and listviews and stuff. I would like to have non-interrupting alerts popup on my form. Like a messagebox without interrupting the user's input of text or clicking. Then have it disappear by itself, preferably a fade effect. I plan on having a status bar but I need something that can't be overlooked as easily.
I don't really know where to begin with having all of these splitcontainers on my form. It would be good if the overlay was purely graphic and did not "get in the way" of clicks other than visually. The graphic would pretty much just be largish text and maybe an icon.
I don't have much to go off of, I don't have any clue where to begin. Mainly because I want to make sure I do this the best way. How would I go about drawing over any object that might be under the area that the message appears?
Thanks
I don't really know where to begin with having all of these splitcontainers on my form. It would be good if the overlay was purely graphic and did not "get in the way" of clicks other than visually. The graphic would pretty much just be largish text and maybe an icon.
I don't have much to go off of, I don't have any clue where to begin. Mainly because I want to make sure I do this the best way. How would I go about drawing over any object that might be under the area that the message appears?
Thanks