shaped user inteface

  • Thread starter Thread starter Saber
  • Start date Start date
S

Saber

Is there any site for learning creating fun user interfaces?
Is there a database on the web for downloading ornamented(!) forms?
 
In this article, they noticed color depth should be 24-bit or less.
How can I get and set color depth of user's pc and then after closing
program restore that.
I think I need to do something like this algorithm:
1) get color depth by using registery. (in what address?)
2) if value is more than 24-bit go to next line else exit
3) tempColorDepth = RelatedRegisteryKeyValue
4) RelatedRegisteryKeyValue=24-bit
5) when program closed set RelatedRegisteryKey=tempColorDepth

Is this a good algorithm?
What if user closes the program abnormaly? (ctrl+alt+delete, restart
computer, ...)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

In search of a new Obelisk 6
Tables and design Many to Many ??? 1
Forms within forms 1
Photos and subforms 6
Component model? 2
Shape Arrays VBA 0
Is there any idea about this ? 1
How can I do this ? 5

Back
Top