control on Main Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pedro007
    New Member
    • Nov 2009
    • 19

    control on Main Form

    hey,

    i have added a progressbar in my Main Form when i execute the program and set it visible to true ,i show a white progressbar?!
    does a propoerty or smethins else that i show correctly the progress animation( set of marqued).

    thanks
    pedro
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    A progress bar is not an animation.
    You have to set its minimum, maximum and current values as part of your processing. You should look it up on MSDN and follow the sample code.

    Comment

    • pedro007
      New Member
      • Nov 2009
      • 19

      #3
      no i set the style of marquee and its a animation progressbar

      Comment

      Working...