From: Hans-J. Ude on 24 May 2010 12:26 Seetharam schrieb: >Did you consider owner drawn buttons? Yeah, but I'm not much of an artist. That would look worse than before ;) Hans
From: David Webber on 24 May 2010 19:00 "Hans-J. Ude" <news(a)s237965939.online.de> wrote in message news:41alv5t7jb8fuigft7j2pb0lgbkpg95mgu(a)4ax.com... >>Did you consider owner drawn buttons? > > Yeah, but I'm not much of an artist. That would look worse than before > ;) You don't have to be an artist: just create an icon using the existing picture as the basis :-) Dave -- David Webber Mozart Music Software http://www.mozart.co.uk For discussion and support see http://www.mozart.co.uk/mozartists/mailinglist.htm
From: Joseph M. Newcomer on 28 May 2010 20:26 One colossal failure in the whole Windows system is the lack of any APIs to draw buttons, or other objects. I used to do this using DrawEdge, but Microsoft has decided to be "cute" and use buttons which have gradient fill and funny shapes, but have not supplied us any APIs to draw the core button object. This is a real pain, and shows that people at Microsoft have become more concerned with "looking cute" than with providing necessary functionality. A sad decline. joe On Mon, 24 May 2010 18:26:35 +0200, Hans-J. Ude <news(a)s237965939.online.de> wrote: >Seetharam schrieb: > >>Did you consider owner drawn buttons? > >Yeah, but I'm not much of an artist. That would look worse than before >;) > >Hans Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
From: Anthony Wieser on 29 May 2010 09:24 "Joseph M. Newcomer" <newcomer(a)flounder.com> wrote in message news:nln0065ce140arujin82enn7d6d7dndtks(a)4ax.com... > One colossal failure in the whole Windows system is the lack of any APIs > to draw buttons, > or other objects. I used to do this using DrawEdge, but Microsoft has > decided to be > "cute" and use buttons which have gradient fill and funny shapes, but have > not supplied us > any APIs to draw the core button object. This is a real pain, and shows > that people at > Microsoft have become more concerned with "looking cute" than with > providing necessary > functionality. A sad decline. > joe It's just a question of knowing where to look Joe. In this case, it's in UXTheme, and the functions like DrawThemeBackground -- Anthony Wieser Wieser Software Ltd
From: Tom Serface on 29 May 2010 10:44 FWIW, this is really easy with WPF so at least they are trying to improve it. Problem is, there isn't a great native story for using WPF. Tom "Joseph M. Newcomer" <newcomer(a)flounder.com> wrote in message news:nln0065ce140arujin82enn7d6d7dndtks(a)4ax.com... > One colossal failure in the whole Windows system is the lack of any APIs > to draw buttons, > or other objects. I used to do this using DrawEdge, but Microsoft has > decided to be > "cute" and use buttons which have gradient fill and funny shapes, but have > not supplied us > any APIs to draw the core button object. This is a real pain, and shows > that people at > Microsoft have become more concerned with "looking cute" than with > providing necessary > functionality. A sad decline. > joe > > On Mon, 24 May 2010 18:26:35 +0200, Hans-J. Ude > <news(a)s237965939.online.de> wrote: > >>Seetharam schrieb: >> >>>Did you consider owner drawn buttons? >> >>Yeah, but I'm not much of an artist. That would look worse than before >>;) >> >>Hans > Joseph M. Newcomer [MVP] > email: newcomer(a)flounder.com > Web: http://www.flounder.com > MVP Tips: http://www.flounder.com/mvp_tips.htm
|
Next
|
Last
Pages: 1 2 Prev: The old "Component Gallery" Next: CAsyncSocket: sender-ip / sender-mac-addr? |