Tagged Questions

4
votes
1answer
316 views

Communication between a desktop application and a web application

I have a desktop and web application connected to same database. Which is the most preferred method to make them communicate with each other?
2
votes
2answers
128 views

how to create a win app which can interact with a website?

Hi I'm trying to write a windows application which can read HTML content of a specific website and fill some data in some input fields and submit the page. what I did untill now was reading page ...
1
vote
3answers
524 views

How to submit bugs to BugTracker.NET from C# application?

Reading the documentation page of BugTracker.NET BugTracker.NET API Documentation I realized that I need to use GET or POST which, I have to admit, I'm not very good at. I was wondering: Is there a ...
0
votes
2answers
420 views

Load ASPX page to a windows webbrowser control

Hi I have a Windows form the import data to SQL, also I have an aspx page which is used for previewing data which i need to load to to the windows form using WebBrowser Control, my problem is that How ...
0
votes
1answer
446 views

webbrowser control modal dialog

I am using WebBrowserControl in winforms to automate a data entry form. This website opens a new dialog window using ShowModalDialog and puts all the form fields in that new dialog window. How can I ...