How to set screen color depth and disable hardware acceleration in .net?

W

William Li

Hi,

Does anyboy know how to implement following 2 features in .net?

1.Change screen color depth
2.Disable hardware acceleration

So far, I know how to change screen resolution in .net, but havent found
solutions for above 2 requirements.

Looking forward to ur reply.

Thank,

William
 
W

William Li

Thanks for your reply.
However, as I mentioned in my previous post, I've already found the solution
to change screen resolution.

My problem is how to implement the following two features in .Net:

1.Change screen color depth
2.Disable hardware acceleration

Anybody can help?

Thanks,

William Li
 
H

Herfried K. Wagner [MVP]

William Li said:
However, as I mentioned in my previous post, I've already found the
solution to change screen resolution.

My problem is how to implement the following two features in .Net:

1.Change screen color depth

Well, did you miss the 'BitsPerPixel' parameter in my sample?

I feel sorry, but I don't have any idea on how to turn off hardware
acceleration.
 
G

Guest

HI William,

I am also looking for diabling the hardware acceleration in c#. have you
come across of any solution?

thanx

William Li said:
Thanks for your reply.
However, as I mentioned in my previous post, I've already found the solution
to change screen resolution.

My problem is how to implement the following two features in .Net:

1.Change screen color depth
2.Disable hardware acceleration

Anybody can help?

Thanks,

William Li
 

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

Top