Hi, Theres a part in my program that i cant know the length of time the process will take. This is not due to me but due to the API's im having to deal with. i know the group amount (ie. 3 groups) but i dont know how many are within that. So... ive set my progressBar1.Ma ximum = groups.Count;. However, if theres 100 items in that group it will look like the page is not doing anything. What im trying to achieve is a console like log on the screen where i can just put a string of what its currently doing. Id also like to show or hide this control. Now my first thoughts were a groupbox with a richTextBox inside but the groupbox doesnt have a show/hide(well i could not find it?). i have seen this in some installers where youve got a progress bar and then a show details arrow and ti drops down with a console log.
Does anyone know of a control i could do this with? Also, any hints or tips with regards to this sort of output/ logging is very welcome.
Thanks and rergards,
Piercy
Does anyone know of a control i could do this with? Also, any hints or tips with regards to this sort of output/ logging is very welcome.
Thanks and rergards,
Piercy
Comment