Anyone know how to change forms background color? 
Author Message
 Anyone know how to change forms background color?

Hi all,

    I want to change the background color of the windows form like when you
add a theme to your computer.

    You can change everthing in the registry but I have not been able to
change the forms background color.

    I want to change all forms not just my forms.

    Any thoughts or ideas would be apperciated. I already tried the
AppWorkspace key and it did not change anything.

Mavrick



Fri, 05 Dec 2003 03:40:27 GMT  
 Anyone know how to change forms background color?
Do you mean something like:

     Form1.BackColor = vbGreen  ?



Quote:
>Hi all,

>    I want to change the background color of the windows form like when you
>add a theme to your computer.

>    You can change everthing in the registry but I have not been able to
>change the forms background color.

>    I want to change all forms not just my forms.

>    Any thoughts or ideas would be apperciated. I already tried the
>AppWorkspace key and it did not change anything.

>Mavrick



Fri, 05 Dec 2003 22:07:58 GMT  
 Anyone know how to change forms background color?
Actually no. I know how to change a forms background in VB. I want to alter
the registry to change all the systems forms background color.

Mavrick

Quote:
> Do you mean something like:

>      Form1.BackColor = vbGreen  ?



> >Hi all,

> >    I want to change the background color of the windows form like when
you
> >add a theme to your computer.

> >    You can change everthing in the registry but I have not been able to
> >change the forms background color.

> >    I want to change all forms not just my forms.

> >    Any thoughts or ideas would be apperciated. I already tried the
> >AppWorkspace key and it did not change anything.

> >Mavrick



Sat, 06 Dec 2003 03:15:58 GMT  
 Anyone know how to change forms background color?


Quote:
>Actually no. I know how to change a forms background in VB. I want to alter
>the registry to change all the systems forms background color.

That's not very nice!!  If your app did that to me I for one wouldn't
use it again.  Look at the Registry API Functions then go play in
Current User\Desktop etc.

regards
Warlord



Sat, 06 Dec 2003 03:31:51 GMT  
 Anyone know how to change forms background color?

Quote:
> Actually no. I know how to change a forms background in VB. I want to
alter
> the registry to change all the systems forms background color.

Who are you trying to annoy? And why? What have they done to you?

Mike



Sat, 06 Dec 2003 06:38:10 GMT  
 Anyone know how to change forms background color?
On Mon, 18 Jun 2001 23:38:10 +0100, "Michael Williams"

Quote:



>> Actually no. I know how to change a forms background in VB. I want to
>alter
>> the registry to change all the systems forms background color.

>Who are you trying to annoy? And why? What have they done to you?

I think he is with MS. They have the only game i know of that changes
all your desktop colors while it's running.. It's  MSGolf 3.

How am i supposed to work with beige window frames ? ;-)

Quote:
>Mike

Regards, Frank.


Sat, 06 Dec 2003 09:25:41 GMT  
 Anyone know how to change forms background color?
Well, that _would_ be {*filter*}. How about teal and fuschia?


Quote:
> On Mon, 18 Jun 2001 23:38:10 +0100, "Michael Williams"



> >> Actually no. I know how to change a forms background in VB. I want to
> >alter
> >> the registry to change all the systems forms background color.

> >Who are you trying to annoy? And why? What have they done to you?

> I think he is with MS. They have the only game i know of that changes
> all your desktop colors while it's running.. It's  MSGolf 3.

> How am i supposed to work with beige window frames ? ;-)

> >Mike

> Regards, Frank.



Sat, 06 Dec 2003 10:13:37 GMT  
 Anyone know how to change forms background color?
HAHAHAHAHA,
    You guy kill me. :-) This would be an OPTION that the user could CHOOSE
to do.

    I would never change a customers settings without consent except for
security.

    I just thought it was odd that MS would leave out key of the Registry
that changes the forms background but leave everything else in there like
changing Menu color, Button Text ect.

    I just figured I was missing something obvious in there and thought I
would ask if anyone had encountered the same problem.

Thanks again,

Mavrick

Quote:
> Well, that _would_ be {*filter*}. How about teal and fuschia?



> > On Mon, 18 Jun 2001 23:38:10 +0100, "Michael Williams"



> > >> Actually no. I know how to change a forms background in VB. I want to
> > >alter
> > >> the registry to change all the systems forms background color.

> > >Who are you trying to annoy? And why? What have they done to you?

> > I think he is with MS. They have the only game i know of that changes
> > all your desktop colors while it's running.. It's  MSGolf 3.

