Tagged Questions
4
votes
1answer
39 views
Enable button when picture finishes downloading.
Ok so I have a problem in Visual Basic, I got this code that downloads a picture.
WC.DownloadFileAsync(New Uri("picturelinkhere"), "c:\myfile.jpg")
After that I have a code that greys out the ...
1
vote
1answer
149 views
Ftp Upload Progressbar vb.net
im coding an aplication that uploads a file to a remote ftp server and this is my code that already works. Now i want to show the progress in a progressbar in vb.net.
Files are not too big (10 mb max)
...
0
votes
0answers
62 views
Set ProgressChanged Event For Browser Instance VB.NET?
I am building a browser. I have a web browser (webBrowser1) and an instance of a browser (webBrowser2). When a user opens a new tab webBrowser2 is created. I also have a progress bar (ProgressBar1) ...
0
votes
1answer
251 views
how to set progress bar during copying file from one folder to another in vb.net?
Currently I'm doing project in vb.net and I want to set the progress bar while copying files from one folder to another. And the progress bar should move towards completion according to amount of file ...
0
votes
1answer
113 views
VB.NET: Add Cancel Event Handler From Other Class
I am trying to figure out a way to use events, handlers - to cancel an operation (a progress bar) from an asynchronous operation.
I have a class, ProgressBar, that is displaying the progress of an ...
0
votes
2answers
419 views
VB.Net - Updating progress bar from background worker
I am trying to build a log parser in VB.Net that will take IIS logs and insert them into a database. Having never really made a full out desktop application, I'm hitting a number of stumbling blocks, ...
0
votes
1answer
95 views
Unable to add ProgressBar or Panel to Form
I'm working on something in Visual Studio 2012, but for some reason cannot add progress bars or panels to the form from the toolbox. Progress bars weren't working the other day but panels have only ...
0
votes
1answer
95 views
How do I use a Progress Bar with FtpWebRequest class?
I was trying to do this on my own but have run into a situation where I need some help. I would like to use a progressbar control to show the current progress of an FTP file upload.
Currently, I ...
1
vote
1answer
55 views
Showing the current progress
I want to add the current progressbar value when it's not in the listbox. I want it to add a new item when the progressbar value changes.
Here is my code so far... It just adds "0%" a million ...
0
votes
1answer
336 views
Progress bar while loading file attachment
I'm having a problem about loading progress bar while attaching file. I want progress bar works until it finish scanning the attachment file. The problem is when I attach the file and start to scan, ...
0
votes
0answers
114 views
vb.net while sending smtp form get not responding
I have this code:
For i = 0 To DataGridView1.RowCount - 2
If send_email(body, DataGridView1.Rows(i).Cells(8).Value.ToString) Then
countSentMail = countSentMail + 1
...
1
vote
2answers
828 views
VB.NET Progress bar percentage
I created a progress bar which works perfectly. I recently added percentages but I'd like to display the label on top of the progress bar.
Like so:
The only problem as you can see is that the ...
1
vote
1answer
2k views
VB.NET Progress Bar [duplicate]
Possible Duplicate:
.NET progressbar not updating
I built a progress bar class that shows the progress in my for loops. Here's the code for the progress bar class:
Public Class ...
1
vote
2answers
1k views
Progress bar for copying file from 'My.resources' VB.net
I am trying to copy a file from 'My.resources' with a progress bar, i have search through many other file copy progress bar scripts but none of them support copying from internal; files. here is my ...
1
vote
1answer
377 views
Progress Bar exceeding maximum/minimum value in VB.Net 2010?
I'm trying to simulate a game whereby a player can damage an enemy or heal themselves via clicking buttons "Attack" and "Heal". I've tried to do a test-run on one Progress Bar to just make sure ...
4
votes
2answers
360 views
Drawing reflection of a progressbar control in winforms VB
Here is an image of what I am trying to achieve:
As you can see, there is a slight reflection under the progress bar.
I have a custom progress bar that is heavily based on this code:
...
8
votes
6answers
5k views
VB.NET progressbar backgroundworker
When my application starts, and it has just been upgraded, I am doing a local database update (sqlite).
It is like that:
The user starts my app, and then I start the upgrade process.
During this ...
2
votes
2answers
163 views
Progress bar sincronizing in VB
Is it possible sincronize the progress bar with the behaviour of one specific process, to have an idea of the remaning time to the end of that process?
For example I have found only this code, but it ...
0
votes
1answer
280 views
ProgressBar on WebBrowser Value exception
When I try to load any pages I get an exception that says:
Value of '1010000' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Sometimes the number is different but the ...
1
vote
1answer
693 views
Multithreading for a progressbar and code locations (vb.net)?
I am stuck updating a progressbar from a different thread.
I did get it running in the simplest way, but then cleaning the code gets me stuck.
My testing code looks like all the examples on the web ...
0
votes
0answers
136 views
BackGroundWorker ReportProgress for Symmetric Encryption and Hashing
I'm writing a encryption/decryption application for user input string or simply plain text. I use this class which I found and modified.
Imports System.Security.Cryptography
Imports System.IO
Imports ...
2
votes
3answers
1k views
ASP.NET: How can I show a loading image when my page performs stored procedure?
I have a page I'm working on and it works correctly in the sense that I press a button and it executes a stored procedure. The problem is the stored procedure takes awhile to complete, and I want the ...
0
votes
1answer
69 views
VB.NET: How can i make it so that if a progressbars value is 90 or above an event will happen?
I want it so that if the value of progressbar1 is 90 or above a message box will pop up. How would i do this in VB.Net?
0
votes
2answers
219 views
How can I go about adding a ProgressBar to this code which calculates CRC32 checksum in VB.NET?
Thanks for reading - I am using the class below to calculate the CRC32 checksum of a specified file.
My question is how would I go about reporting the progress of file completion (in %) to a ...
0
votes
1answer
608 views
Get microphone input VB.NET
How can I get the input volume of the microphone intro a progressbar?
I need to do this without an API if I can.
Thank You!
0
votes
3answers
5k views
VB.net 2010 backgroundworker updating form progressbar
Trying to understand background workers :)
Imports System.Threading
Imports System
Imports System.IO
Imports System.Windows.Forms
Imports System.ComponentModel
Imports System.Text.RegularExpressions
...
1
vote
1answer
944 views
create vertical progress bar in vb.net
I am trying to find a way to create a vertical progress bar in a VB.NET Windows application. I saw this post, but it's in C# and thus not all that much help to me. Can anyone help?
Thanks!
-1
votes
3answers
2k views
VB.NET Fake ProgressBar [closed]
i want to make fake progress bar
when i click on the button:
for i = 0 to Maximum
progressbar1.value = progressbar1.value + 1
next
but the progressbar.value = 100 Too fast
0
votes
3answers
2k views
Progress bar change colour
im trying to change the colour of the progress bar for a custom control. ive tryed quite a few methords like using the sendingmessage function below:
<DllImport("User32.Dll")> _
Public Shared ...
1
vote
0answers
819 views
Progressbar on separate form freezes/crashes when updating
I have a weird exception that I can't seem to debug. For anyone about to suggest worker threads I am prohibited from using them at my work... I asked why not myself and received a vague answer and ...
0
votes
1answer
317 views
Refresh/Update text field and progress bar while running a sub in vb.net wpf application
I have several reports that all merge onto the same datatable. The user can click several to run and then hit the 'find records' button to run them all simultaneously. Since they each take so long, ...
0
votes
3answers
824 views
Increment with integer
I want to Use Progressbar1.Increment but I wanna use Integer but the problem is that the maximum value of integer is over 100 so i want to set the Integer.Maxvalue to 5 but it got an error when I ...
2
votes
1answer
100 views
Is there any way that i can shorten this code?
This is the code that i would like shortenning, it uses a progress bar and a label that counts down with it: I'm using the language of VB
If ProgressBar1.Value = 33 And Label2.Text = "Now: Hold ...
0
votes
0answers
200 views
how to set the value of a progress bar to a a single value in a mysql database?
i have a mysql database with a table called employee_info. this table has columns called "resource_name", "assigned_projects", and then 52 other columns that represent all the weeks of the year ("w1", ...
0
votes
0answers
457 views
how to set up a new datagridview control with a Progress bar column?
i have a sample script from this Site and it lets me have a column for progress bars.
what i want is to populate the datagridview control with data from a MYSQL table that has a column for "names", ...
1
vote
1answer
209 views
Why does my progress bar disappear?
I have seen this problem before but I haven't seen an answer to the question that applied to my particular case. I have a BackgroundWorker running in my VB form, as well as a progress bar and some ...
0
votes
2answers
2k views
Backgroundworker ReportProgress Firing but ProgressBar isn't changing
I have a progressbar on my form that is not getting updated.
When the Send Email button is clicked I do this:
Public Sub SendMail()
If CheckSettings() = False Then Exit Sub
BackUpEbillFile()
...
0
votes
3answers
1k views
ProgressBar Woes. Getting UI thread to update while reading database
I'm having trouble getting a progress bar to update. I'd be okay just with a moving marquee bar. Basically, I'm reading a database routine in a SqliteReader.vb class. I'm new to visual basic, and I'm ...
0
votes
3answers
2k views
Adding Progress bar while loading Image list to listbox using vb.net
I am trying to add Images using open file dialog and folder browse dialog and populating the image list to listbox.While adding these Images I need to show the progress bar for every image it loads.
...
1
vote
4answers
7k views
.NET progressbar not updating
I am using a progressbar control in a splash screen.
In my code I am updating the progress bar value with each step -
In Form_Load of the main (hidden) form:
frmProg.UpdateProgress(10, "Checking ...
1
vote
3answers
4k views
Displaying progress while uploading data
I am using the following code located here to upload files
Public Function UploadFile(ByVal oFile As FileInfo) As Boolean
Dim ftpRequest As FtpWebRequest
Dim ftpResponse As FtpWebResponse
Try
...
-6
votes
2answers
310 views
ASP.NET MultiUploader
I'm looking for free codes to create a Multiuploader files with a ProgressBar.
Any ideas.
Thanks.
1
vote
2answers
2k views
How can I force a progress bar to update during a long-running operation in VB.NET?
I am running a test program for VB.NET, and it will simply crunch a million numbers in for loop. I've linked a variable implying the progress of the for loop with the progress bar, but it seems that ...
0
votes
1answer
411 views
VB.NET - Windows Taskbar Progress with embedded DLL?
I asked a question earlier asking how to use the Windows 7 taskbar progress bar without the .dll files, but I realized that in VS2010 you can embed a .dll into your application. I set this option to ...
0
votes
1answer
5k views
VB.Net Asynchronous background worker inside a loop
Im using Vb.net visual studio 2008. i have got a process(system.diagnostics.process) to be run in background and it updates the Ui thread progressbar and a label and i have worked it using ...
0
votes
1answer
864 views
Trigger Backgroundworker Completed event
I am trying to display the progress bar(marque) in a separate form (progressForm) while i do some calculation in background.
I know the typical way of doing it is to include the calculation in ...
0
votes
1answer
1k views
VB.net Cross-Thread
I have a cmd command that needs to be executed, when the command starts it starts to fill a progressbar. When the cmd command is done the progressbar needs to fill up to 100.
This is the code i use, ...
0
votes
2answers
268 views
Issue with backgroundworker
could anybody knows any alternatives to progressbar? Inmy project im using progressbar..I would like to change it to something like a rotating gif image which indicates the processing or someother ...
0
votes
1answer
1k views
Upload file - Progress Bar?
I'm trying out uploading of files from local computer to a server and I'm using these few lines of code:
My.Computer.Network.UploadFile("C:\Temp\test.mp3", "192.168.1.2\test", "", "", True, 500)
...
2
votes
2answers
1k views
Informing the user that a DataGridView is being populated
I am writing a program in VB.Net to manage text messages sent through an API. It allows you to view messages in a datagridview and filter by date, sent/unsent etc...
To load the messages I'm ...





