Click here to Skip to main content
15,906,624 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Error in Array Handling Pin
Chinners27-May-08 1:00
Chinners27-May-08 1:00 
AnswerRe: Error in Array Handling Pin
nagendrathecoder27-May-08 1:25
nagendrathecoder27-May-08 1:25 
QuestionProcess Time Pin
~V~26-May-08 20:36
~V~26-May-08 20:36 
AnswerRe: Process Time Pin
Ashfield26-May-08 21:14
Ashfield26-May-08 21:14 
GeneralRe: Process Time Pin
~V~26-May-08 21:35
~V~26-May-08 21:35 
GeneralRe: Process Time Pin
Mycroft Holmes26-May-08 22:24
professionalMycroft Holmes26-May-08 22:24 
GeneralRe: Process Time Pin
~V~26-May-08 22:54
~V~26-May-08 22:54 
GeneralRe: Process Time Pin
Mycroft Holmes26-May-08 23:16
professionalMycroft Holmes26-May-08 23:16 
~V~ wrote:
how much time it will consume

Why - you can use the table.rows to set the max of the progressbar and increment by 1 each record that is processed.

As for time estimates there are way too many factors you will need to know to do the estimate. However a little thinking may lead you to something like this:
Guest the first number based on row count and estimated time of processing (you have already tested this during development)
check the duration of the first loop
multiply duration by rowcount
refine the estimate with each record processed till completed.

Waste of effort in my opinion but hey it's your time.

Never underestimate the power of human stupidity
RAH

GeneralRe: Process Time Pin
~V~26-May-08 23:30
~V~26-May-08 23:30 
GeneralRe: Process Time Pin
Ashfield26-May-08 23:37
Ashfield26-May-08 23:37 
GeneralRe: Process Time Pin
~V~26-May-08 23:51
~V~26-May-08 23:51 
QuestionTable Locking : Reposting with more details... [modified] Pin
nishkarsh_k26-May-08 20:22
nishkarsh_k26-May-08 20:22 
AnswerRe: Table Locking : Reposting with more details... Pin
darkelv26-May-08 20:56
darkelv26-May-08 20:56 
GeneralRe: Table Locking : Reposting with more details... Pin
Ashfield26-May-08 21:16
Ashfield26-May-08 21:16 
AnswerRe: Table Locking : Reposting with more details... Pin
Mycroft Holmes26-May-08 22:29
professionalMycroft Holmes26-May-08 22:29 
Questionsoap exception in creation of a site Pin
FriendlySoluations26-May-08 20:02
FriendlySoluations26-May-08 20:02 
QuestionCreating One Thread Per Cpu Pin
im_hoser26-May-08 13:34
im_hoser26-May-08 13:34 
AnswerRe: Creating One Thread Per Cpu Pin
Dave Kreskowiak26-May-08 18:00
mveDave Kreskowiak26-May-08 18:00 
GeneralRe: Creating One Thread Per Cpu Pin
im_hoser26-May-08 23:40
im_hoser26-May-08 23:40 
GeneralRe: Creating One Thread Per Cpu Pin
Dave Kreskowiak27-May-08 1:32
mveDave Kreskowiak27-May-08 1:32 
GeneralRe: Creating One Thread Per Cpu Pin
im_hoser27-May-08 2:08
im_hoser27-May-08 2:08 
Questionadmin.asmx --SharePoint Services Pin
FriendlySoluations26-May-08 5:10
FriendlySoluations26-May-08 5:10 
AnswerRe: admin.asmx --SharePoint Services Pin
Dave Kreskowiak26-May-08 8:44
mveDave Kreskowiak26-May-08 8:44 
QuestionHow to use URLOpenStream in VB Pin
soam.soam26-May-08 4:35
soam.soam26-May-08 4:35 
AnswerRe: How to use URLOpenStream in VB Pin
jzonthemtn26-May-08 7:50
jzonthemtn26-May-08 7:50 

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.