Link to home
Start Free TrialLog in
Avatar of mebjen
mebjen

asked on

ProgressBar .Increment // Timer .Start & .Stop

Guru's,

Being new to CE - I am confused as to why - when I drop a ProgressBar or a Timer onto a Pocket PC Windows Form, I am not able to use the ProgressBar.Increment or Timer.start or Timer.stop (as the on-line help demonstrates).  - I have included the NameSpace System.Windows.Form  and have tried many others - but can't get it.  Please point me in the correct direction.

mb

Avatar of Mikal613
Mikal613
Flag of United States of America image

Increment is not Supported you will have to use the Value Statement

PB.Value = PB.Value + 1 (or whatever you wanna increment by)
ASKER CERTIFIED SOLUTION
Avatar of Mikal613
Mikal613
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial