Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. damica

    HARD DRIVE ACCESS

    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...
  2. damica

    DataGrid Columns

    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...
  3. damica

    how do I code an image into a picture box

    I believe the correct syntax would be. picture1.picture=loadpicture("c:\mypicture")
  4. damica

    DataGrid Combo box Checkbox how ?

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

Part and Inventory Search

Back
Top