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 Chriss Miller 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: *

  • Users: raileyb
  • Content: Threads
  • Order by date
  1. raileyb

    identifier not found

    If you want to customize the installer for Windows Mobile applications, you have to create C++ code. I wanted to rename a file before the uninstall of a a previous version started. codeUNINSTALL_INIT Uninstall_Init(HWND hwndParent, LPCTSTR pszInstallDir) { int result; char oldname[]...
  2. raileyb

    supporting second column in listbox objects

    Hi, I have this code in place in a on click event. It moves the selected items from one list into another list. But I want to alter it so that both this list and the target list have two columns (the second column being invisible on the form and containing a reference value that I will use in my...
  3. raileyb

    return without gosub on new function

    I feel like such a dummy, but I can't get this simple function to work. I wanted to write a function, called Num2Name, that accepts a value, evaluates it, and returns a string based on the number. See below: Public Function Num2Name(ValveNumber) Select Case ValveNumber Case "2"...
  4. raileyb

    how to make treeview toplevel display as an alphabetical index

    I have a treeview that alphabetically displays records, but instead of: + Anderson, Paul + Baker, Mike + Bonner, Terri + Jones, Hal etc. the customer would rather see: + A + B + C etc. and by expanding one of the top levels, only the names that start with that letter would appear. + A - B...
  5. raileyb

    overlay transparent background images to form composite image

    In my form, I have a series of overlayed linked images that combine to form what looks kind of like a dart board, with bands of different colors in different positions. These colors change based on user input and I change the 'look' by setting one band to invisible and another to visible. This...

Part and Inventory Search

Back
Top