A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

ou2007 custom form icon change on event



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 26th 07, 05:03 PM posted to microsoft.public.outlook.program_forms
fileman
external usenet poster
 
Posts: 10
Default ou2007 custom form icon change on event

How can I change icon after read an IPM.Note.xxxx custom forms?

thanks
Ads
  #2  
Old February 26th 07, 07:55 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default ou2007 custom form icon change on event

Use a form region instead of a legacy custom form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"fileman" wrote in message ...
How can I change icon after read an IPM.Note.xxxx custom forms?

thanks

  #3  
Old March 28th 07, 06:56 PM posted to microsoft.public.outlook.program_forms
fileman
external usenet poster
 
Posts: 10
Default ou2007 custom form icon change on event

I've used notes & notel icon, but when the state change from unread to read
state, the icon will not change.

When I try the custom form from designer, the icon change correctly.

Why?

I've tried also
HKLM\software\microsoft\office\outlook\FormRegions \IPM.Note.ABC\ABC REG_SZ
c:\ABC.xml

?xml version="1.0"?
FormRegion
xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd"
icons
defaultC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico/default
unreadC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico/unread
readC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\appts.ico/read // used this icon to test if
change
/icons
/FormRegion

But nothing :-(


"Sue Mosher [MVP-Outlook]" wrote:

Use a form region instead of a legacy custom form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"fileman" wrote in message ...
How can I change icon after read an IPM.Note.xxxx custom forms?

thanks


  #4  
Old March 28th 07, 07:34 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default ou2007 custom form icon change on event

I'm confused. Are you saying that you have changed from a custom form to using a form region?

When I try the custom form from designer, the icon change correctly.


I don't know what you mean by "when I try."

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"fileman" wrote in message ...
I've used notes & notel icon, but when the state change from unread to read
state, the icon will not change.

When I try the custom form from designer, the icon change correctly.

Why?

I've tried also
HKLM\software\microsoft\office\outlook\FormRegions \IPM.Note.ABC\ABC REG_SZ
c:\ABC.xml

?xml version="1.0"?
FormRegion
xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd"
icons
defaultC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico/default
unreadC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico/unread
readC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\appts.ico/read // used this icon to test if
change
/icons
/FormRegion

But nothing :-(


"Sue Mosher [MVP-Outlook]" wrote:

Use a form region instead of a legacy custom form.

"fileman" wrote in message ...
How can I change icon after read an IPM.Note.xxxx custom forms?

thanks


  #5  
Old March 29th 07, 09:46 AM posted to microsoft.public.outlook.program_forms
fileman
external usenet poster
 
Posts: 10
Default ou2007 custom form icon change on event

I've an idea restart from zero the post, I try to explain better.

Start customizing from IPM.Note form. When I test custom form in outlook
designer (in italian version is "esegui modulo" in english I think is
something like "execute form"), the icon is the standard, close when unread
and open after reading it.

I publish the custom form, select it from personal module, send mail the
icon is closed on unread and closed after read the message.

PS: this weekend I search my school english book, and re-read it ;-)

"Sue Mosher [MVP-Outlook]" wrote:

I'm confused. Are you saying that you have changed from a custom form to using a form region?

When I try the custom form from designer, the icon change correctly.


I don't know what you mean by "when I try."

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"fileman" wrote in message ...
I've used notes & notel icon, but when the state change from unread to read
state, the icon will not change.

When I try the custom form from designer, the icon change correctly.

Why?

I've tried also
HKLM\software\microsoft\office\outlook\FormRegions \IPM.Note.ABC\ABC REG_SZ
c:\ABC.xml

?xml version="1.0"?
FormRegion
xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd"
icons
defaultC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico/default
unreadC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico/unread
readC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\appts.ico/read // used this icon to test if
change
/icons
/FormRegion

But nothing :-(


"Sue Mosher [MVP-Outlook]" wrote:

Use a form region instead of a legacy custom form.

"fileman" wrote in message ...
How can I change icon after read an IPM.Note.xxxx custom forms?

thanks


  #6  
Old March 29th 07, 01:22 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default ou2007 custom form icon change on event

What you are describing is the normal behavior of a published custom form. You can't change that. Your test does not involve a published form; it uses a one-off form, which has a different behavior.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"fileman" wrote in message ...
I've an idea restart from zero the post, I try to explain better.

Start customizing from IPM.Note form. When I test custom form in outlook
designer (in italian version is "esegui modulo" in english I think is
something like "execute form"), the icon is the standard, close when unread
and open after reading it.

I publish the custom form, select it from personal module, send mail the
icon is closed on unread and closed after read the message.

PS: this weekend I search my school english book, and re-read it ;-)

"Sue Mosher [MVP-Outlook]" wrote:

I'm confused. Are you saying that you have changed from a custom form to using a form region?

When I try the custom form from designer, the icon change correctly.



"fileman" wrote in message ...
I've used notes & notel icon, but when the state change from unread to read
state, the icon will not change.

When I try the custom form from designer, the icon change correctly.

Why?

I've tried also
HKLM\software\microsoft\office\outlook\FormRegions \IPM.Note.ABC\ABC REG_SZ
c:\ABC.xml

?xml version="1.0"?
FormRegion
xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd"
icons
defaultC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico/default
unreadC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\notes.ico/unread
readC:\Program Files (x86)\Microsoft
Office\Office12\FORMS\1040\appts.ico/read // used this icon to test if
change
/icons
/FormRegion

But nothing :-(


"Sue Mosher [MVP-Outlook]" wrote:

Use a form region instead of a legacy custom form.

"fileman" wrote in message ...
How can I change icon after read an IPM.Note.xxxx custom forms?

thanks


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Outlook 2007 Ribbon icon for a form page [email protected] Add-ins for Outlook 1 December 19th 06 08:01 PM
Custom Event Form Anne Outlook - Using Forms 0 August 25th 06 10:59 PM
Adding/Using a custom form during the NewInspector event Tom at GSD Add-ins for Outlook 3 July 12th 06 11:21 PM
Change icon in custom form Stimpy Outlook - Using Forms 10 April 27th 06 09:26 PM
How to handling Custom Form Control Event in VB Com Add-In? Raphaël ZHOU \(Jadiam\) Outlook - Using Forms 1 January 11th 06 08:31 AM


All times are GMT +1. The time now is 11:49 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.