Questions tagged as 'winforms'

1
answer

How to make blur effect on button?

Is there any way to 'blur' an image button using C # (Windows Forms)? I know this is possible with WPF, but I can not change that now. If it is not possible, is there anything that gives me a similar result?     
asked by 05.01.2015 / 22:50
1
answer

What is the difference between Show (), ShowDialog () and Application.Run ()?

I read something about modal but I did not understand, could anyone explain?     
asked by 28.05.2017 / 12:57
1
answer

How to simulate the event of typing the% symbol (%) when pressing Shift + 5?

I was developing a calculator in C #, and I started to do the activation part of the buttons through the keyboard. if (e.KeyCode == Keys.Add) { btnsum.PerformClick(); } Using the above code, I've already been able to do most of th...
asked by 24.04.2017 / 19:42
1
answer

How to create verification that will validate if the ReportViewer is installed?

I need to create a check that will validate the Report Viewer installation on the user machine. If it is not installed, I need to receive this information to make a treatment present a message to the user and facilitate future maintenance. I'...
asked by 17.04.2017 / 18:00
1
answer

How to print the entire string if the length exceeds the page

I have to print a string that can vary in size. What I need is if this string does not fit on the page the remaining text is printed on another. I know for this I need to do something using e.HasMorePages but I do not know how. I've b...
asked by 12.11.2014 / 19:43
2
answers

Changing System Culture

Developing a system for a Bolivian company, on a windows with culture pt-BR , some objects like datetimepicker have their internal components according to the language in which the system was installed. Home And in my case, when thi...
asked by 23.09.2014 / 16:10
1
answer

How to leave a form always behind?

I'm trying to leave a form always below the other forms, it does not matter if the user clicks on it, it should always be underneath but usable, something like the desktop, and that's where the problem is, no I'm trying to do this, I'd like to k...
asked by 13.04.2014 / 05:38
2
answers

C # - Path to execution

I am doing a launcher, however I would like to leave the files with a "fixed" path, the launcher is in the same folder as the file to be started, but I do not know how I could create a "midway", something like in html, that just put a piece of t...
asked by 01.03.2014 / 17:10
2
answers

Refresh Text bound to a DataBinding

I have the following property bound to a label, where the value of this property appears in the text field. So: this.labelPedidosHoje.DataBindings.Add("Text", pedidosIntegrados, "PedidosIntegradosModelo.PedidosIntegradosDia",true, DataSourceU...
asked by 16.06.2015 / 19:17
2
answers

Doubt how to draw several different pictures

I'm a beginner in C #, I'm using visual studio 2010 and I have a project to do and an idea came up, but I do not know how to put it in code. I would like to add 2 combo box (ITEM and COLOR), and an image next to it that changes according to what...
asked by 13.06.2015 / 20:30