Tagged Questions
-1
votes
1answer
131 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
293 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
153 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
267 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
780 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
20k 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
329 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
370 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 ...