>> I was not aware that this would affect also the Visual Styles. I >> searched through the Win32 API documentation and found no relation >> between >> the two.**** >> > > In fact I observe the same thing when switching between LfW's lua.exe and > wlua.exe to run a given "iup-only" script: wlua.exe gives me W7 style > (tabs > with white background, rounded buttons), whereas lua.exe gives me WXP > visual style (gray background, square buttons). I don't know if this is > expected or not, but there might be a relation.
I do not know much about IUP or Lua. From experience there are two possible factors that could affect the visual style of a Windows program: The major/minor version of windows the application is linked for (set into exe header I would assume), and the availability (or not) of an application manifest, either in the file system next to the executable in question or linked into the the application via the resource file. (Observed on Windows XP). Windows 7 might have other properties, but I do not think so. Roald ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
