Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Member Avatar for SebFr

Hi, I want to be able to call a Javascript file from a C# Windows Application. This is just a stand alone C# application. What I want to be able to do is to execute this JavaScript file, think of it as a function, and be able to pass parameters …

Member Avatar for kvprajapati
0
2K
Member Avatar for SebFr

Hi, I'm working on an application in Microsoft Visual C# with an embedded webbrowser. After I loaded a page, I'm using the event DownloadComplete to execute an action. On my computer it works fine, but in some other computers, the event DownloadComplete is never reached, even if the page is …

Member Avatar for Killer_Typo
0
111
Member Avatar for SebFr

Hi everyone, I have an issue with axWebBrowser. The method axWebBrowser1_DocumentComplete is never reached and i don't understand why. Basically, this is what I have: [code]private void buttonStart_Click(object sender, EventArgs e) { try { ... axWebBrowser1.Navigate("http..."); return; } catch {...} finally {} } private void axWebBrowser1_DocumentComplete(object sender, AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent e) { …

0
41