Questions tagged as 'winforms'

1
answer

How to remove sound from Windows BIP in C #?

I hope you are well. I've developed a C # application in Visual Studio, but by pressing the 'TAB' key to switch from textBox1 to textBox2, it makes the Windows sound (which is actually the ENTER key that I changed in the script). How do you get...
asked by 02.08.2017 / 01:46
0
answers

How to transport datagridview information to a textbox in another form? [duplicate]

I have the following question in my application. I have form1 and in this form1 I have two textbox, txt_cod.text and txt_fornec.text and a search button, when I click the search button on this form1, I call form2 which brings me a populated da...
asked by 01.08.2017 / 13:41
0
answers

Save a byte array in the sql from a Datatablereader

In one of the system tasks, I need to query a Sql Server database, which returns me a Datatable , in this Datatable , one of the data is of type Byte[] So, to read Datatable I use a DataTableReader , which give...
asked by 19.07.2017 / 22:26
1
answer

C # - Passing data between Windows Form using ListView

I have a project in C # Windows Form, in my project I have 2 screens, 1 - ListView to show the information, 2 Form to get the user data and pass to the ListView of Form1, but the problem is: pass the form2 information for form1 My Logic:...
asked by 29.06.2017 / 21:16
0
answers

WindwosForms between workspaces windows 10

I have a Windows Forms application and several workspaces and I need to open a window in all these areas, I already searched the internet and found link e link but none explains how to open a Form in all areas of How do I open a window in ea...
asked by 22.06.2017 / 20:52
0
answers

C # - Is it possible to put a Scrollbar inside a Menustrip through the code, without touching the design?

Hello I'm using Windows Forms and created a menu with many items: In order to view all items, I have to use these arrows at the ends of the menu. I would like to be able to add a Scrollbar or something to view the items more easily....
asked by 16.06.2017 / 13:28
0
answers

VB: DataGridView

Good morning. I have the problem of the design of the table not updating. The Design: Private Sub DataGridClientsDesign() 'Procedimento que contem o novo estilo da datagrid Me.tabelaprocurar.DataMember = "Empregados" 'Nome da tabela...
asked by 09.06.2017 / 10:22
2
answers

I can not find a resolution for this error

I have a program in C # and it is giving MANY different bugs , I'll send them all here, as follows: Code Error: Description: So let's go. internal AcessoAdd() { InitializeComponent(); }    Error: System.ComponentModel.Win32Exc...
asked by 09.06.2017 / 17:03
1
answer

Problem when using CancelEdit () from BindingSource C #

I'm creating a CRUD and I'm using the BindingSource component with the DataSource Tipped with my Parent class. In the form I put a textbox attached to my bindingSource in the Name property of my Country object. Also added a 2 buttons, the new...
asked by 09.06.2017 / 20:02
1
answer

display data from a mysql database column in label [closed]

How do I give a select in a data from my column a table and show it in a label? EX: id = 10 -> Banana Select * From tabela where id = 10 label.Text = Banana MySqlConnection conexao = new MySqlConnection(); conexao.Connecti...
asked by 04.06.2017 / 11:29