Hi,
I want to know what are APIs and if they can be used in my programs.I want my application to show the preview of the different color schemes like the appperance tab of
display properties in windows.Should i use any dlls If so can you please tell me which one
and how.I also want to be able to reflect them back onto my system.
Thank you.
(I guess this will need a guru

Windows APIs
Samuel_zhang
here is a small article about win api, what it is and how to use it. The samples are in C# but its just a few lines.
http://www.c-sharpcorner.com/Code/2002/Nov/win32api.asp
Do you want to preview your app with using the colorschemes of windows
smitaB
what a dll contains and if it contains something what would be the functions' name or control properties etc.For your question-No, I want to preview windows- how it will look for different color schemes just like the one in the appearence tab of display props.
Thanks.
ABJcarlos
which says "Windows Theme Preview Api" and in one of the subkeys or parent keys it shows
themeui.dll . So i want to use this thing in my application.One more word, this key is in
HKLM/software/classes/clsid/{---------------}.I don't know if this will be in same place for your registry.Searching Msdn isn't even helping
Thankyou in advance.
Balascandent