Hello, I was wondering if anybody out there has used the Connection Manager APIs and could give me a hand... I use the following code to create a profile: CharPtr myConNameP; myConNameP = (char *)MemPtrNew(cncProfileNameSize); StrCopy(myConNameP, "MyProfile"); err = CncAddProfile(myConNameP, 'u328', 14400, 0, 0, "AT&FX4", 0, true, false); MemPtrFree(myConNameP); Issue 1: When I go into the Connection Panel --> select "MyProfile" --> Edit --> Details, I notice that the details screen has a pull down list for "country" even though it should not. Can anyone explain this? Issue 2: In the Network Panel, how do I programatically select "MyProfile" as the connection? i.e. in the header file NetMgr.h, I can use the setting "netIFSettingConnectionName" to choose "MyProfile" -- but how do I actually get the NetworkPanel screen to display the selected profile? Thank you for the help, Raymond Chan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
