The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: toshiomoto on July 03, 2008, 07:39:09 AM

Title: Creating a non-functional Rich Text Box control on a window
Post by: toshiomoto on July 03, 2008, 07:39:09 AM
hello guys.. i would just like to ask on how to create a non-functional rich text box.... as far as i have searched the samples on the MASM32 package... i didn;t understand very well all the codes.. i hope that you could help me.. thanks..  :):):)
Title: Re: Creating a non-functional Rich Text Box control on a window
Post by: raymond on July 03, 2008, 07:28:09 PM
Please explain what you actually mean by "non-functional". Is it a window which is read-only or something else?
Title: Re: Creating a non-functional Rich Text Box control on a window
Post by: toshiomoto on July 05, 2008, 08:33:08 AM
hmm.. just a generic one... something like a rich text box which is dragged in a form (using a form editor) and when you run it.. it actually has no functions at all...
Title: Re: Creating a non-functional Rich Text Box control on a window
Post by: MichaelW on July 05, 2008, 09:28:27 PM
Do you perhaps mean a static control?

http://msdn.microsoft.com/en-us/library/ms997560.aspx

http://msdn.microsoft.com/en-us/library/bb760767.aspx