is there a way to provision my own application i.e
i want my pocket pc app to remmeber the fields entered into it
so i create a wap doc and call DMProcessConfigXML to store the settings in the registry
but i cant figure out the syntax to to do it
strRet = "<wap-provisioningdoc>" +
"<characteristic type=\"SmartDeviceApplication\">" +
"<parm name=\"ssloption\" value=\"" + sslOption + "\" />" +
"<parm name=\"internserver\" value=\"" + internserver.Checked.ToString() + "\" />" +
"<parm name=\"extserver\" value=\"" + extserver.Checked.ToString() + "\" />" +
"<parm name=\"domain\" value=\"" + domain.Text + "\" />" +
"<parm name=\"login\" value=\"" + login.Text + "\" />" +
"</characteristic>" +
"</wap-provisioningdoc>";
here , i m not sure whethere there i sanythin i need to add to characterisitc type
my app name is SmartDeviceApplication
regards
kpmkhaja