Click here to Skip to main content
15,886,049 members
Articles / Web Development / ASP.NET

eCoolWebPanelBar - Outlook style Web Panel Bar

Rate me:
Please Sign up or sign in to vote.
3.20/5 (10 votes)
30 Jul 20036 min read 439.6K   6.5K   82  
eCoolWebPanelBar provides us a web GUI, like Outlook.
<?xml version="1.0" encoding="utf-8" ?> 
<MenuData>
	<MenuHead Id="Product" imageFixedURL="./images/today.gif" Caption="OutLook" imageUpdatedURL="./images/up.gif">
		<MenuItem Id="item10" Caption="Today" Url="www.ecoolsoft.com/products.aspx" imageURL="./images/Today.gif" />
		<MenuItem Id="item11" Caption="Calendar" Url="www.ecoolsoft.com/product_2.aspx" imageURL="./images/Calendar.gif" />
		<MenuItem Id="item12" Caption="Inbox" Url="www.ecoolsoft.com/product_3.aspx" imageURL="./images/Inbox.gif" />
	</MenuHead>
	<MenuHead Id="Service" imageFixedURL="" Caption="Products" imageUpdatedURL="./images/up.gif">
		<MenuItem Id="item20" Caption="eCoolPanel" Url="www.ecoolsoft.com/Products.aspx" imageURL="./images/Tasks.gif" />
		<MenuItem Id="item21" Caption="eCoolNotes" Url="www.ecoolsoft.com/Product_2.aspx" imageURL="./images/Notes.gif" />
	</MenuHead>
	<MenuHead Id="Company" imageFixedURL="./images/contact.gif" Caption="Company" imageUpdatedURL="./images/up.gif">
		<MenuItem Id="item30" Caption="Contact" Url="www.ecoolsoft.com/info_2.aspx" imageURL="./images/Contacts.gif" />
	</MenuHead>
</MenuData>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
Japan Japan
Visual C++ developer & Master of Business Administration (MBA) holder.
My interests moves from MFC to C#, especially ASP.NET, Web Service and Mobile Development.

I have lived in Atlanta, GA of USA from 1995.
As my name shows, I'm a Japanese.
This is my name in Japanese.
大西 正明

I have moved to NJ to work for the project to rebuild GUI (MFC) of some big Japanese electrioc company product. Sometimes, I enjoyed to walk around NYC. Smile | :)

(April 09, 2006 updated)
I have come back to Japan from August, 2004. Currently, I live in Tokyo in Japan, and work as a contract software engineer in the Japanese major securities company. The languages of the project are VC++(MFC) and VB.

Comments and Discussions