how to create a nice GUI?

  • Thread starter Thread starter Reiter Peter
  • Start date Start date
R

Reiter Peter

hi

can someone tell me, how i can create a really nice looking app?
with nice effects

do i need for this MDX (managed directx), or is it also possible with gdi+?

for instance, windows media player 9 has a nice GUI


thanx
 
Reiter Peter said:
hi

can someone tell me, how i can create a really nice looking app?
with nice effects

do i need for this MDX (managed directx), or is it also possible with gdi+?

for instance, windows media player 9 has a nice GUI


thanx

This would be called "skinning", if I understand you right.

I don't know about skinning GUIs with .NET, but perhaps you could
include this keyword in your Google search query.

I did a quick Google myself and found this:

http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/Q_20850483.html
 
Back
Top