I'm new to event controlled programming with guis and such.
How would I achieve an "about" popup.
If any of you have seen an about box it basically dialague box that will pop up and will not let you access the parent program until its closed.
Is this sort of dialogue box built in that would produce such a result or would I need to make some sort of form class for this.
Could anyone show me how accomplish this in a code example.
The event would be any sort of button.