Hi All !

Question: How to make a * Flat * Button appearance in .NET Compact
Framework ?
The problem is that ButtonBase.FlatStyle property is NOT available in
Compact framework.
Are there any solutions other than implementing your own custom button
control ?

TIA

Re: Flat Button in Compact Framework by Lloyd

Lloyd
Thu Oct 09 22:19:03 CDT 2003

beside the button are already flat, aren't they ?

"Chris Tacke, eMVP" <ctacke@NOinnovativedssSPAM.com> wrote in message
news:OXSXUlsjDHA.2652@TK2MSFTNGP09.phx.gbl...
> You'll have to implement your own Button.
>
> -Chris
>
> "." <seeker12@subdimension.com> wrote in message
> news:24693db3.0310091504.6c8407ce@posting.google.com...
> > Hi All !
> >
> > Question: How to make a * Flat * Button appearance in .NET Compact
> > Framework ?
> > The problem is that ButtonBase.FlatStyle property is NOT available in
> > Compact framework.
> > Are there any solutions other than implementing your own custom button
> > control ?
> >
> > TIA
>
>



Re: Flat Button in Compact Framework by Paul

Paul
Fri Oct 10 02:48:27 CDT 2003

That's pretty much what I thought...

Lloyd Dupont wrote:

> beside the button are already flat, aren't they ?
>
> "Chris Tacke, eMVP" <ctacke@NOinnovativedssSPAM.com> wrote in message
> news:OXSXUlsjDHA.2652@TK2MSFTNGP09.phx.gbl...
>
>>You'll have to implement your own Button.
>>
>>-Chris
>>
>>"." <seeker12@subdimension.com> wrote in message
>>news:24693db3.0310091504.6c8407ce@posting.google.com...
>>
>>>Hi All !
>>>
>>>Question: How to make a * Flat * Button appearance in .NET Compact
>>>Framework ?
>>>The problem is that ButtonBase.FlatStyle property is NOT available in
>>>Compact framework.
>>>Are there any solutions other than implementing your own custom button
>>>control ?
>>>
>>>TIA
>>
>>
>
>


Re: Flat Button in Compact Framework by Chris

Chris
Fri Oct 10 06:51:34 CDT 2003

Only in Pocket PC, not in CE.

-Chris


"Lloyd Dupont" <net.galador@ld> wrote in message
news:eqeAv0tjDHA.2416@TK2MSFTNGP10.phx.gbl...
> beside the button are already flat, aren't they ?
>
> "Chris Tacke, eMVP" <ctacke@NOinnovativedssSPAM.com> wrote in message
> news:OXSXUlsjDHA.2652@TK2MSFTNGP09.phx.gbl...
> > You'll have to implement your own Button.
> >
> > -Chris
> >
> > "." <seeker12@subdimension.com> wrote in message
> > news:24693db3.0310091504.6c8407ce@posting.google.com...
> > > Hi All !
> > >
> > > Question: How to make a * Flat * Button appearance in .NET Compact
> > > Framework ?
> > > The problem is that ButtonBase.FlatStyle property is NOT available in
> > > Compact framework.
> > > Are there any solutions other than implementing your own custom button
> > > control ?
> > >
> > > TIA
> >
> >
>
>