Hello, I'm doing a windows form project, in this project, when I subtract the entry date from the end date, I reflect the result to a column named remaining usage. What I want in the database is that this remaining usage decreases by 1 every 24 hours
I created a MainMenu window with three buttons called "Start", "Settings" and "Exit".
When you click on Settings, the MainWindow closes and a new Settings window opens up.
In the Settings window there are radiobuttons to choose the difficulty and a "save & exit" button.
Now I need to transfer...
Bonjour,
je suis actuellement sur win10 et je voudrais savoir s'il est possible de lancer une application sur un autre bureau (les bureaux virtuels de win10).
Peut-être y a-t-il une solution avec Process.start(); ?
Merci
Hi All,
Interesting one here.
Background:
Have a Winform application which works on all standard screen resolutions. Came across a laptop (new model DELL) which was is a high end model and is able to set to a super high resolution (3840 x 2160), which by default windows sets the zoom/DPi to...
So I am making a windows application in which I have store my recipe proportions.
For example: if one pizza requires 200 gms flour,2 spoons of sauce,100 gms of cheese,250 gms of water...then what will be the proportions of the ingredients required for making 47 pizza's.
P.S.: I am new to coding...
Dear Friends
I am as good as a newbie when it comes to the C# platform, although I do have some programming background. I wish to create a desktop application (for now I will call it flexible-window app) that when started, it opens a blank window without a visible close button, but is just...
I am using Panel on windows form and adding the controls like Panel, label etc dynamically with keeping AutoScroll property is true.
When number of controls are added and going to scroll down then it scrolled but my system gets completely in halt position. No works will carry out and after...
i have created datagridview dynamically with check box column,once i refresh my datagrid its removes all data except checkbox column,below code for adding checkbox column in datagrid
DataGridViewCheckBoxColumn chk = new DataGridViewCheckBoxColumn();
dataGridView1.Columns.Add(chk)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.