The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
Rarely Used Projects
»
RosAsm
(Moderator:
guga
) »
Modeless RichEditControl
« previous
next »
Print
Pages: [
1
]
Author
Topic: Modeless RichEditControl (Read 3734 times)
guga
Moderator
Member
Posts: 1451
Assembly is a state of art.
Modeless RichEditControl
«
on:
August 21, 2012, 11:23:18 PM »
Small Example of a modeless RichEdit Control using Tom Interfaces (ITextHost and CFormattedTextDraw classes).
This is just a test, it needs clean up the code....Since it was a pain to make it work, the code is kinda messy. I´ll clean up the code soon.
It was Converted for RosAsm from the C source below:
http://www.codeguru.com/cpp/controls/richedit/windowless/article.php/c5367/ITextSevices--Using-the-Windowless-RichEdit-for-Drawing-RTF.htm
The usage of these interfaces seems interesting, because you may be able to insert a RTF text as a mask on videos, images, or make special effects with RTF text (Like making it roll up and down, zooming etc etc)
Guga
Logged
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.
My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
Rarely Used Projects
»
RosAsm
(Moderator:
guga
) »
Modeless RichEditControl