Hi,
I have built the browser control (BrCtlSampleApp) example that comes along with the SDK.
I have tried loading google.com instead of the sample webpage they were using.
_LIT(KUrl,"http:///www.google.com");
iBrCtlInterface->LoadUrlL( KUrl );
In my emulator it asks for socket connection, after I connect through winsock aim not getting the webpage in the UI.