Does anybody know...is it possible to access/use GDI+ in VB6, or is it just a C++ thing? :confused:
Thanks in advance.
Printable View
Does anybody know...is it possible to access/use GDI+ in VB6, or is it just a C++ thing? :confused:
Thanks in advance.
i think that the gdi is availible to all object oriented languages...
Actually, I think GDI+ was specificaly intended for all .NET languages.
Its the only way to do graphics in VB.NET (from what Ive seen, and I've been looking)..
Yes, GDI+ can only be accessed via the .NET framework or the C++ wrapper classes.
You could write a VB6 library in C++ that exposes the GDI+ functionality to VB6...