Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

Need Help I want to achieve Paragrah as ProgressBar

$
0
0
Hello anyone have the idea on how to achieve this?

instead of progress bar i want to make the Paragraph or Image to be the progressbar

--Page.StopTimer(6787543);

MOUSEE = System.GetMousePosition(true);

vidLent = 5000;

para = Paragraph.GetPos("Paragraph2");

SeekPos = (MOUSEE.X - para.X) ;
SeekPos = vidLent / 838 ;


Label.SetText("Label1", SeekPos);

paraSize = Paragraph.SetSize("Paragraph2", SeekPos, 71);



Viewing all articles
Browse latest Browse all 2105

Trending Articles