The MASM Forum Archive 2004 to 2012

Specialised Projects => Custom Interface Components => Topic started by: Sevag.K on May 07, 2006, 06:26:35 AM

Title: RAEdit - EDIT_CLASS structure
Post by: Sevag.K on May 07, 2006, 06:26:35 AM

I was shown once how to get a pointer to the EDIT_CLASS structure, but lost that note.  Can some one give me a hand?

Title: Re: RAEdit - EDIT_CLASS structure
Post by: KetilO on May 07, 2006, 07:10:16 PM
Hi

GetWindowLong,hREd,0 will return a pointer to an EDIT structure.

KetilO
Title: Re: RAEdit - EDIT_CLASS structure
Post by: Sevag.K on May 13, 2006, 04:36:56 AM
Thanks.