Rafeda Malki
New Member
Hi ,
I need to change the color of the loadnig progressbar, it is in default color Green, even if i add the new color it dose not take it.
can someone help with this question?
I removed the : before Progressbar1 because it get to smile
.
/* progressb1 */
/* */
THIS-OBJECT progressb1:BackColor = System.Drawing.SystemColors:Control.
THIS-OBJECT progressb1:ForeColor = System.Drawing.Color:LightSkyBlue.
THIS-OBJECT Progressb1:Location = NEW System.Drawing.Point(12, 78).
THIS-OBJECT Progressb1:Name = "progressb1".
THIS-OBJECT Progressb1:Size = NEW System.Drawing.Size(239, 22).
THIS-OBJECT Progressb1:TabIndex = 0.
THIS-OBJECT Progressb1:Value = 10.

Best regards
Rafeda
I need to change the color of the loadnig progressbar, it is in default color Green, even if i add the new color it dose not take it.
can someone help with this question?
I removed the : before Progressbar1 because it get to smile

/* progressb1 */
/* */
THIS-OBJECT progressb1:BackColor = System.Drawing.SystemColors:Control.
THIS-OBJECT progressb1:ForeColor = System.Drawing.Color:LightSkyBlue.
THIS-OBJECT Progressb1:Location = NEW System.Drawing.Point(12, 78).
THIS-OBJECT Progressb1:Name = "progressb1".
THIS-OBJECT Progressb1:Size = NEW System.Drawing.Size(239, 22).
THIS-OBJECT Progressb1:TabIndex = 0.
THIS-OBJECT Progressb1:Value = 10.

Best regards
Rafeda