> > How am i supposed to work with beige window frames ? ;-)

> > >Mike

> > Regards, Frank.



Sat, 06 Dec 2003 11:15:05 GMT  
 Anyone know how to change forms background color?
I didn't read the previous messages on this thread, but the default
background colour of a Form is determined by the ButtonFace setting in the
Registry key Current User / Colors. If you change the ButtonFace setting in
the registry then you will change the default Form background colour the
next time the computer is started. I don't know how to "broadcast" such a
change, though, so that you can make changes to that registry setting and
have the change take immediate effect, although I am sure someone else on
the group will know the answer to that one.

Mike


Quote:
> HAHAHAHAHA,
>     You guy kill me. :-) This would be an OPTION that the user could
CHOOSE
> to do.

>     I would never change a customers settings without consent except for
> security.

>     I just thought it was odd that MS would leave out key of the Registry
> that changes the forms background but leave everything else in there like
> changing Menu color, Button Text ect.

>     I just figured I was missing something obvious in there and thought I
> would ask if anyone had encountered the same problem.

> Thanks again,

> Mavrick


> > Well, that _would_ be {*filter*}. How about teal and fuschia?



> > > On Mon, 18 Jun 2001 23:38:10 +0100, "Michael Williams"



> > > >> Actually no. I know how to change a forms background in VB. I want
to
> > > >alter
> > > >> the registry to change all the systems forms background color.

> > > >Who are you trying to annoy? And why? What have they done to you?

> > > I think he is with MS. They have the only game i know of that changes
> > > all your desktop colors while it's running.. It's  MSGolf 3.

> > > How am i supposed to work with beige window frames ? ;-)

> > > >Mike

> > > Regards, Frank.



Sun, 07 Dec 2003 05:10:54 GMT  
 Anyone know how to change forms background color?
You can broadcast any message to all top level windows using HWND_BROADCAST
with the SendMessage API.  If you use the SystemParametersInfo API to change
settings, the WM_WM_SETTINGCHANGE message is broadcast.  To change system
colours, use the the SetSysColors API which broadcasts a WM_SYSCOLORCHANGE
message.


Quote:
> I didn't read the previous messages on this thread, but the default
> background colour of a Form is determined by the ButtonFace setting in the
> Registry key Current User / Colors. If you change the ButtonFace setting
in
> the registry then you will change the default Form background colour the
> next time the computer is started. I don't know how to "broadcast" such a
> change, though, so that you can make changes to that registry setting and
> have the change take immediate effect, although I am sure someone else on
> the group will know the answer to that one.

> Mike



> > HAHAHAHAHA,
> >     You guy kill me. :-) This would be an OPTION that the user could
> CHOOSE
> > to do.

> >     I would never change a customers settings without consent except for
> > security.

> >     I just thought it was odd that MS would leave out key of the
Registry
> > that changes the forms background but leave everything else in there
like
> > changing Menu color, Button Text ect.

> >     I just figured I was missing something obvious in there and thought
I
> > would ask if anyone had encountered the same problem.

> > Thanks again,

> > Mavrick


> > > Well, that _would_ be {*filter*}. How about teal and fuschia?



> > > > On Mon, 18 Jun 2001 23:38:10 +0100, "Michael Williams"



> > > > >> Actually no. I know how to change a forms background in VB. I
want
> to
> > > > >alter
> > > > >> the registry to change all the systems forms background color.

> > > > >Who are you trying to annoy? And why? What have they done to you?

> > > > I think he is with MS. They have the only game i know of that
changes
> > > > all your desktop colors while it's running.. It's  MSGolf 3.

> > > > How am i supposed to work with beige window frames ? ;-)

> > > > >Mike

> > > > Regards, Frank.



Sun, 07 Dec 2003 10:24:00 GMT  
 
 [ 10 post ] 

 Relevant Pages 

1. Change the color of form's caption (background and font color)

2. BMP - change color based on form's background color

3. BMP - change color based on form's background color

4. Change background color of Form Field

5. change a form background color with the hex code

6. Does anyone know how to change the background color of a control using a windows api call?

7. Does anyone know how to change the background color of a control using a windows api call?

8. Does anyone know how to change the background color of a control using a windows api call?

9. Does anyone know how to change the background color of a control using a windows api call?

10. Background color changing ???

11. how to change background color of a field ?

12. Changing Cursor Size and or Color of Control Background

 

 
Powered by phpBB® Forum Software