40f Subj : Re: adding a progress bar to a dll made with Borland C++ ver. 5.02 To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Wed Apr 07 2004 08:44 pm 5.02 is from 7 years ago so consider the source. My memory could be faulty. I remember TGauge as being the item with which you could show a progress bar. I used to do them myself instead of using OWL. Look at what ExtTextOut can do for you. .. Ed > Frank Dazzo & Amar Prabhu wrote in message > news:40748312$1@newsgroups.borland.com... > > We need to build a dll plugin that must be coded using Borland > C++ ver. 5.02 and would like to know how to add a handy > progress bar positioned along the bottom of the application window > so it would show the progress of internal calculations performed by > the dll. The Help file for v. 5.02 indicates that it has a Progress Bar > Tool but doesn't indicate where this tool can be accessed or how > to implement it. Please advise. Many thanks, Frank and Amar. . 0