I've been wondering about the following problem; I'm making a form (sort of progress bar) that pops up in front of another form, and has a label, a progressbar and a cancel button on it.
Now, the problem is, when the form pops up, only the progress bar is displayed propperly, while the label and the button will only be displayed at the end when the process is completed.. while the process is going on, there are just holes in the form and i can still see my spider solitair game of 20 minutes ago on it :p
of course i'd like to have the label and especially the cancel button displayed (and clickable) before the whole process starts, but so far, i haven't managed to do this..
any suggestions?
thx in advance!