I want to print this:
Name: John Doe
Address:1234 5th St
L.A. CA 91402
Account#: 11223344
Table:Attendence
Date Type
1/2/04 A
1/9/04 M
1/16/04 A
2/5/04 A
2/19/04 P
etc....
Table:Payments
Date OldBal Trans Amount NewBal
1/1/04 100 Fee 100 200...
Trying to get Rectangular Coordanites for subitem of listview. Get error when double clicked.
Imports System
Imports System.Runtime.InteropServices
Public Class Form1
Inherits System.Windows.Forms.Form
Private Const LV_FIRST = &H1000
Private Const LV_GETCOLUMNWIDTH = (LV_FIRST +...
I've done this in VB6 to make subitems editable but can't make this work in Vbnet after several days of checking out MSDN and other searches. Someone who has done this please post the dozen or so lines of code that makes this work in vbnet.
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.