David send[^] us link to source file with all icons... If there is any other hidden icon why it has never been used :rolleyes: ?
Tomáš Petříček :baaaa!: EeekSoft Tools www.eeeksoft.net
:suss: It must be that some of the web servers are configured to parse inc files as asp files (as every secure web server should), while others let them through as text files.
David Wulff The Royal Woofle Museum
Always smile, because you never know who has fallen in love with it
Colin, I would be very pleased to answer any question that you have. You may send it directly to me, andrewb@dundas.com Thanks Andrew Bryan Program Manager, Dundas Chart for .NET
That is a pretty cool way of doing it as well Mike. I really need to remember absolute positioning more.
Paul Watson
Bluegrass
Cape Town, South Africa
Crikey! ain't life grand?
X| :mad: I didn't placed satellite dll to 1033 folder (but i think, that first time I was doing this it works without placing dll to this folder). i'm only pointer to myself
Classic! :laugh: Anna :rose: www.annasplace.me.uk
"Be yourself - not what others think you should be"
- Marcia Graesch
Trouble with resource IDs? Try the Resource ID Organiser Add-In for Visual C++
Merry Christmas! I'm really proud to be a part of CodeProject community, I enjoy it every time I visit the site. This is one of few places that give developers both professional help and a lot of fun at the same time. Personal thanks to Chris for starting it all, and to everyone who donates articles, advices and good humour. Вагиф Абилов MCP (Visual C++) Oslo, Norway Hex is for sissies. Real men use binary. And the most hardcore types use only zeros - uppercase zeros and lowercase zeros. Tomasz Sowinski
Thats why I rather suggested a site-wide templated Page derived class. :) Not just for CSS but menus headers, ads, footers, frames, etc :) "I dont have a life, I have a program." Also, I won't support any software without the LeppieRules variable.
use @ to get to attributes: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text" encoding="iso-8859-1" indent="no" /> <xsl:template match="data"> <xsl:apply-templates select="item"/> </xsl:template> <xsl:template match="item"> - <xsl:value-of select="@name"/> </xsl:template> </xsl:stylesheet>
"When the only tool you have is a hammer, a sore thumb you will have."
Google for "SimpleControl". Then google for "Chris Sells", because he's written a few articles on this subject (MSDN and MSDN magazine) Also look at http://www.sellsbrothers.com/wahoo[^], Make sure you know something about .Net code access security, permissions and codegroups, because you're gonna see security permission exceptions... VictorV
Have you tried looking at System.Text.Encoding.Default? That will return an Encoding for your default windows codepage. Dunno if it will work that :~ Good luck :) Before you criticize a man, walk a mile in his shoes. That way, when you do criticize him, you'll be a mile away and have his shoes.