G
Grahammer
Is it just me, or is VB.Net much more restrictive than VB6?
For example... I'm trying to build a control that will check a POP3 email
account for mail and allow the user to enter POP commands while connected.
Later I'll do the same for SMTP and for a Telnet session... I cannot find
any evidence of any event driven method to read data from the incoming
buffer. Instead, I need to set a timer and repeatedly check to see if there
is any data in the buffer. Am I wrong in this?
Another example. Try printing a RichTextbox control in VB6. It's quite
simple. Try doing the same in VB.Net... Next to impossible and requires
pages of code.
Another example. Try creating a user control with a transparent background.
It can't be done in VB.Net, while is was simply a matter of setting a
transparent color in VB6.
Why are these things so difficult to do?
For example... I'm trying to build a control that will check a POP3 email
account for mail and allow the user to enter POP commands while connected.
Later I'll do the same for SMTP and for a Telnet session... I cannot find
any evidence of any event driven method to read data from the incoming
buffer. Instead, I need to set a timer and repeatedly check to see if there
is any data in the buffer. Am I wrong in this?
Another example. Try printing a RichTextbox control in VB6. It's quite
simple. Try doing the same in VB.Net... Next to impossible and requires
pages of code.
Another example. Try creating a user control with a transparent background.
It can't be done in VB.Net, while is was simply a matter of setting a
transparent color in VB6.
Why are these things so difficult to do?