Anyone knows why the following code doesn't work: typedef CArray< CPoint, CPoint* > CPointArray; Thanks.
Truong D Toan
Posts
-
Array -
Unicode ProgrammingSorry for my ambiguous question.I want to send a message WM_CHAR with a code > 0xFF but when I use the following code : wParam = 0x01ff It send a character with code = 0xff.
-
Unicode ProgrammingI am programming with unicode.And I don't know how to send a character with the code > 0xFF.Anyone know it. Thank you very much...:)
-
How to set up Windows XP theme for the controlsAnyone knows how to set up Windows XP theme for the controls. Thanx very much...;)
-
How to detect whether or not the current window is console window.Anyone knows how to detect whether or not the current window is console window. Thanx in advance...
-
How to use non-system fonts for dialog,button,etc...Thank you very much.
-
How to use non-system fonts for dialog,button,etc...Hi, I am working a project for my class.And I don't know how to use non-system fonts for dialog,button,label,etc...(because I want to display an Asia language for my app.) Anyone helps me...Thanks for reading my question.
-
How to get characters just deleted by BackSpace key(or Delete key)Thanks for your helping,Manikandan
-
How to get characters just deleted by BackSpace key(or Delete key)Sorry for my confuse question.My project is a Dll component processing input and output.For example,when my program is running and you are working with MS Word,you press the Backspace and the character just deleted is 'a',my program hook that event and show a message "Hello".(or any other actions)
-
How to get characters just deleted by BackSpace key(or Delete key)Thanks Manikandan.But my problem is that I want to write a program processing input and output.For example,if the user press the Backspace key and the key deleted is 'a' the program will replace that character by character 'b'.
-
How to get characters just deleted by BackSpace key(or Delete key)Hi everyone, My name is Toan.I am studying about hook programming.And when I do my project,I wonder there is any way to get the characters just deleted by using Backspace key(or Delete key). Thanks for reading my question. (My English is not very good.Sorry for using any wrong words)