I've written some code which attempts to hide all rows in to a bound datagridview (dvg1) which share values in a column called sch_id with rows in an unbound datagridview (dvg2). It works for drag operations, the dragged rows are hidden once they are dropped to dvg2.
When a sort action is...
Hi,
On the form, the user have to pick 4 different fields from combobox and then it will show into DataGridView
here the code..
-----------------------------------------------------------------------
Dim EmployeeInt As New AcoSDK.Employee017
DataGridView1.Columns.Add("id", "ID")...
Hello all,
i am trying to put a maximum row number of lines in a multiline textbox.
What i want is to achieve something like a console, with a maximum number of rows, with the top rows to dissappear and to keep always the last i.e. 500 rows.
Thank you in advance!
a note: for the textbox...
Hi
Could someone please offer some advice on how to retrieve the number of records (rows) in an access database and display on a form please (vb.net)?
Also, is it possible to display (in a label) the last record in the database, which will then update when another record is added?
Thank you.
Hi;)
I have a Datavridview that is working which includes the customer information an Order that is Hidden, an empty custom column named "Order Number" .
The App. gets its data from an Access Database .
I create the new Order number by attaching the country to the Hidden number
for example...
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.