Ender7584
27th December 2005, 19:30
Hey,
Basically I have this bit of code in my .oninit function:
System::Call 'user32::GetWindowDC(i $HWNDPARENT) i .r0'
System::Call 'gdi32::GetDeviceCaps(i $0, i 12) i .r1'
to tell what the color mode running is. Is there a way to get my images that are displayed in the installer to change based on this information? I'm using Modern UI. I don't think there is, since it seems like the images are added on compile, but if there is a way, it would be great to know it :)
Thanks
Basically I have this bit of code in my .oninit function:
System::Call 'user32::GetWindowDC(i $HWNDPARENT) i .r0'
System::Call 'gdi32::GetDeviceCaps(i $0, i 12) i .r1'
to tell what the color mode running is. Is there a way to get my images that are displayed in the installer to change based on this information? I'm using Modern UI. I don't think there is, since it seems like the images are added on compile, but if there is a way, it would be great to know it :)
Thanks