Jan 1, 2005 #1 jimjake Technical User Joined Oct 30, 2004 Messages 25 Location US I have an EditBox I want to check the length of. The var is m_EditBox. Could someone give my a sample of code to check the length of m_EditBox. The book I am learning from has no mention of this. Thank you Jim
I have an EditBox I want to check the length of. The var is m_EditBox. Could someone give my a sample of code to check the length of m_EditBox. The book I am learning from has no mention of this. Thank you Jim
Jan 1, 2005 1 #2 timmay3141 Programmer Joined Dec 3, 2002 Messages 468 Location US GetWindowTextLength() Upvote 0 Downvote