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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MathTutor

  1. MathTutor

    two tables on one page of report

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

    Whats wrong with this?

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

    listview api in vbnet

    how to get subitem rectangle using sendmessage in VBnet?
  4. MathTutor

    a couple quick XP-style GUI questions

    The XP style is by adding manifest file in same directory as exe file. OS must be XP and VB6 controls won't convert Copy the following code to notepad and rename it XXXX.exe.manifest (where XXXX is your programs name) <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot...
  5. MathTutor

    Editable Unbound grid

    Data has to be gathered then processed then split/filtered into different tables. I'm using a listview for this but it would be nice to edit data in grid rather than create a popupm form for this.
  6. MathTutor

    Editable Unbound grid

    Is there such a thing?
  7. MathTutor

    Float Textbox over Listview make custome control

    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.

Part and Inventory Search

Back
Top