|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VB.NET desktop equivalent to asp.net stylesheetsThis might be a very basic question. Is there an equivalent to
stylesheets in vb.net desktop applications? Specifically is there a way to change control properties(color, height, width) for all controls(buttons, textboxes) in a desktop app? Is there a centralized place to control this? Any help is appreciated! Thanks <z71mdri***@gmail.com> wrote in message
news:5c596f52-a04c-44eb-9859-fee979be3101@d21g2000prf.googlegroups.com... You can use stylesheets just like any HTML page.> This might be a very basic question. Is there an equivalent to > stylesheets in vb.net desktop applications? Specifically is there a > way to change control properties(color, height, width) for all > controls(buttons, textboxes) in a desktop app? Is there a centralized > place to control this? Any help is appreciated! Thanks LS
Show quote
Hide quote
On Nov 27, 6:02 pm, "Lloyd Sheen" <a...@b.c> wrote: Desktop .NET applications can use css stylesheets?> <z71mdri***@gmail.com> wrote in message > > news:5c596f52-a04c-44eb-9859-fee979be3101@d21g2000prf.googlegroups.com... > > > This might be a very basic question. Is there an equivalent to > > stylesheets in vb.net desktop applications? Specifically is there a > > way to change control properties(color, height, width) for all > > controls(buttons, textboxes) in a desktop app? Is there a centralized > > place to control this? Any help is appreciated! Thanks > > You can use stylesheets just like any HTML page. > > LS
Show quote
Hide quote
"z71mdridin" <z71mdri***@gmail.com> wrote in message Sorry thought this was aps group. My bad.news:280c183a-87bf-4297-911b-04abc488514d@r60g2000hsc.googlegroups.com... > On Nov 27, 6:02 pm, "Lloyd Sheen" <a...@b.c> wrote: >> <z71mdri***@gmail.com> wrote in message >> >> news:5c596f52-a04c-44eb-9859-fee979be3101@d21g2000prf.googlegroups.com... >> >> > This might be a very basic question. Is there an equivalent to >> > stylesheets in vb.net desktop applications? Specifically is there a >> > way to change control properties(color, height, width) for all >> > controls(buttons, textboxes) in a desktop app? Is there a centralized >> > place to control this? Any help is appreciated! Thanks >> >> You can use stylesheets just like any HTML page. >> >> LS > > Desktop .NET applications can use css stylesheets? LS "Lloyd Sheen" <a@b.c> wrote in news:e7LNcIVMIHA.1296@TK2MSFTNGP02.phx.gbl: Infragistics has a Winforms skinning tool called AppStyler.> > <z71mdri***@gmail.com> wrote in message > news:5c596f52-a04c-44eb-9859-fee979be3101@d21g2000prf.googlegroups.com... >> This might be a very basic question. Is there an equivalent to >> stylesheets in vb.net desktop applications? Specifically is there a >> way to change control properties(color, height, width) for all >> controls(buttons, textboxes) in a desktop app? Is there a centralized >> place to control this? Any help is appreciated! Thanks > > You can use stylesheets just like any HTML page. On Nov 27, 10:30 pm, Spam Catcher <spamhoney...@rogers.com> wrote:
Show quoteHide quote > "Lloyd Sheen" <a...@b.c> wrote innews:e7LNcIVMIHA.1***@TK2MSFTNGP02.phx.gbl: So basically there is no way to control the looks of all buttons in> > > > > <z71mdri***@gmail.com> wrote in message > >news:5c596f52-a04c-44eb-9859-fee979be3101@d21g2000prf.googlegroups.com... > >> This might be a very basic question. Is there an equivalent to > >> stylesheets in vb.net desktop applications? Specifically is there a > >> way to change control properties(color, height, width) for all > >> controls(buttons, textboxes) in a desktop app? Is there a centralized > >> place to control this? Any help is appreciated! Thanks > > > You can use stylesheets just like any HTML page. > > Infragistics has a Winforms skinning tool called AppStyler. vb.net 1.1 app in a centralized location without the use of third party software? z71mdridin <z71mdri***@gmail.com> wrote in
news:55913614-99ad-425b-b71f-14c828006fd4@y43g2000hsy.googlegroups.com: If you don't change the buttons from the default, Windows Themes will > So basically there is no way to control the looks of all buttons in > vb.net 1.1 app in a centralized location without the use of third > party software? handle it. But since you want to do more, you'll need a third party skinning tool. <z71mdri***@gmail.com> wrote in message
news:5c596f52-a04c-44eb-9859-fee979be3101@d21g2000prf.googlegroups.com... You make a function, you walk the form looking for the Controls, and you > This might be a very basic question. Is there an equivalent to > stylesheets in vb.net desktop applications? Specifically is there a > way to change control properties(color, height, width) for all > controls(buttons, textboxes) in a desktop app? Is there a centralized > place to control this? Any help is appreciated! Thanks change the properties of the Controls. On Nov 27, 4:14 pm, z71mdri***@gmail.com wrote:
> This might be a very basic question. Is there an equivalent to WPF allows this using styles.> stylesheets in vb.net desktop applications? Specifically is there a > way to change control properties(color, height, width) for all > controls(buttons, textboxes) in a desktop app? Is there a centralized > place to control this? Any help is appreciated! Thanks -- Tom Shelton On 28 Nov., 01:29, Tom Shelton <tom_shel***@comcast.net> wrote:
> > This might be a very basic question. Is there an equivalent to Some additional information on styles and WPF:> > stylesheets in vb.net desktop applications? Specifically is there a > > way to change control properties(color, height, width) for all > > controls(buttons, textboxes) in a desktop app? Is there a centralized > > place to control this? Any help is appreciated! Thanks > > WPF allows this using styles. Styling and Templating <URL:http://msdn2.microsoft.com/en-us/library/ms745683.aspx> A Guided Tour of WPF - Part 5 (Styles) <URL:http://www.codeproject.com/WPF/GuidedTourWPF_5.asp>
sort two arrays as one?
Copying files with progress bar How to stop disabled text boxes being greyed out VB2008 changes? Simple Pulbic Variable Exclude code of my application Vb.Net/SQL slowdown Kill explorer process and disable it restart automatically Problem Using VB.net Class Library DLL in VBScript [VB2008] How to replace lines in a textfile? |
|||||||||||||||||||||||