Hi,
How can I display this meter
instead of this?
Thanks
Marc
Vista meter
-
- Posts: 1102
- Joined: Mon Oct 17, 2005 5:41 am
- Location: Belgium
- Contact:
Marc:
Try using TProgress class instead TMeter class like this
oProgress := TProgress():Redefine( 101, oDlg )
// 101 is the id control in resources
and you must use Progressbar control instead Tmeter control in your resources.
Regards
Try using TProgress class instead TMeter class like this
oProgress := TProgress():Redefine( 101, oDlg )
// 101 is the id control in resources
and you must use Progressbar control instead Tmeter control in your resources.
Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
-
- Posts: 1102
- Joined: Mon Oct 17, 2005 5:41 am
- Location: Belgium
- Contact: