Looks very good.

Can I put your example program in SVN too ?

        Danny

On Wed, 2007-01-31 at 22:47 +0000, Nuno Lucas wrote:
> The attached patch fills in the structures and constants needed for
> making Today Screen plug ins. Most constants and structures were
> obtained on the following links:
> 
> http://msdn2.microsoft.com/en-us/library/aa454291.aspx
> http://blogs.msdn.com/mikehall/archive/2004/02/22/78141.aspx
> 
> Attached is a sample, "Hello World" like, Today screen plug in,
> including the code I used to discover some of the constants. It
> includes a README file to let users know how to install the plug in.
> 
> The MAX_ITEMNAME constant was obtained by dumping the data pointer
> passed by InitializeCustomItem() and looking at the offset of the
> szDLLPath member (see the DUMP_DATA define in the code).
> The dump.txt file contains the edited result of this dump.
> 
> The TODAYM_DRAWWATERMARK constant was guessed because it was the one
> missing between the two other similar messages.
> 
> The WM_TODAYCUSTOM_CLEARCACHE and WM_TODAYCUSTOM_QUERYREFRESHCACHE
> messages were found by dumping the unknown window messages received
> greater that WM_USER (look at the DUMP_MSG define).
> The wm.txt is the result of this dump.
> 
> Attached is also a screenshot of the final plug in version in action.
> 
> 
> Regards,
> ~Nuno Lucas
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________ Cegcc-devel mailing list 
> Cegcc-devel@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/cegcc-devel
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to