VB Compiler questions

S

Solomon Grundy

Ok. I'm fed up with Borland Delphi and Borland C++ and the appalling free
components that are supplied with them - ie Indy. I've never managed to find
a version of Indy that actually worked.

So... My question to all you VB people is: what is on the compiler?

Supplied with Delphi 7 pro is an internet component package. Ok, it's a
ghastly creation that never works properly. Now, does the VB compiler have
anything similar and does it actually work?

I want to develop some internet software - telnet clients, mailing programs
etc. I don't want to have to rely upon third-party junk components to do
this.

Is VB suitable? Also, does VB come in a madd-hatter's array of differnet
forms at different prices? Borland produces Delphi 7 standard at a knockdown
price but which is essentially a castrated version of Delphi 7. They produce
a more upmarket version that's not quite so castrated and a pro version that
costs too much for a lone developer to afford.
 
M

Mohamoss

Hi Solomon
The .net framework come with an extensive package of class ( grouped in
namespace ) that support various areas of programming . you would mostly be
using the system.web namespace
As for sending mail you can be using the System.web.mail namespace
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemwebmail.asp
for telnet , please check this link
http://www.jscape.com/articles/telnet_using_vb.html
hope this helps
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
 

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

Top