There's a quickstart showing how to do this here:
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/picturebutton.a
spx
-Katie
This posting is provided "AS IS" with no warranties, and confers no rights.
***.Net Compact Framework Info***
Faq:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.a
spx
QuickStarts:
http://samples.gotdotnet.com/quickstart/CompactFramework/
Samples:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/h
tml/CompactfxTechArt.asp
--------------------
| Thread-Topic: How To: the little triangle for drop-down-button?
| thread-index: AcPfW8EDx1zYNKOMQ82c/pRMiRgKIQ==
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
| From: =?Utf-8?B?QWxleCBZYWtobmluIFtNVlBd?=
<
[email protected]>
| References: <
[email protected]>
| Subject: RE: How To: the little triangle for drop-down-button?
| Date: Tue, 20 Jan 2004 05:46:06 -0800
| Lines: 25
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.compactframework:43495
| NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I think you'd be better off by creating your own button, by deriving from
Control and using either an image or draw a triangle yourself using
Graphics.DrawPoligon.
--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com|www.opennetcf.org
----- Boris Nienke wrote: -----
Hi,
because i cannot edit in a Combo-Box i have designed by own
pseudo-combo by
using:
- an Edit
- a button
- a ListBox
Ok, this works. But how can i put this little triangle on the button? I
cannot change the Font-name at designtime (because i just can select
from
the desktop-fonts, not from the PocketPC-Fonts) so i have no idea if
there's something like Wingdings or so where such symbol is in?
thank you
Boris
|