Click here to Skip to main content
Sign Up to vote bad
good
See more: ASP.NETHTMLVB.NET
Can any body please help me!!!!
 
Wanted to interaction between web and desktop through event and using Web browser control
 
Basically my desktop application using web browser control to show HTML page and I want if any user click on any HTML button then any kind of event should raised and make call to desktop application

 
Thank you,
URVISH SUTHAR
Posted 10 Jan '13 - 1:21


1 solution

public Form1()
 {
     InitializeComponent();
     WebBrowser browser = new WebBrowser();
     browser.Url = new Uri(@"http://stackoverflow.com/questions/9885639/web-to-desktop-application");
     this.Controls.Add(browser);
 }
  Permalink  
Comments
URVISHSUTHAR - 10 Jan '13 - 7:30
Thanks for response but this is not solution mate I wanted to interaction between web and window
Marcus Kramer - 10 Jan '13 - 10:35
And some more plagiarism: source
Sandeep Mewara - 10 Jan '13 - 10:44
I just observed last few answers provided by him - more then half were no where near the actual question. Now plagiarism too! :doh:
Marcus Kramer - 10 Jan '13 - 10:47
I've warned him a couple times, and I know someone else was warning him yesterday as well. I'm going to watch this guy. If it continues over the next little bit, I'll report him in the Spam & Abuse forum.
URVISHSUTHAR - 11 Jan '13 - 2:23
Guys, I seen same kind of functionality on http://www.awesomium.com/ controls, can anyone please know me if same-thing work with web browser control

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Mahesh Bailwal 373
1 Sergey Alexandrovich Kryukov 354
2 Maciej Los 245
3 Rohan Leuva 175
4 CPallini 175
0 Sergey Alexandrovich Kryukov 9,287
1 OriginalGriff 7,204
2 CPallini 3,923
3 Rohan Leuva 3,211
4 Maciej Los 2,713


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 10 Jan 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid