Drawing utility/active-x for vb.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to draw lines, circles and boxes in vb.net like it was in vb-clasi

Thanks in advance
tg
 
Hello,

In VB.NET, we can use .NET framework class library to do what you need.
Using GDI+ Managed Classes is the way to go.

For more information on it, please refer to MSDN link:
http://msdn.microsoft.com/library/en-us/cpguide/html/_gdiplus_using_gdi_mana
ged_classes_usecsharp.asp?frame=true

It contains many code samples on this topic.

If there is any questions after reviewing it, please feel free to post here.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Dear Yan-Hong,

Thanks for the reply. Unfortunately, I was unable to load the site that
you pointed to. Would you please forward the proper address for this
site.

Thanks for your help

Terje
 
Hello Terje,

I checked the link in my IE and it works fine. Please remember to combine
two lines into IE web address bar to reach the web site.

Also, you can check out the content in MSDN. Please search "Using GDI+
Managed Classes" in MSDN and check "search in titles only". You will find
the topic.

Thanks very much and please feel free to post here if there is any unclear.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Terje,

I just reviewed the thread and wanted to know the status of the problem?
Did you successfully find the content in MSDN? If not, please feel free to
post here and I am glad to work with you on it.

Thanks very much.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top