Click here to Skip to main content
15,908,013 members
Home / Discussions / C#
   

C#

 
AnswerRe: Please help me.. Pin
Guffa5-Sep-08 1:48
Guffa5-Sep-08 1:48 
GeneralRe: Please help me.. Pin
vinay_K5-Sep-08 1:53
vinay_K5-Sep-08 1:53 
GeneralRe: Please help me.. Pin
Mbah Dhaim5-Sep-08 3:48
Mbah Dhaim5-Sep-08 3:48 
QuestionCan't open section of a Word Document Pin
pcjd635-Sep-08 1:20
pcjd635-Sep-08 1:20 
AnswerRe: Can't open section of a Word Document Pin
Ashfield5-Sep-08 1:37
Ashfield5-Sep-08 1:37 
GeneralRe: Can't open section of a Word Document Pin
pcjd635-Sep-08 1:58
pcjd635-Sep-08 1:58 
QuestionHow genrate a help file using HTML HELP WorkShop Pin
Amit Battan Ror5-Sep-08 1:15
Amit Battan Ror5-Sep-08 1:15 
AnswerRe: How genrate a help file using HTML HELP WorkShop Pin
Ashfield5-Sep-08 1:17
Ashfield5-Sep-08 1:17 
AnswerRe: How genrate a help file using HTML HELP WorkShop Pin
laziale5-Sep-08 1:39
laziale5-Sep-08 1:39 
AnswerRe: How genrate a help file using HTML HELP WorkShop Pin
scottgp5-Sep-08 3:20
professionalscottgp5-Sep-08 3:20 
Question[Message Deleted] Pin
Lior Zat5-Sep-08 0:37
Lior Zat5-Sep-08 0:37 
AnswerRe: Problem with a WCF web service - implementing SSL and Windows Authentication Pin
Lior Zat5-Sep-08 0:39
Lior Zat5-Sep-08 0:39 
GeneralRe: Problem with a WCF web service - implementing SSL and Windows Authentication Pin
#realJSOP5-Sep-08 0:54
professional#realJSOP5-Sep-08 0:54 
GeneralRe: Problem with a WCF web service - implementing SSL and Windows Authentication Pin
Dan Neely5-Sep-08 2:19
Dan Neely5-Sep-08 2:19 
QuestionMulticolor Datagridview Cell???? Pin
Pankaj - Joshi5-Sep-08 0:19
Pankaj - Joshi5-Sep-08 0:19 
AnswerRe: Multicolor Datagridview Cell???? Pin
rah_sin5-Sep-08 0:35
professionalrah_sin5-Sep-08 0:35 
GeneralRe: Multicolor Datagridview Cell???? Pin
Pankaj - Joshi5-Sep-08 0:48
Pankaj - Joshi5-Sep-08 0:48 
QuestionCasting from Object to Dataset. Pin
M. J. Jaya Chitra5-Sep-08 0:16
M. J. Jaya Chitra5-Sep-08 0:16 
Questionprogress bar during ftp transfer Pin
laziale4-Sep-08 23:47
laziale4-Sep-08 23:47 
AnswerRe: progress bar during ftp transfer Pin
blackjack21505-Sep-08 0:01
blackjack21505-Sep-08 0:01 
GeneralRe: progress bar during ftp transfer Pin
laziale5-Sep-08 0:05
laziale5-Sep-08 0:05 
AnswerRe: progress bar during ftp transfer Pin
#realJSOP5-Sep-08 0:13
professional#realJSOP5-Sep-08 0:13 
Well, you're going to need two progress bars - one to show the percentage of files you've transferred, and one to show the progress of the currently transferring file.

I would use a BackgroundWorker thread to manage the first progress bar, and that fires off an asynchronous ftp transfer (which would update the 2nd progress bar).

It's completely pointless (not to mention, redundant) to have a progress bar that shows the percentage of files remaining, and it's pretty much impossible to determine how long the whole transfer is going to take unless you time the transfer of each file and calculate an average while everything is transferring.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralRe: progress bar during ftp transfer Pin
[ftw]melvin5-Sep-08 6:31
[ftw]melvin5-Sep-08 6:31 
GeneralRe: progress bar during ftp transfer Pin
#realJSOP5-Sep-08 8:50
professional#realJSOP5-Sep-08 8:50 
QuestionHow to run windows application on image button click from web page Pin
AtulRane4-Sep-08 23:10
AtulRane4-Sep-08 23:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.