I write a function play, here is a declaration
long __stdcall play(int code,long lparam,long wparam);
{
......
}
And now a want to use this function in SetWindowsHookEx ( I write something like that)
int *hook;
hook=SetWindowsHookEx(2, play ,Application->Handle,0)
And this isn't good idea...
i want to align the text in RichEdit
i write something like that RichEdit1->Alignment=faRightJustify but it doesn't change the appearance of the text. What should i do????????
I would like to know how to change font of the part of text
in RichEdit(if it's possible if not what kind of component
should I use).For example I have in RichEdit this text :"I'm Bart. I have 17 years." and i want to change the font of "17" and makes it bigger. What should...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.