6
Answers

Connection to database duration and Progress display in WinForm C#

Samio

Samio

13y
3k
1
Hi,

Is there a way to count database connection duration and to display something graphical to show that it is in progress.

ProgressBar is not the good solution here because we cannot know the final duration when we query the server.
Answers (6)
0
Johnny GC

Johnny GC

NA 42 0 16y
I do not know exactly what you mean but you might want the second form to be a variable in first one and just change parent property for the custom controls, see if this helps,

Johnny.