Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've been searching all over but I didn't find a source that fit my needs.

I am just a newbie in Visual Basic.Net. I just want to ask if, do you happened to know a video tutorial on how to show an animated gif that says loading or searching or a PROGRESS BAR when the button is clicked and the data or records are fetching or not yet ready? I've been searching all over but I still didn't get what I wanted.



Thank you, so much.

What I have tried:

My purpose is so that the user is informed that the form is loading and still fetching records from the database, and prevent confusion to the user, of having thought that the form is crashed.
I am using vb .net 4.5 framework and oracle database/ stored procedure
Posted
Updated 29-May-18 0:30am

1 solution

There are several articles here on CodeProject for you to work through and find out which one suits you best

E.g.Progress Bars, Threads, Windows Forms, and You[^]

Custom ProgressBar Control[^]

ProgressBar with Percentage[^]

Many more can be found with this Search[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900