![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2006
Posts: 4
Rep Power: 0
![]() |
VB online
Do you know any way I can use Visual Basic on-line? real-time? Something like Java applet or anything similar...
Thanks
__________________
<Optical Illusions> <3D Stereograms> <I.Q. Tests> <Famous Quotes> <World Facts> <Funny Videos & Pictures> <Riddles> <Formula1, Pitbabes> <Football> Pr0gR4/\/\ /\/\i|\|g, i5 7|-|3 4R7 0F 0Rg4niZinG CoMpl3xi7y... http://adonettos.freehostia.com |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
What do you mean, "real-time"? The phrase has a distinct meaning in the programming world, and online doesn't qualify.
Random observations engendered by your post, in general: Leet speak is the art of disorganizing complexity. While it once had valid uses (anti-censorship), it is now almost invariably the sign of a prepubescent mind, regardless of calendar age. Just sayin'. Incidentally, your stated goal of making your site fast to load is marginally achieved, at best. I get about 30 seconds, uncached.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Feb 2006
Posts: 4
Rep Power: 0
![]() |
Thanks a lot for your comments.
Regarding to my webpage load time, it only takes about 5 seconds on my PC, with nothing cached.. Of course, the load time you refer to, must be on a 56kbps connection.. and I don't think there are many people out there still connecting with that speed.. anyway.. About the first post, what I mean is.. Can I take a program I created with Visual Basic, i.e. the basic Form, and use it on a webpage, where someone can enter i.e. his information and submit the date he/she enters on a database on the server? If this is not possible, which is the SIMPLEST language in which I could do this? I would also like to be able to create an encrypted registration form, that would be used to save usernames, passwords e.t.c. so that someone can log in and access protected data.. How can I do this? Thank you in advance
__________________
<Optical Illusions> <3D Stereograms> <I.Q. Tests> <Famous Quotes> <World Facts> <Funny Videos & Pictures> <Riddles> <Formula1, Pitbabes> <Football> Pr0gR4/\/\ /\/\i|\|g, i5 7|-|3 4R7 0F 0Rg4niZinG CoMpl3xi7y... http://adonettos.freehostia.com |
|
|
|
|
|
#4 |
|
Professional Programmer
|
ASP.NET is what you are looking for
__________________
JG-Webdesign |
|
|
|
|
|
#5 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I'm actually on high-speed cable, Time Warner in central New York, probably among the fastest "normal" commercial cable services.
As far as submitting forms from a web client (browser), that's what (X)HTML is for. I don't know if you're familiar with the client-server nature of the paradigm. If you want to send encrypted information you need secure interchange. Registration processes are a dime a dozen (see any of lebenty-jillion forums, for instance). One uses server-side code to accomplish this and to accomplish interactions with the database. PHP and other languages are commonly used. ASP.NET is among them, but not the most widely portable. The whole thing is a 3-tier process: client, server, and database.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#6 |
|
Newbie
Join Date: Feb 2006
Posts: 4
Rep Power: 0
![]() |
Thanks a lot for your help! I'll get back to you if I ineed further assistance...
__________________
<Optical Illusions> <3D Stereograms> <I.Q. Tests> <Famous Quotes> <World Facts> <Funny Videos & Pictures> <Riddles> <Formula1, Pitbabes> <Football> Pr0gR4/\/\ /\/\i|\|g, i5 7|-|3 4R7 0F 0Rg4niZinG CoMpl3xi7y... http://adonettos.freehostia.com |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compiling Maverik 6.2 (from C) | megamind5005 | C | 16 | May 3rd, 2006 5:41 PM |
| How to get an email to fill out an online form? | r2d246 | C++ | 2 | Jan 16th, 2006 12:42 PM |
| Eternity Online | Lucid | Project Ideas | 4 | May 12th, 2005 9:54 AM |