Connecting 16-bit program to internet 
Author Message
 Connecting 16-bit program to internet

I hope someone can help me with this.

I am writing a program in VB4 16-bit that will run on every version of
Windows from 3.1 to 95 to NT 4.0. The computers may have direct or
dial-up connections to the internet. I want to dial the service provider
if necessary, and get files from the company web server (IIS running on
NT 4.0 server). Are there any controls out there that would let me do
this?

I know that Win 95 has built in Dial-Up Networking which I can access,
but what about Win 3.1? VB 32-bit isn't an option, or we'd lose over
half our customers. I've been scouring the net for days now and haven't
found much info about internet connections under Win 3.1. Everyone but
the customers seem to be ditching 16-bit. If anyone has any information,
please, _please_ send it my way.

Eternally Grateful

        - Chris Kyarsgaard
--
+----------------------------------------------------------------+
| Geronimo Development Corporation    Phone: (800)457-6045       |
| 606 25th Ave. S., Suite 206          Fax: (320)259-9808        |
| St. Cloud, MN  56301            WWW: http://www.*-*-*.com/ |
+----------------------------------------------------------------+



Mon, 29 Nov 1999 03:00:00 GMT  
 Connecting 16-bit program to internet

On Thu, 12 Jun 1997 12:08:09 -0500, Chris Kyarsgaard

Quote:

>I hope someone can help me with this.

>I am writing a program in VB4 16-bit that will run on every version of
>Windows from 3.1 to 95 to NT 4.0. The computers may have direct or
>dial-up connections to the internet. I want to dial the service provider
>if necessary, and get files from the company web server (IIS running on
>NT 4.0 server). Are there any controls out there that would let me do
>this?

>I know that Win 95 has built in Dial-Up Networking which I can access,
>but what about Win 3.1? VB 32-bit isn't an option, or we'd lose over
>half our customers. I've been scouring the net for days now and haven't
>found much info about internet connections under Win 3.1. Everyone but
>the customers seem to be ditching 16-bit. If anyone has any information,
>please, _please_ send it my way.

>Eternally Grateful

>    - Chris Kyarsgaard
>--
>+----------------------------------------------------------------+
>| Geronimo Development Corporation    Phone: (800)457-6045       |
>| 606 25th Ave. S., Suite 206          Fax: (320)259-9808        |
>| St. Cloud, MN  56301            WWW: http://www.casefinder.com |
>+----------------------------------------------------------------+

I hate to tell you this, but you're not going to write a 16-bit app
that will run on any NT operating system.  It is strictly 32-bit.


Tue, 30 Nov 1999 03:00:00 GMT  
 Connecting 16-bit program to internet

Quote:

> I hate to tell you this, but you're not going to write a 16-bit app
> that will run on any NT operating system.  It is strictly 32-bit.

Actually, my machine runs Windows 3.1, 3.11, 95, NTWS 3.51 and NTWS 4.0,
and my 16-bit program runs just find. I also have a machine running NTS
4.0 and it works there too as would be expected. I also have several
customers running my program on NT very happily.

        - Chris Kyarsgaard
--
+----------------------------------------------------------------+
| Geronimo Development Corporation    Phone: (800)457-6045       |
| 606 25th Ave. S., Suite 206          Fax: (320)259-9808        |
| St. Cloud, MN  56301            WWW: http://www.casefinder.com |
+----------------------------------------------------------------+



Tue, 30 Nov 1999 03:00:00 GMT  
 Connecting 16-bit program to internet

Quote:

> I am writing a program in VB4 16-bit that will run on every version of
> Windows from 3.1 to 95 to NT 4.0. The computers may have direct or
> dial-up connections to the internet. I want to dial the service provider
> if necessary, and get files from the company web server (IIS running on
> NT 4.0 server). Are there any controls out there that would let me do
> this?

There are controls, though I don't know who makes them.  You can also
call WINSOCK.DLL directly.

Quote:
> I know that Win 95 has built in Dial-Up Networking which I can access,
> but what about Win 3.1? VB 32-bit isn't an option, or we'd lose over
> half our customers. I've been scouring the net for days now and haven't
> found much info about internet connections under Win 3.1. Everyone but
> the customers seem to be ditching 16-bit. If anyone has any information,
> please, _please_ send it my way.

