problem description as the title, my original idea was to make something like RocketDock, but first of all, I began to encounter difficulties when I drew the form. If you set the Opacity of the form to 0, then all the controls on the form together wit...
problem description hierarchical decoupling, the most popular third-party open source framework Autofac is very convenient to use on Web projects, just register the controller in MVC s Application_Start. but for applications such as WinForm and Co...
that s what it is. I hope the bosses can help solve it. Thank you! ...
recently developed a winform program with C-sharp, using .net framework 4.0, because some users use XP, so they chose this .net version, but some users still do not have .net on their computers, so in order to let all users install smoothly, package .ne...
< H2 > premise: < H2 > there are two tables in the database: the User table and the Score table. User id name 1 Young 25 2 Hong 24 Score id userId course score 10 1 100 11 1 90 12 ...
I want to embed visio in my winform application as a user interface and configure the development environment according to the two articles in csdn and msdn. Relevant references have been added (as shown in the first image), but the visio drawing contro...
there is a list to put into the DataGridView, which looks like this: class User{ int id; string name; int age; Job job; } class Job{ int id; string name; int userId; } putting the read list of User type directly into DataGr...
use winform program to use ie kernel, when implementing location function on ie, IE will pop up a prompt to allow location, but it cannot be popped up in our program. Can you directly allow location permission at the code level? ...
what is the situation? I use multithreaded Task to grab the data. How can I save the database after capturing the data? The database is sqlite. 1. At first, I want to store the database directly in task, but in the case of multithreading, there will be...
the company needs to integrate the ccflow process engine on the original winform project. How do you integrate it? ask God for ideas. ...