Does anyone know how to make a progress bar and a tool bar w/o using MSCOMCTL.OCX???
Cause thats a 1MB file, and all I need is a toolbar and a progress bar, and this file is adding lots of bulk to my program's install file.
Printable View
Does anyone know how to make a progress bar and a tool bar w/o using MSCOMCTL.OCX???
Cause thats a 1MB file, and all I need is a toolbar and a progress bar, and this file is adding lots of bulk to my program's install file.
For the progress bar just take a look at the sample applications and its the sample setup app maybe called kitfiles?
its so simple just two labels one black (b/ground) one white (the progress)
DocZaf
{;->
Yeah, I just found that out about 10 minutes after I posted this, but the toolbar part is still a problem. As I don't want my program to include lots of bitmap images, I would like all the graphics to be stored in an imageview box. But, I can't seem to find any replacements for toolbars and imageviews. Any help?
How are your component design skills?
DocZaf
[Edited by Zaf Khan on 08-01-2000 at 10:30 PM]
Well,
lets just say that if they were any good, I wouldn't be asking this question. :)