Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
304 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
122 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 ...
2
votes
4answers
204 views

Tips for developing on WinForms thinking on a future Web developing

We are developing/mantaining an enterprise application which for historical reasons and development speedup it was targered for WinForms. Now we are thinking that sooner or later (more sooner than ...
1
vote
2answers
225 views

Web browser Control under Citrix environment

I have a web application which is also displayed in a web browser control of a winforms application. MS Word and Excel are installed on Citrix server. But I want to open a word/excel document on ...
1
vote
5answers
575 views

Where to save HTML and Images?

I have a project where a user for the company will use a winform HTML editor to put some text and pictures in for specific customers. The customers will be looking at this information on a website. ...
1
vote
3answers
515 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
80 views

Guidance on migrating a .NET windows forms application to a web application

Are there any good books or websites on this subject covering subjects like: different migration scenario's (big bang, module for module, function for function) pros and cons do's en dont's tooling ...
0
votes
3answers
303 views

ASP.NET VB.NET - Winforms to Web - implementing LostFocus listview control equivalent for web

Background: I have a winForm app that registers a user in the database based on the information provided, auto-generates a random password and username, and e-mails the user a link to take an ...
0
votes
2answers
158 views

ASP.NET w/ VB.NET - Winforms to Web - NullReferenceException Error on string split / string builder

Background: I have a winForm app that registers a user in the database based on the information provided, auto-generates a random password and username, and e-mails the user a link to take an ...
0
votes
3answers
466 views

VB.NET - Easiest way to Export / Convert WinForm App to Web ASP.NET App

Background: I have a winform application written in VB.NET that uses a WebService to send out different invitations to users based on the marketing company they select to take different interviews. ...
0
votes
2answers
399 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
431 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 ...
0
votes
2answers
653 views

Unable to open browser from c# winforms

I am using following code to open an IE browser from toolstipmenu_click() but getting this message as: Error :No application is associated with the specified file for this operation My code: ...