User profile: alexbnc

User info
User name:alexbnc
Name:alexbnc
Location:Romania
Website:http://www.devimperium.info
Bio:I never thought that C++ was such a powerful programming language
History
Joined:
Number of posts:178
Latest posts:

Transparent STATIC text changing problem
Thanks man, it works now.

Transparent STATIC text changing problem
Hello I have this STATIC control displayed over a window that has an image as its background. When I...

Can't get RICHEDIT content into WCHAR*
If I do this: [code] FileContent = new WCHAR[FileLength * sizeof(WCHAR)]; GetTextMode.cb = FileLengt...

Can't get RICHEDIT content into WCHAR*
Hello again. I have changed some code from ASCII to UNICODE so I have to use WCHAR instead of CHAR. ...

Write wide-characters in a STATIC
Thanks!