windows form application

  1. Mythodikal

    load 1 million files into listbox from main drive or external harddrive

    Is there a quick way to load over 1 million files from my main drive on my laptop or pc into a listbox besides using simple recursion techniques? I was hoping that there was a better way than using an array and backgroundworker to do so.
  2. accol

    Resolved Can't figure out why DataGridView isn't showing all the records inside table from SQL Server database on _Load()

    We are making a form where a user can log in and in turn upload listings for cars to sell, however, the data grid view for the listings isn't showing every entry even though it is in the database when it is being first loaded. I also notice too that updating the data grid view and refreshing it...
  3. Vatech

    C# App terminates unexpectedly without leaving trace when deleting more that 5 files

    I have a folder with about 150 files ( pictures about 150kb each), and i need a fucntion to delete them. when running the app it terminates unexpectedly. -I run VS as administrator -folder and files are not protected and not in use -i tryed to delete only one and woked correct -i placed a...
  4. G

    mouse hover, mouse leave verses touch start, touch end, click, double click

    I have a Windows Form project in C#, for example I have events like mouse hover over picture box and mouse leave from a picture box. My question is in a case of using a tablet or a phone or touch screen monitor and no mouse is present, I would like to have an option of touch start (similar to...
  5. M

    I need help with executing second project

    Hello i need help, i am new with C# could someone help me with executing second project Console application after clicking on button without this full way C:\Users\sajmo\source\repos\VoidSharp\VoidSharp ? screenshot: Screenshot
  6. S

    Resolved I need a bit of help with the inbuilt SQL server in visual studio...

    I'm currently working on a project where i need to create a booking system using the SQL server that comes baked in with visual studio. I just need a bit of clarification on how i would access the tables using code within the local db. I'm quite new to this, I've spent time learning the SQL...
  7. 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...
  8. P

    Radio Buttons Question

    I have a form with a group box that contains 3 radio buttons. When I run the form none of them are selected. I want the first radio button to always be selected when the form is run, but I'm not sure which property to change for that. I tried setting the Checked property to True but that didn't...
  9. The Techie

    export datagridview using office.word.interop.dll instead of Spire.Doc.dll ?

    How to implement the logic of the below code using Microsoft.Office.Interop.Word.dll? Now iam using third party dll(Spire.Doc.dll), instead of Spire.Doc.dll i want to use Microsoft.Office.Interop.Word.dll . Please help me to implement this logic using office word dll. Thank you using...
  10. Dreamer

    Question windows multi form (Scissors, Stone and Paper-Game)

    I need to make three different forms to load : 1- a form when the results are tie, 2-a form when the computer wins, 3-a form when the user wins, I am trying now for one form which is; when the results are tie. However, it does not work tho i used a while loop for -checkresult();- method and I...
Back
Top Bottom