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