Icon on title bar

M

Martin Robins

I would like to place an Icon on the title bar so that it shows irrespective
of the active form.

Suggestions?
 
K

Katie Schaeffer [MSFT]

Hi Martin,

This isn't supported with V1 of netcf (although it's a feature request
we're looking into). You can PInvoke though and use ppc's notificaiton
system to do this. Here's some info:

Sample Code:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k2/ht
ml/ppc_fications.asp

AYGShell APIs:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceui40/htm
l/_cerefaygshellfunctions.asp

The native Notification APIs are: SHNotificationAdd, SHNotificationRemove,
SHNotificationGetData, and SHNotificationUpdate.

Hope this helps,
-Katie

--------------------
| From: "Martin Robins" <martin - robins @ ntlworld dot com>
| Subject: Icon on title bar
| Date: Tue, 14 Oct 2003 22:18:57 +0100
| Lines: 6
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: cpc3-shep1-5-0-cust37.nott.cable.ntl.com 213.105.123.37
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:36001
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I would like to place an Icon on the title bar so that it shows
irrespective
| of the active form.
|
| Suggestions?
|
|
|

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top