User profile: RankoKurotsuki

User info
User name:RankoKurotsuki
Name:Timothy Gonzales
History
Joined:
Number of posts:9
Latest posts:

Auto-resizing a text box object with the main window
I tried that and the compiler said that the code for the WM_CREATE handler is skipped by the rest of...

Auto-resizing a text box object with the main window
the WM_CREATE message won't work because that message won't occur in my program. can you come up wit...

Auto-resizing a text box object with the main window
no. I'm using VC++ Express 2008. and I'm using the standard startup code for a Win32 program. any id...

Auto-resizing a text box object with the main window
It didn't work. Here is the rest of the code: [code] // N0T3p4DCl0N3.cpp : Defines the entry poi...

Auto-resizing a text box object with the main window
I am currently working on writing a Notepad clone from scratch. I have a good base set up, but I am ...