Graphical Development Tool C#

  • Thread starter Thread starter Leann
  • Start date Start date
L

Leann

Hi All,

does anyone know an efficient graphical development tool
for programming in C# (like "Visual Classworks" for
programming in C++)?

Thanks,
Leann
 
The namespaces System.Drawing, System.Drawing.Imaging come with the CLR,
free! I have found the ready-made classes in them to be very efficient
tools. Of course if you want to do 3D graphics, there are managed DirectX
namespaces as well.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

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