Hi all,
In my form load, I load a datagrid with a fair amount of data. So when I
click on the button that creates the form I show the wait cursor but it
looks like the program has hung the button stays in and it looks like it
isn't doing anything until it has loaded all the datagrid etc...
Is there a way in which when the toolbar button is pressed I refresh the
button, show the form first then I can put "loading data" in the status bar
(or even a progress bar in the status bar also) then finally load the
datagrid? I think in C++ this was called ProcessMessages but I cannot see
this in c#.
Thanks for the help
Regards
Gav