Discussion:
drawing functions
(too old to reply)
rob
2003-07-21 18:03:29 UTC
Permalink
Hi,
I am actively developing in VBA (Access), and need to
create a tool to develop "boxplot" of Access data. Does
VB .NET have drawing tools (e.g. the ability to draw
custom lines from point A to point B through code) or are
there libraries readily available that have this?
Jay B. Harlow [MVP - Outlook]
2003-07-21 18:12:21 UTC
Permalink
Rob,
I'm sure you realize that VB.NET <> VBA.

Yes within VB.NET there is a very comprehensive drawing ability.

Review this section of MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcondrawingeditingimages.asp

Both parts 'About GDI+ Managed Code' and 'Using GDI+ Managed Classes'.

Hope this helps
Jay
Post by rob
Hi,
I am actively developing in VBA (Access), and need to
create a tool to develop "boxplot" of Access data. Does
VB .NET have drawing tools (e.g. the ability to draw
custom lines from point A to point B through code) or are
there libraries readily available that have this?
Loading...