Add a handler to WM_GETMINMAXINFO and set the ptMinTrackSize and ptMaxTrackSize members of the MINMAXINFO structure to your desired size. I think that's what I've used in the past, anyway.
You could output the value of the hr using OutputDebugString() and then use DebugView from sys internals to see the value on the vista machine.
Jonathan Wilkes Darka[Xanya.net]
In the folder where your "debug configuration" goes there should be a .pdb(program debug database) file. Place this file into the same directory you are placing the "debug configuration" dll. Then under Debug -> Attach To Process, select what ever is using the dll file. Set your break points and let her rip.
[Insert Witty Sig Here]
You can do it simple... first filter out the comma. If you are using the CString, use str.Remove(',') so that the comma will be filtered. Then you can convert it to integer using atol, atoi, etc., or _ttol, _ttoi, etc.
- NS -
I agree, on the other hand, the Linker error message content supports my hypothesis... :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
:-O Thanks Mike! I messed up. It is a resource of MSXML3.DLL and you can view IE's default XSLT via this URN: res://msxml.dll/DEFAULTSS.xsl.
"We make a living by what we get, we make a life by what we give." --Winston Churchill