мидасик
мидасик
CC#
Created by мидасик on 10/18/2024 in #help
Border.Background property
I want to use the property Border.Background, but it tells me that this attachable property was not found in type 'Border'. How can I fix it, do I have some missing libraries or something ?
1 replies
CC#
Created by мидасик on 4/24/2024 in #help
✅ System.IndexOutOfRangeException
I tried to insert some rows from my Database and when I run and check in the Form it tells me this: "System.IndexOutOfRangeException" here is the part where the error is present: dataGridView1.Rows.Add(reader["customer_name"].ToString(), reader["order_date"].ToString(), reader["total_amount"].ToString(), reader["product_name"].ToString());
6 replies