hi all,
I developed one program for selecting acess point, it's selected.But i want in this when ever we exit the application at the time its again asking select acess point.i send below code,any one know tell me.
if (query->RunLD())
{
iDocument->Model()->SetAccessPoint(iaps[index].iId);
iHttpTransactionManager->SetIap(iaps[index].iId);
}



