GDI+ -- C# -- VB.NET

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

Guest

Hello Guys

I just wanted to know for writing GDI+ based applications why are most of
the examples are provided in C#?

Is it that the features available in C# related to GDI+ are not supported by
VB.NET.

Regards
Rohan
 
Rohan said:
I just wanted to know for writing GDI+ based applications why are most of
the examples are provided in C#?

I don't know.
Is it that the features available in C# related to GDI+ are not supported
by
VB.NET.

No. There is only a single case where C# has advantages over VB.NET, which
are namely 'unsafe' blocks used for image manipulation, but I haven't yet
needed this feature although I have used GDI+ extensively.

If you are more familiar with VB.NET, use VB.NET (and publish some samples
;-)!).
 
Rohan said:
Actually I am trying to convert Bob Powell's Example for Manipulating
graphical objects to VB.NET
.
http://www.bobpowell.net/manipulate_graphics.htm

I am really having a hard time converting the code cause I am not at all
familiar with C#.. does anyone have an equivalent code in VB.NET ??

This article contains a list of available C# to VB.NET translators:

Converting code between .NET programming languages
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=languageconverters&lang=en>

The converter of Tangible Software Solutions Inc. produces very accurate
results. You may want to order a demo version:

<URL:http://www.tangiblesoftwaresolutions.com/Demo_Download/Instant_VB/Request_Demo_Instant_VB.htm>
 
Try experts exchange, it has large database of question and answer
relating to programming. If you're stuck, you either goes to here or
experts exchange but experts exchange charge around £5.50 per month
subscription which is the same price as mazagine, it cheap. i use it
quite a lot.
 

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