Internetdial - wininet.dll [again] ? 
Author Message
 Internetdial - wininet.dll [again] ?

Thanks for the info but the effect I was after still eludes me. :(.

Microsoft states that INTERNET_DIAL_UNATTENDED ;"Connects to the Internet
through a modem, without displaying a user interface, if possible.
Otherwise, the function will wait for user input."

So what is if possible, I am asked for no information by the dialer but I
still get the user interface?

[In BAS Module]

Public Declare Function InternetDial Lib "wininet.dll"
    _(ByVal hwndParent As Long,
    _ByVal lpszConnectoid As String,
    _ByVal dwFlags As Long,
    _lpdwConnection As Long,
    _ByVal dwReserved As Long) As Long

Public Const INTERNET_DIAL_UNATTENDED = &H8000&

[In form_load]

Dim R, conecN As Long
R = InternetDial(Form1.hWnd, "ClearNet", INTERNET_DIAL_UNATTENDED, conecN,
0&)

Seems straght forward enuff? But I want to make it imposable for the user to
prevent conection.

Thanks Again
Mr.Plod



Mon, 20 May 2002 03:00:00 GMT  
 Internetdial - wininet.dll [again] ?


Fri, 19 Jun 1992 00:00:00 GMT  
 Internetdial - wininet.dll [again] ?
Mr.Plod
Do you find the answer for the below question.. If yes pls help me...

Is it possible to dial to internet connection without displaying Dialup
window to user..

Thanks in advance,

----------------------------------------------------------------------
If anybody want some help/info on RAS for 95 98 NT just send me a mail

application which uses RAS and POP mail server etc...

Amit.



Quote:
> Thanks for the info but the effect I was after still eludes me. :(.

> Microsoft states that INTERNET_DIAL_UNATTENDED ;"Connects to the
Internet
> through a modem, without displaying a user interface, if possible.
> Otherwise, the function will wait for user input."

> So what is if possible, I am asked for no information by the dialer
but I
> still get the user interface?

> [In BAS Module]

> Public Declare Function InternetDial Lib "wininet.dll"
>     _(ByVal hwndParent As Long,
>     _ByVal lpszConnectoid As String,
>     _ByVal dwFlags As Long,
>     _lpdwConnection As Long,
>     _ByVal dwReserved As Long) As Long

> Public Const INTERNET_DIAL_UNATTENDED = &H8000&

> [In form_load]

> Dim R, conecN As Long
> R = InternetDial(Form1.hWnd, "ClearNet", INTERNET_DIAL_UNATTENDED,
conecN,
> 0&)

> Seems straght forward enuff? But I want to make it imposable for the
user to
> prevent conection.

> Thanks Again
> Mr.Plod

Sent via Deja.com http://www.deja.com/
Before you buy.


Mon, 17 Jun 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Internetdial - wininet.dll [again] ?

2. InternetDial - wininet.dll ?

3. InternetDial - wininet.dll ?

4. WinInet API - InternetDial and Dial-Up Networking

5. Help with using InternetDial from WinInet API

6. Help with using InternetDial from WinInet API

7. Wininet internetdial WindowsME

8. Declare for the wininet API InternetDial Funcion

9. Help with using InternetDial from WinInet API !

10. Help with using InternetDial from WinInet API

11. Help with using InternetDial from WinInet API

12. PLEASE HELP with Wininet.DLL/Wininet.LIB

 

 
Powered by phpBB® Forum Software