Hello.
My next question is how do i use a .msstyle file for the form theme/style?
Preferably not using SkinSoft Visual Styler.net because this doesnt support some things like fixed single border. It also isnt free.
Thanks.
Printable View
Hello.
My next question is how do i use a .msstyle file for the form theme/style?
Preferably not using SkinSoft Visual Styler.net because this doesnt support some things like fixed single border. It also isnt free.
Thanks.
Delete
Bump. no replys
What's a form theme? None of my standard forms have a theme property or a msstyle property. Sounds like you are using a third party something but failing to mention it.
So you are saying that .msstyle is only available in Windows 7? You may have to manually parse the file yourself. If you post an example I will try to help you.
No .msstyle as available on all windows as far as i know and they are used to style the windows.
EDIT:
Wikipedia:: http://en.wikipedia.org/wiki/Msstyle
example of windows xp custom msstyle:
http://i193.photobucket.com/albums/z...yle_engage.png
Then what are they? Part of the operating system? 3rd party application?
Well if you wish to use them you will have to manually parse them. If you post an example I will try to help.
I dont know what i would post as an example but the msstyle i want to use is in this zip.
Well you picked a very difficult job for yourself.
Here's the file format.
This may help; too much for me to read right now.
You may be able to extract what you want from here.
This could take several days to get a single bitmap. I hope you have a lot of time on your hands :)
I believe you need to use this API setwindowlong. I don't know the parameters for it.
Anyone?
Do a search on the API setwindowlong. Then try using it, see what you get.