Jump to content
Xtreme .Net Talk

BenVercammen

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by BenVercammen

  1. 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!
  2. okay, i think i've found the answer somewhere else..
  3. i'm having this realy weird problem with a datetimepicker.. i've got a handler that handles ValueChanged, and in the handler, i'm showing a messagebox with the selected date. now if i just select a date from the same month, there is no problem, the handler does its job and i get a nice messagebox with the selected date.. but, when i want to change the month, the handler is going crazy and i get a messagebox for every next month on my screen and it just won't stop! i think the datetimepicker just keeps changing the value to the next month or something, it's like i keep clicking next month (which of course i am not doing!).. so has anybody encountered this problem before or got any idea on how to help me out with it?? thanks in advance!!
×
×
  • Create New...