Trumpet winsock is available for Win3.x.

-chris



Tue, 30 Nov 1999 03:00:00 GMT  
 Connecting 16-bit program to internet

You can use dial-up networking of a sort via rasapi16.dll in Win 3.1
--
-----
Don Pyers



Quote:
> On Thu, 12 Jun 1997 12:08:09 -0500, Chris Kyarsgaard

> >I hope someone can help me with this.

> >I am writing a program in VB4 16-bit that will run on every version of
> >Windows from 3.1 to 95 to NT 4.0. The computers may have direct or
> >dial-up connections to the internet. I want to dial the service provider
> >if necessary, and get files from the company web server (IIS running on
> >NT 4.0 server). Are there any controls out there that would let me do
> >this?

> >I know that Win 95 has built in Dial-Up Networking which I can access,
> >but what about Win 3.1? VB 32-bit isn't an option, or we'd lose over
> >half our customers. I've been scouring the net for days now and haven't
> >found much info about internet connections under Win 3.1. Everyone but
> >the customers seem to be ditching 16-bit. If anyone has any information,
> >please, _please_ send it my way.

> >Eternally Grateful

> >       - Chris Kyarsgaard
> >--
> >+----------------------------------------------------------------+
> >| Geronimo Development Corporation    Phone: (800)457-6045       |
> >| 606 25th Ave. S., Suite 206          Fax: (320)259-9808        |
> >| St. Cloud, MN  56301            WWW: http://www.casefinder.com |
> >+----------------------------------------------------------------+

> I hate to tell you this, but you're not going to write a 16-bit app
> that will run on any NT operating system.  It is strictly 32-bit.



Tue, 30 Nov 1999 03:00:00 GMT  
 Connecting 16-bit program to internet

catalyst.com has a 16 bit ras control I've used on all windows platforms.
--
-----
Don Pyers



Quote:

> > I am writing a program in VB4 16-bit that will run on every version of
> > Windows from 3.1 to 95 to NT 4.0. The computers may have direct or
> > dial-up connections to the internet. I want to dial the service
provider
> > if necessary, and get files from the company web server (IIS running on
> > NT 4.0 server). Are there any controls out there that would let me do
> > this?

> There are controls, though I don't know who makes them.  You can also
> call WINSOCK.DLL directly.

> > I know that Win 95 has built in Dial-Up Networking which I can access,
> > but what about Win 3.1? VB 32-bit isn't an option, or we'd lose over
> > half our customers. I've been scouring the net for days now and haven't
> > found much info about internet connections under Win 3.1. Everyone but
> > the customers seem to be ditching 16-bit. If anyone has any
information,
> > please, _please_ send it my way.

> Trumpet winsock is available for Win3.x.

> -chris



Tue, 30 Nov 1999 03:00:00 GMT  
 Connecting 16-bit program to internet

Various people have written and commented that

Quote:

> > I hate to tell you this, but you're not going to write a 16-bit app
> > that will run on any NT operating system.  It is strictly 32-bit.

> Actually, my machine runs Windows 3.1, 3.11, 95, NTWS 3.51 and NTWS 4.0,
> and my 16-bit program runs just find.

To service our UNIX web server interogation of our Access database we
use 16 bit VB applications running on an NT box. The only hassle we've
had was with the registry (initially, and when it{*filter*}knotted) - you
need to use setup.

Rob Cannon



Sat, 04 Dec 1999 03:00:00 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. Connecting 16-bit program to internet

2. 16-bit VB programs into 32-bit programs

3. Connect 16-bit VB app to 32-bit Access 97 DB

4. how to speed up 16 bit program in 32 bit GDI

5. Is there any way to detect if Win32/16 with a 16-bit program

6. 16-bit Program Termination under 32-bit Systems

7. 32 Bit Program to call 16 Bit DLL

8. Converting 32bit VB programs to 16 bit VB programs

9. Calling 16 bit DLL from VB4 16 bit in Win 95

10. VB 4.0 (16-Bit)/Crystal Reports 3.0.1.32 (16-Bit) Print Preview Maximize Window

11. vb400 16 bit installation in an novell 16 bit network

 

 
Powered by phpBB® Forum Software