Click here to Skip to main content
15,898,222 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: update .net compact framework Pin
Justin Perez15-Aug-07 4:07
Justin Perez15-Aug-07 4:07 
GeneralRe: update .net compact framework Pin
Fouad_kayali15-Aug-07 4:02
Fouad_kayali15-Aug-07 4:02 
GeneralRe: update .net compact framework Pin
Justin Perez15-Aug-07 4:07
Justin Perez15-Aug-07 4:07 
QuestionConnecting to Web Service.. Pin
moomoooomoo14-Aug-07 23:27
moomoooomoo14-Aug-07 23:27 
QuestionWIFI connection Pin
moomoooomoo14-Aug-07 23:16
moomoooomoo14-Aug-07 23:16 
QuestionHow to get Stylus Pointer (x,y) position on the Tree View Control. Pin
arunstar13-Aug-07 21:54
arunstar13-Aug-07 21:54 
AnswerRe: How to get Stylus Pointer (x,y) position on the Tree View Control. Pin
AgentBignose8-Oct-09 4:17
AgentBignose8-Oct-09 4:17 
QuestionCalling a Webbrowser control again. Pin
arunstar13-Aug-07 19:22
arunstar13-Aug-07 19:22 
Hi

I have an interesting problem here, and looking a way out of it:

1. I have three forms in my PPC application.
2. Form 2, has a webbrowser control in it: On a button click:

private void menuItem2_Click(object sender, EventArgs e)
{
//Load the the Login page.
String uritest = "https://login.abc.com";
Uri test = new Uri(uritest);
webBrowser1.Navigate(test);
menuItem2.Text = "Please Wait";
}

3. Form 2, Then there is Document completed event:

private void webBrowser1_DocumentCompleted(object sender,
WebBrowserDocumentCompletedEventArgs e)
{
//Return URL from abc.com, gives me a authentication Key
Uri ttt = webBrowser1.Url;
String trial = ttt.AbsoluteUri;
if (trial.StartsWith("http://"))
{
//Do Something with Authentication Key.
}
}

4. Now I wish to call this Form 2 webBrowser1 control in next form that is Form 3.
5. Form 3, I wish to call the webBrowser1 here. Further the need is to refresh the url "https://login.abc.com". So that a new authentication Key can be retrieved from the "https://login.abc.com".

How this can be achieved in Form 3?

Smile | :) Smile | :)

Regards

Arun
QuestionThreading.Monitor.Exit(x) throws ArgumentException... any ideas why? Pin
jchesney13-Aug-07 9:29
jchesney13-Aug-07 9:29 
QuestionDataGrid Pin
Sunshine Always13-Aug-07 1:04
Sunshine Always13-Aug-07 1:04 
QuestionWhere are some .Net compact framework classes?? Pin
PremierITA12-Aug-07 1:15
PremierITA12-Aug-07 1:15 
QuestionAbout C# ListView ItemClick or DoubleClick or Click Pin
WOAIXYEYANLI11-Aug-07 18:25
WOAIXYEYANLI11-Aug-07 18:25 
Questiongprs connection Pin
ahzarmokhli8-Aug-07 20:01
ahzarmokhli8-Aug-07 20:01 
AnswerRe: gprs connection Pin
Daniel Strigl8-Aug-07 20:39
Daniel Strigl8-Aug-07 20:39 
GeneralRe: gprs connection Pin
ahzarmokhli8-Aug-07 20:47
ahzarmokhli8-Aug-07 20:47 
GeneralRe: gprs connection Pin
Daniel Strigl8-Aug-07 21:01
Daniel Strigl8-Aug-07 21:01 
GeneralRe: gprs connection [modified] Pin
ahzarmokhli19-Aug-07 21:27
ahzarmokhli19-Aug-07 21:27 
Questiondefine own file type Pin
ahzarmokhli8-Aug-07 18:04
ahzarmokhli8-Aug-07 18:04 
AnswerRe: define own file type Pin
Daniel Strigl8-Aug-07 20:41
Daniel Strigl8-Aug-07 20:41 
QuestionHow to delete/make invisible columns in a datagrid [modified] Pin
kudorgyozo8-Aug-07 0:35
kudorgyozo8-Aug-07 0:35 
QuestionEVC++ 4.0 serial up Pin
mercenary017-Aug-07 22:42
mercenary017-Aug-07 22:42 
QuestionPanel.VisibleChanged in .NET CF Pin
haslingd7-Aug-07 22:31
haslingd7-Aug-07 22:31 
QuestionMouse tracking in WM5 Pin
2hdass7-Aug-07 8:59
2hdass7-Aug-07 8:59 
QuestionIpaq 3970 Latest OS? Pin
Malcolm Smart7-Aug-07 8:34
Malcolm Smart7-Aug-07 8:34 
GeneralRe: Ipaq 3970 Latest OS? Pin
Malcolm Smart7-Aug-07 8:36
Malcolm Smart7-Aug-07 8:36 

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.