The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: fajaradat on April 12, 2009, 09:52:32 AM

Title: help, apply windows xp visual style with masm32
Post by: fajaradat on April 12, 2009, 09:52:32 AM
how apply windows xp visual style with masm32 ? :(
Title: Re: help, apply windows xp visual style with masm32
Post by: Mark Jones on April 12, 2009, 01:57:14 PM
Hello, welcome to the MASM32 forum. Please see this thread:

http://www.masm32.com/board/index.php?topic=2927.0

The manifest code can also be saved as a file and included as a resource entry (in the .rc file) using the syntax 5 24 "Path/to/manifest/file.extension" where 5 is an arbitrary ID assigned to this resource.