Hi Friends, I am doing the mobile development appln in Win32 C++. i have a address value in the wchar_t data type, in it, i want to replace '%20' in space of address value. I have given below my sample code. plz give guide me. I am waiting for your reply.
Coding: ===== PocketMobileStruct *mypmh = (PocketMobileStruct *) lParam; wchar_t sCity = (wchar_t)mypmh->BusinessAddressCity; Thanks Shunmugam Chennai
