How to display gradient text effects without an image in HTML?
Minald 0 Newbie Poster
Recommended Answers
Jump to PostWelcome to DANIWEB Minald!:)
Please post in the right forum.
However if you want to do this in a forms application you could do something like:using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; namespace GradientText { public partial class Form1 : Form { public Form1() { InitializeComponent(); this.Width …
All 2 Replies
majestic0110 187 Nearly a Posting Virtuoso
ddanbe 2,724 Professional Procrastinator Featured Poster
majestic0110 commented: Nice! +5
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.