Home All Groups Group Topic Archive Search About

Control (prgressbar) not visible

Author
29 Jun 2005 12:01 PM
JR
Hi,

i use a progressbar in my program but it isn't visible the possition is
10;40 (almost exact under the menu). The property visible is true. it is
there in design-mode but not in Run-mode.

in runmode I can change its propertys max min value whitout an error.

i already tryd to dock it onto the top like i suspected no help here

who can help

Jan

Author
29 Jun 2005 12:22 PM
Herfried K. Wagner [MVP]
"JR" <XX***@XX.XX> schrieb:
> i use a progressbar in my program but it isn't visible the possition is
> 10;40 (almost exact under the menu). The property visible is true. it is
> there in design-mode but not in Run-mode.
>
> in runmode I can change its propertys max min value whitout an error.

Does this even occur in a blank project?  Try to set the progressbar's value
to a value > 0, maybe the progressbar is invisible due to the system's color
settings.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
30 Jun 2005 2:03 PM
JR
I did set the progress bar at about 50% the collors are standaard and it
doesn't happen in a new program. I also have tried  .bringtofront to be sure
it is on top of everything else

Jan


Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> schreef in bericht
news:%23sJ77UKfFHA.3936@TK2MSFTNGP14.phx.gbl...
> "JR" <XX***@XX.XX> schrieb:
>> i use a progressbar in my program but it isn't visible the possition is
>> 10;40 (almost exact under the menu). The property visible is true. it is
>> there in design-mode but not in Run-mode.
>>
>> in runmode I can change its propertys max min value whitout an error.
>
> Does this even occur in a blank project?  Try to set the progressbar's
> value to a value > 0, maybe the progressbar is invisible due to the
> system's color settings.
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>