windows application

  1. uzeren

    C# timer

    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
  2. W

    Resolved WPF How do I share data from one window with another window?

    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...
  3. oliv73

    Démmarer une application sur un autre bureau virtuel

    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
  4. dv2020

    Question Simulating Screen Resolutions - Testing Application

    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...
  5. sj1597

    Answered Need some help in logic for making of the application

    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...
  6. T

    Question Creating a Resizable Desktop Window That Allows User to Play Apps In it

    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...
  7. K

    Question System gets halt on Panel scrolling

    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...
  8. A

    Question Remove check box column from datagridview when clear datagridview

    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)...
Back
Top Bottom