
-----------------------------------
discovery2005
Tue May 17, 2005 5:04 pm

Graphics and Windows
-----------------------------------
Hey folks,

Microsoft's Visual Basic allows the creation of very windows-friendly programs that easily incorporate graphics into their design.  Is anything similar possible with C++, especially the Borland or Microsoft versions?  If so, how?  Like do I have to use OpenGL, AppExpert, DirectX, or something else?

Thanks so much!

-----------------------------------
Andy
Tue May 17, 2005 5:58 pm


-----------------------------------
with visual studio, you can use the MFC (microsoft foundation class) to create vb looking dialog applications

-----------------------------------
wtd
Tue May 17, 2005 6:01 pm


-----------------------------------
If you're insistent on using something Windows-specific, I would suggest using the .Net libraries.
