Posts: 159
Threads: 25
Joined: Mar 2012
Reputation:
0
Hello, BP community.
I watched BP's tutorial on how to send emails using VB10 code and I got an idea. Is it possible to post on this forum using VB10 code? Cool, right? Hah!
Regards,
Vinwarez.
Also known as Rocketalypse.
System.out.println("I prefer Java.");
Posts: 1,006
Threads: 111
Joined: Jul 2010
Reputation:
1
Hm, that is definitely an interesting idea. I would believe that it would be possible since technically speaking everything is possible in the world of programming. After doing some research, I learned that it is definitely difficult to do.
For reference, here is how you would handle usernames and passwords in C#.NET
<!-- m --><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?f=71&t=1771165">http://www.phpbb.com/community/viewtopi ... &t=1771165</a><!-- m -->
Posts: 159
Threads: 25
Joined: Mar 2012
Reputation:
0
That code looks something like this, to me:
Also known as Rocketalypse.
System.out.println("I prefer Java.");
Posts: 1,006
Threads: 111
Joined: Jul 2010
Reputation:
1
Well that's probably because it is written in C#... Which is anything but Vb.NET... But yeah, I don't really understand it either.