WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Control Manager
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to Access Properties for a DUN Connectoid

Keywords: 	  properties DUN Connectoid

See the Ras Extender function RasEntryInfo


*Or* manipulate the interface....

AddExtender("wwctl34I.dll")
connectoid="OZ Seattle"
title="Dial-Up Networking"

Run("C:\WINDOWS\EXPLORER.EXE","::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{992CFFA0-F557-101A-88EC-00DD010CCC48}")
topwindow=DllHwnd(title)
child2=cWndByClass(topwindow,"SHELLDLL_DefView")
syslist=cWndByClass(child2,"SysListView32")
sysdata=cGetLVText(syslist)
x=ItemLocate(connectoid,sysdata,@tab)
cSetLVItem(syslist,x)
SendKey("+{F10}r")


Article ID:   W14522
Filename:   How to Access Properties for a DUN Connectoid.txt
File Created: 2001:03:02:14:36:36
Last Updated: 2001:03:02:14:36:36