Attached is a module that I had on my PC (it's about 2-3 years old)... I can't even remember which VB site I got it from or who was the author. But I have used it countless times to create some nice AA text effects...
Just make sure that whatever device you're drawing on, had a handle to a Device Context (hDC)... you may also want to set AutoRedraw property to true to prevent overlay erasing...
You should be able to figure out the rest on your own...
Hope this helps...
If my post has been helpful, then please rate it accordingly...
If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.
Attached is a module that I had on my PC (it's about 2-3 years old)... I can't even remember which VB site I got it from or who was the author. But I have used it countless times to create some nice AA text effects...
Just make sure that whatever device you're drawing on, had a handle to a Device Context (hDC)... you may also want to set AutoRedraw property to true to prevent overlay erasing...
You should be able to figure out the rest on your own...
Hope this helps...
tried this but i guess im not too sure how it works. Like i said just a newbie here