| View previous topic :: View next topic |
| Author |
Message |
Andy_Fletcher Contributor

Joined: 10 Jun 2003 Posts: 90 Location: Somerset, United Kingdom
|
Posted: Mon May 17, 2004 9:29 pm Post subject: RAS Dll problems in VDS 5 |
|
|
Can anyone tell me if they have experienced problems with the VDSXRAS.dll extension in VDS 5 and whether they have solved them.
My script seems to do nothing once I get to the RAS command.
Is there a better way to establish a Dialup Networking call through VDS 5
Here is my script:
:Dialup
parse %U;%P,@ras(params,@dlgtext(Connection),UP))
%%Dial = @ITEM(Connection)
Dialog Set,Status3,Dialing...
ras dial,%%Dial,%U,%P
if @ok()
dialog set,status3,Connected
Goto Login
else
dialog set,status3,Failed
end
goto hevloop
Cheers
Andy F

Last edited by Andy_Fletcher on Tue May 18, 2004 3:22 pm; edited 1 time in total |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Tue May 18, 2004 7:42 am Post subject: |
|
|
Please do not make your post a sticky when it's just a normal post
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue May 18, 2004 12:12 pm Post subject: |
|
|
I think he wanted his post to be visible - we should allow stickies for a day or so, but not let "normal" posts stay stickies for more than that.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Andy_Fletcher Contributor

Joined: 10 Jun 2003 Posts: 90 Location: Somerset, United Kingdom
|
Posted: Tue May 18, 2004 3:24 pm Post subject: |
|
|
| FreezingFire wrote: | I think he wanted his post to be visible - we should allow stickies for a day or so, but not let "normal" posts stay stickies for more than that.  |
I checked the posting and edited a bit of the text and also noted that I did not post as a stickie.
By the way, what does stickie me in this context  |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Tue May 18, 2004 3:28 pm Post subject: |
|
|
A sticky is a post that will remain on top of the topic list, even though no new messages are posted in it
Regards,
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
|
| Back to top |
|
 |
Andy_Fletcher Contributor

Joined: 10 Jun 2003 Posts: 90 Location: Somerset, United Kingdom
|
Posted: Tue May 18, 2004 7:36 pm Post subject: |
|
|
Many Thanks Codescript, I'll take a look now and let you know how I got on. Haven't worked with DSU's before so new unchartered territory for me, Hear goes
Regards
Andy F |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue May 18, 2004 9:20 pm Post subject: |
|
|
Good luck.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Andy_Fletcher Contributor

Joined: 10 Jun 2003 Posts: 90 Location: Somerset, United Kingdom
|
Posted: Wed May 19, 2004 8:00 am Post subject: re: Dialer DSU |
|
|
Hi CodeScript, I tried the DSU last light and it works fine. infact really great.
Only thing is that when it detects no connection to the internet and then connects using default dialup connection, it is visable on screen rather. The VDSXRAS.dll did this in the background. Is there any way to make the Dialup run hidden, I mean something a little tidier than Window Hide  |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Wed May 19, 2004 2:04 pm Post subject: |
|
|
It is possible to do that but requires different APIs and is much more complex to do in plain VDS. I did this one since it sufficed my requirement - and also I thought it better to have the user acknowldege that a internet connection is being established. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Andy_Fletcher Contributor

Joined: 10 Jun 2003 Posts: 90 Location: Somerset, United Kingdom
|
Posted: Wed May 19, 2004 2:27 pm Post subject: Dialer is good |
|
|
| CodeScript wrote: | | It is possible to do that but requires different APIs and is much more complex to do in plain VDS. I did this one since it sufficed my requirement - and also I thought it better to have the user acknowldege that a internet connection is being established. |
Hi There, I understand and having thought about it you are probably quite right. Many thanks for your help. It was most appreciated. Take care now.
Regards
AndyF |
|
| Back to top |
|
 |
|