Hello:
I am new to assembly language, I used to program in assembly for the 8088 back in the late 70's but have not do so since. I am a proficient programmer in VB.
Can someone give me an example of a routine to read & write data (BYTES) to the hard drive. example: If I want to write the letter...
This will not remove the columns but it makes them not visable.
datagrid1.columns(2).visable=false
'this will make the third column not shown.
datagrid column count starts at zero(0)
the next two lines creates a HEADER that says SERIAL NUMBER and the data inside each columns will be aligned in...
This is how I do it. Case 3 is for another datagrid that will display once the column is clicked.
Case 10 is for a list view that I also use in the same datagrid.
Private Sub DataGrid1_ButtonClick(ByVal ColIndex As Integer)
Select Case ColIndex
Case Is = 3
DataGrid2.Top = DataGrid1.Top +...
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.