Tagged Questions
0
votes
0answers
10 views
Trouble Getting C# Graphics to work in Form [migrated]
I am trying to make a C# Windows form in Visual Studio so I can draw on the form (like a basic version of Microsoft Paint). I am working through an example in a C# 2012 book. I have written the code ...
1
vote
1answer
55 views
Winforms,WPF application on extended monitor (iphone and android screens) freezes [closed]
Ok a bit of an unusual situation here.. I have a .Net winform application which when started launches 2 forms.The Main form remains on Monitor one and the other form launches into second monitor(if ...
-1
votes
1answer
178 views
How can I run 'R' script for image processing on .net platform [closed]
I have made R script code for image processing. I want to run that script on .net platform. I want to use .net for front end design on which I can run 'R' script and do my image processing.
I have ...
1
vote
1answer
303 views
what is difference in section and subreport, where to use multiple sections?
Please share your knowledge about these Crystal Reports concepts.
I want to know what is difference in section and sub report? I know about default sections and we can add new sections into report.
...
0
votes
2answers
156 views
Determining an application's dependencies
I have developed an application using Windows Forms in C++ (IDE MS VC++ 2010). Some parts of the application also use MFC, and OpenCV.
I want to send the application to my cleint for interim testing ...
6
votes
4answers
2k views
How to properly structure a project in winform?
A while ago I started to create a winform application and at that time it was small and I did not give any thought of how to structure the project.
Since then I added additional features as I needed ...
2
votes
3answers
2k views
Creating Compelling Desktop Application in .NET
I'm about to create an open source desktop application. I'm primarily a .NET developer , with experience in ASP.NET and SharePoint. I've created basic Windows Forms applications before, but I have ...
15
votes
3answers
6k views
Best design for Windows forms that will share common functionality
In the past, I have used inheritance to allow the extension of Windows forms in my application. If all of my forms would have common controls, artwork, and functionality, I would create a base form ...
4
votes
4answers
269 views
Licensing for a web based desktop application?
I have created a desktop application(winfoms) using C#.net 3.5, the application is an SEO application, so it has to be connected to the internet, i implemented a simple licensing routine where every ...
4
votes
4answers
823 views
Is there any difference between Custom Control and User Control in .NET
As stated in the question, is there any difference in the meaning of the two as applied to the Controls of .NET. Or are they alias of one another?
47
votes
8answers
21k views
How do you organize your projects? [closed]
Do you have any particular style of organizing projects?
For example, currently I'm creating a project for a couple of schools here in Bolivia, this is how I organized it:
TutoMentor (Solution)
...
2
votes
5answers
333 views
Is “WinForms” a widely-known and acceptable substitute for “Windows Forms” on a résumé?
I'm always trying to hone my résumé to the bare-bones essentials -- no fluff.
I want to keep as many points as possible to a single line, and to this end I have used the term WinForms in several ...
16
votes
5answers
3k views
Moving from Winforms to WPF
I am a long time experienced Windows Forms developer, but now it's time to move to WPF because a new WPF project is comming soon to me and I have only a short lead time to prepare myself to learn WPF.
...
2
votes
1answer
387 views
Windows Forms Development - Books
So I'm reading a book for architecting applications for the enterprise from the Microsoft Press. It's a great book, and I'm learning a lot. However, it's very high level, and can be applied to a lot ...
