I want to have my own progress bar in .net compact framework, instead of default wait cursor. I have tried with a form, having only a progress bar, and showing and hiding the form when I want to show
I just about got this, but I have a small problem in the order of things going off. Specifically, in my thread() I am setting up an array that is used by a Spinner.Problem is the Spinner is all set an
public partial class Form1 : Form { //.... private void timer1_Tick(object sender, EventArgs e) { if (this.progressBar1.Value >= 100)
how t开发者_JS百科o create aprogress bar column inDataGrid control in c#Not my code, found at msdn forum thread
when click the grid item, i want to show a progressbar between the time of next Activity shown. then the second activity has a custom listview. there also i wa开发者_StackOverflow社区nt to show a prog
I have spent the whole day trying to make a script which on \"submit\" hides the form and 开发者_如何学运维shows hiddenwith animated progress bar. The problem is that Internet Explorer doesn\'t show a
i have a class that runs, it does the following backups a sql, zip, encrypts, ftp to an ftp server. what i want to do is add a GUI.
I develop an eclipse plugin and I want to create an progress bar as eclipse view at bottom of the workbench window. I have an example, but this is showed only a moment. Please give me some ideas, than
I am trying to show a progress bar while my process is going on...in my application there will be a situation where I gotta read files and manipulate them(it will take some time to complete)..want to
I show my code first, then I explain my problem: ... // somewhere in the constructor progressBar = ne开发者_运维百科w QProgressBar(this);