Tagged Questions
The web-to-winforms tag has no wiki summary.
2
votes
1answer
391 views
WinForm WebBrowser Control slow to load. Best Method for pre-loading?
We have a summary view in our winform app that uses a WebBrowser control to display the summary information from a web page. We are using this to gain some rich tabular layout that we could not ...
1
vote
2answers
65 views
Planning to build windows forms app and need advice
I am a web developer and have very little widows forms development experience, and I want to find really good information on this topic before I start.
I am planning to build a windows forms ...
0
votes
0answers
154 views
C# Picture Box Drag and Drop from local AND Internet
I have an application with a picture box in it. What I want is to be able to simply D&D a picture on the form to show it in the picture box.
The source of the picture might be an Internet URL but ...
0
votes
3answers
28 views
How can I find a given window on the client computer and activate it from ASP.NET
Running a website from asp.net, I need to transfer control (focus) to a winforms application.
In case the application isn't running, I know I can use process.start() method.
But in case the ...
0
votes
1answer
115 views
TagCloud for Winforms
are there any ?
found this prev question
http://stackoverflow.com/questions/278342/tag-cloud-control-for-winforms-net-2-0
but that's 2 yrs old so hoping there may have been progress since
0
votes
3answers
116 views
winforms and want to learn how to develop project in winfoms using C#
Can anyone provide me with info about learning about Winforms projects. I am starting new job where I have to work on winforms. Prior to this job, I have mostly worked on Web applications in ASP.NET ...
0
votes
1answer
295 views
Can I share controller of ASP.Net MVC with WinForms Application and how?
I am developing web application using MVC.
A lot of efforts are going into the design model and controller.
I know I can reuse the modal in winforms.
But can I reuse the controller in winforms