Click here to Skip to main content
15,949,686 members
Home / Discussions / Mobile
   

Mobile

 
QuestionHow initiate Tcp Client GPRS connection in WM 6 Pin
manu4ever10-Jun-08 12:20
manu4ever10-Jun-08 12:20 
QuestionDebugging DLL Pin
nintendoWii10-Jun-08 8:48
nintendoWii10-Jun-08 8:48 
QuestionQuestions from a newbie Mobile Developer Pin
Michael Sync4-Jun-08 23:58
Michael Sync4-Jun-08 23:58 
AnswerRe: Questions from a newbie Mobile Developer Pin
dBoyceMan9-Jun-08 10:47
dBoyceMan9-Jun-08 10:47 
AnswerRe: Questions from a newbie Mobile Developer Pin
Mike Dimmick10-Jun-08 0:55
Mike Dimmick10-Jun-08 0:55 
Questionmobile application selection list Pin
rajeshpmarathe4-Jun-08 20:38
rajeshpmarathe4-Jun-08 20:38 
QuestionLocation Based Services and E911 Pin
nde_plume3-Jun-08 6:33
nde_plume3-Jun-08 6:33 
QuestionHow to detect password control webpage Pin
Shashi.Shinde2-Jun-08 5:07
Shashi.Shinde2-Jun-08 5:07 
Hello,

We have developed a BHO project using Windows Mobile SDK 6.0 for Pocket PC to monitor the webpage which contains login / password controls.
Now, we are able to monitor login / password page. But whenever we browse login / password page say www.gmail.com we got notification of password control present on the page. After that if we browse non-login / password page say www.google.com then it shows same result as above i.e. previous page password control. However if we refresh the page, it does not show any password control on the same page.

We detect password control present on the webpage using following methods –
Using BHO application, we have captured OnDocumentComplete and with using subclassproc for Internet Explorer WM_Activate messages where we are implementing out methods to check login / password.

EnumChildWindows (hWnd, GetDialogStringProc, (LPARAM)passFlg);


GetDialogStringProc checks password control as –


if(::GetWindowLong(hWnd, GWL_STYLE) & ES_PASSWORD)
{
*((BOOL *)lParam) = TRUE;
}

Using the code above we find the password control in the webpage. Now we are facing the problem of the controls being repeated during navigation. The same ones that are found on gmail.com come again when we browse to google.com. This issue goes away after refresh.

Thank you.

With regards,
Shashikant
QuestionAbout Read And Receive Message Pin
savitri1-Jun-08 23:42
savitri1-Jun-08 23:42 
AnswerRe: About Read And Receive Message Pin
KarstenK11-Jun-08 3:47
mveKarstenK11-Jun-08 3:47 
QuestionCreting text file in C# win ce and setting its fonts Pin
Abhi suryawanshi31-May-08 3:46
Abhi suryawanshi31-May-08 3:46 
AnswerRe: Creting text file in C# win ce and setting its fonts Pin
Jaime Olivares2-Jun-08 19:23
Jaime Olivares2-Jun-08 19:23 
QuestionVirtual keyboard in MobileApplications Pin
pashitech28-May-08 22:47
pashitech28-May-08 22:47 
QuestionCreating a "Global Event Manager" Pin
shilpajb28-May-08 1:19
shilpajb28-May-08 1:19 
QuestionGetting started with WinCE 5.0 .net Pin
charlieg26-May-08 19:24
charlieg26-May-08 19:24 
AnswerRe: Getting started with WinCE 5.0 .net Pin
Arjun Marwaha4-Jun-08 22:39
Arjun Marwaha4-Jun-08 22:39 
QuestionHow can SIP interface with IME on Pocket PC? Pin
Member 241442025-May-08 20:45
Member 241442025-May-08 20:45 
QuestionIn Compact Framework Can I use Parent form Pin
Sritanu _ Ghosh23-May-08 21:37
Sritanu _ Ghosh23-May-08 21:37 
AnswerRe: In Compact Framework Can I use Parent form Pin
Abhi suryawanshi25-May-08 20:49
Abhi suryawanshi25-May-08 20:49 
QuestionRe: In Compact Framework Can I use Parent form Pin
Sritanu _ Ghosh25-May-08 21:38
Sritanu _ Ghosh25-May-08 21:38 
AnswerRe: In Compact Framework Can I use Parent form Pin
Arjun Marwaha4-Jun-08 21:30
Arjun Marwaha4-Jun-08 21:30 
QuestionInstall ActiveX component in PDA... Pin
abupriabi@yahoo.com23-May-08 7:06
abupriabi@yahoo.com23-May-08 7:06 
Questionsend SMS Pin
nitin_ion22-May-08 22:44
nitin_ion22-May-08 22:44 
AnswerRe: send SMS Pin
Abhi suryawanshi4-Jun-08 19:10
Abhi suryawanshi4-Jun-08 19:10 
QuestionSTRPTIME FUNCTION IN WM 5.0 Pin
Arun John21-May-08 23:54
Arun John21-May-08 23:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.