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