| Joined: Oct 2003 Posts: 17 Junior Member | Junior Member Joined: Oct 2003 Posts: 17 | iv'e made a remote desktop server and client but its not very portable, like i need to install some dll's and mswinsock.ocx where ever i use it, i want to make a webpage version of the client so i can use it anywhere ~! anyone know what kind of language i would be lookin at? like java or what? i dont want to use java but will if it's the only option. | | |
▼ Sponsored Links ▼
▲ Sponsored Links ▲
| | | Joined: Mar 2002 Posts: 1,273 DollarDNS Owner | DollarDNS Owner Joined: Mar 2002 Posts: 1,273 | for active client-side content you want to use java. For passive content (like form submission) you use perl/php/asp/something-else. | | | | Joined: Oct 2002 Posts: 955 UGN Super Poster | UGN Super Poster Joined: Oct 2002 Posts: 955 | Microsoft has a Terminal Services Advanced Client that is a html file and an activex control. Well, just checked, guess that is no longer available. But here is what looks to be the same thing. Remote Desktop Connection Web Connection. Now I do not know exactly what an activex control is, but maybe this will help. Note: It says it needs to be served for IIS, but if you are using it on your own computer, just putting it in a directory and loading the html file in a browser will work w/o a problem. http://www.microsoft.com/windowsxp/pro/downloads/rdwebconn.asp | | | | Joined: Mar 2002 Posts: 1,273 DollarDNS Owner | DollarDNS Owner Joined: Mar 2002 Posts: 1,273 | An ActiveX control is an object container who's objects are used through a visible control. I would think that would be a strictly windows. Plus, browsers other than IE may have trouble loading ActiveX content.
But I don't know what I'm talking about. I'm just guessing.
If ActiveX controls work the way you want them to, you can make those controls in VB. | | | | Joined: Oct 2002 Posts: 955 UGN Super Poster | UGN Super Poster Joined: Oct 2002 Posts: 955 | Ahh. Guess that wouldn't help much anyways w/ the link, b/c doesn't really solve eliminating file dependencies. /me shrugs. my bad. Assume by what you are saying, the vbscript would still need the necessary files. Whereas, with Java you could do it all w/o any files? | | | | Joined: Mar 2002 Posts: 1,273 DollarDNS Owner | DollarDNS Owner Joined: Mar 2002 Posts: 1,273 | yes, with java all the files are already installed. That is more likely than a user having VB runtime and controls installed. | | | | Joined: Oct 2003 Posts: 17 Junior Member | Junior Member Joined: Oct 2003 Posts: 17 | ok thx ill go with java then... | | |
Forums41 Topics33,840 Posts68,858 Members2,176 | Most Online3,253 Jan 13th, 2020 | | | |