Quantcast
Channel: VB 2010 Progress Bar.
Browsing all 41 articles
Browse latest View live

VB 2010 Progress Bar.

I did not understand anything you said there.  So how and what do I do so I can do this?

View Article


VB 2010 Progress Bar.

Then you need to keep track of each process as it is created, and since they are being created recursively, a single form-level variable won't do.  You will need to either terminate the process that is...

View Article


VB 2010 Progress Bar.

I know it will end after it is done, but what if the user closes the window before it has finished encoding?  It will still continue to run.  That is why I want to know how to end the task when the...

View Article

VB 2010 Progress Bar.

I can't see how ending those processes has anything to do with the progress bar problem.My earlier point was that you shouldn't need to worry about ending those processes on form close, if your program...

View Article

VB 2010 Progress Bar.

Thank you, and sorry for my stupidity.  I think I have it all figured out for that part.  But how do I end the process on the form3 or main form close?

View Article


VB 2010 Progress Bar.

Don't use the substring for characters beyond 1 - it will fail for exactly the reason you describe.  You can't just take a piece of code provided with one set of values and assume that code will...

View Article

VB 2010 Progress Bar.

I sort of know what you are saying.  I already have the progress bar up and running now, and in the middle of it, it displays the percent that it is at.  I was wrong when I said that the format for the...

View Article

VB 2010 Progress Bar.

Your vast number of running processes is due to that fact that you are calling your routine recursively.   Therefore, a single variable, even if you are updating it correctly, will never give you...

View Article


VB 2010 Progress Bar.

Thanks.  That helped me out.  I used outLine.Date.SubString(1).Split(" ")(0))Now I have another problem.  When I close the application, the process still runs.  I tried making a OnFormClosing, with...

View Article


VB 2010 Progress Bar.

You have changed the code you were provided with so it no longer works.  The preferable option is to insert your changes in a modular fashion, so that it is possible to compare the original and the...

View Article

VB 2010 Progress Bar.

The code isDim s = Sub()Using p AsNew ProcessAddHandler p.ErrorDataReceived,Sub(sendingProcess AsObject, outLine As DataReceivedEventArgs)If outLine.Data <> ""Then BeginInvoke(Sub() Text =...

View Article

VB 2010 Progress Bar.

So are you saying that you need code that can convert the string[00.0%] 0/100 frames, 2.00 fps, 700.07 Kb/s, eta 4:30:00into the string00.0 0/100 frames, 2.00 fps, 700.07 Kb/s, eta...

View Article

VB 2010 Progress Bar.

Okay, I have figured that out.  I sort of know how to make it so that some of the numbers that are displayed to be converted into progress bar value.  I just need to know how to split in more the one...

View Article


VB 2010 Progress Bar.

What is the 'progress' that you are trying to report?  That code starts an application called x264.EXE and waits for it to finish.  There is nothing in that code that suggests that any 'progress' is...

View Article

VB 2010 Progress Bar.

Okay, I fugured it out.  I got this code.Dim s = Sub()Using p AsNew ProcessAddHandler p.ErrorDataReceived,Sub(sendingProcess AsObject, outLine As DataReceivedEventArgs)If outLine.Data <> ""Then...

View Article


VB 2010 Progress Bar.

Alright, back onto what this forum was suppose to be about.  I have been getting a lot of help from doom forums, and I got a code to do something with the stdout, but it is in c# .  Here is what he...

View Article

VB 2010 Progress Bar.

I give up on the progress bar.  I have been searching for weeks, and I can not find anything that I could understand.  Now I just want to know, how to navigate through an xml.  I forgot that I need to...

View Article


VB 2010 Progress Bar.

How is the status being reported?  What events are occurring to indicate your progress in parsing?   You can't craete a progress bar unless something occurs that indicates that the progress bar needs...

View Article

VB 2010 Progress Bar.

Okay, if nobody will help me with that.  I have another question.  I have this xml file and I want to get the information that is in it.The Bold text is the information that I want to get.<?xml...

View Article

VB 2010 Progress Bar.

The only thing that I have scene different in the code from VB6 to VB10, is VB6, for msgbox, it would be like this I beleive, MsgBox "Hello" , but when you try to do it in VB10, it automatically puts...

View Article
Browsing all 41 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>