I want to minimize my windows form when i clicked anywhere outside it.... But this code will just close the whole program, can anyone help? I want to hide the app to taskbar, and when i press it from taskbar it shows up again.......
Here is the code:
protected override void...
For example, I need to write a program that automatically turns on and runs the first process of an application within 30 seconds, then automatically disables it, and launches the third process of that application in 30 seconds.
Within 30 seconds of running the first process, the program...
Hi All,
Does anyone know any methodology to create direct print-out from datagridview. From googling what i found is that it's quite complex process. Is there any package available to dot the same (i.e. nugget package). I have datagridview populated from database and I want to make PDF print of...
hi,
can someone explain the following problem :
I have dll1 with class1. dll1 references dll2 with class2. class2 has a property "public bool IsFolder"
class1 has a property "public List<class2> Items"
In a form I reference dll1 and have an object "class1 obj"
So now when I say "if...
Hello Everyone. This is my first post here.
I'm having a very weird issue using Timers.
My elapsed event isn't firing ; when it fires its completely random, not according to the interval i set.
I already tried to drag the timer from the toolbox to the form, creating it manually on the STA...
Scenario_1.
1. The user. Presses the "Start" button;
2. The program. Creates an instance of the user element "ucBackgroundWorker" in "flowLayoutPanel1";
3. The program. Creates a node in the "treeView1";
"Scenario_1" can be repeated an unlimited number of times.
Scenario_2.
There are: - Several...
There is
- the main form is "Main.cs".
- form with "progressBar" - "progressBar.cs" Scenario:
User. The form is "Main.cs". Presses the "Start" button three times.
Program. Opens three forms of "progressBar.cs"
How to make the data from the progress percentage "progressBar" get in real...
Good Day, I Have A List<string> Saved In My App User Settings, this List is supposed to save the file paths of a openfiledialog to then deserialize it, but I already Called the method Save(); And even the method Upgrade(); After adding the strings to the list, but this strings, doesn´t save. Why?
One of those questions that are frequent, annual, and indecisive! When considering a new project in 2018 what platform are you choosing for Windows and why? WPF is the current and future platform, some say, yet Winforms continues to grow by 3rd party vendors (I use Developer Express) as if WPF...
I have a problem with two dependent Combobox. I want to do the dependent Comboboxes. When selecting an area in combobox1, a free taxi located in this area should be displayed on combobox2. I found this video on YouTube and tried to use the code in this video...
hi
i have a win form application written c# in Visual Studio 2017.
it's a simple client registration form with Linq to SQL that uses a .mdf database file stored in the \bin\debug folder.
while running the application on my own machine there is no problem, and it runs fine. but when i create a...
Hi guys, I have been trying to create an RTL (right to left) winform that uses arabic text and contains some textboxes, labels and buttons.. It is driving me crazy... after i perfectly design the form, as soon as i run it everything just loses some level of sizing and positioning. I tried to use...
When I click the view button it executes the Powershell code successfully and displays the results in 3 different textboxes. This is working as should.
But I need to run this with another user credential and this should happen when I click the command button.
We are not going to get access to...
I'm working on a search program and would like to have a national instruments led control blinking during the search. The led needs to be started on its own thread while the search runs on a separate thread. This is my first attempt at multi-threading in c# and I'm not sure what to try.
Here is...
Dear Developers,
We run a little offine/online hat shop and we've installed a Cisco IP camera in the show-window. I want to manage the video surveillance from code.
I've found an IP camera NuGet package for building an Onvif viewer in C#, but I need more: I have to count how many people...
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...
Hello,
In my application I have a WebBrowser control that I use for viewing Html formatted email messages. But when I click on a hyperlink inside the WebBrowser when viewer an email message, the link will be opened inside the webbrowser control. What I actually want is forcing my application to...
MSDN recommends disposing any variable of type System.Drawing.Brush before its last reference is released. Otherwise, the resources it is using will not be freed until the garbage collector calls the Brush object's Finalize method.
As we know, local variables are destroyed automatically when...
I'm having problem with a school assignment. I'm almost done with my program but I have one problem that I can't solve. The problem is with one of my SQL query's that are supposed to show players with different scores. When running my program I get the following error: Syntax error near...
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.