Create rich enhanced UI

  • Thread starter Thread starter Melson
  • Start date Start date
M

Melson

Hi

Can anyone tell me how to create a rich enhanced UI rather the normal UI in
visual studio.

Thanks.



Regards
Melson
 
Melson said:
Hi

Can anyone tell me how to create a rich enhanced UI rather the normal UI
in visual studio.

Application.EnableVisualStyles(); ??

I think you need an Application.DoEvents after it.

Michael
 
Hello Melson,

Start from here http://www.codeproject.com/cs/miscctrl/#Beginners to understand
how to write you own custom controls.
If you need a lot of rich component select required from there www.componentsource.com

M> Can anyone tell me how to create a rich enhanced UI rather the normal
M> UI in visual studio.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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

Back
Top