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 Mike Lewis 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. klharvey

    How to put tabstops in a Combobox?

    Has anyone ever put tabstops into the listbox portion of a CCombobox? CListbox::SetTabStops doesn't work. I tried casting the combobox as a listbox but (surprise, surprise)that doesn't work either. I supppose I could count dialog base units but I'm hoping there's an easier (less messy) way.
  2. klharvey

    CComboBox function list missing

    bill, this shows the visual studio files that can be deleted according to this guy.
  3. klharvey

    CComboBox function list missing

    I have created a CComboBox object in a dialog. In the dialog class I have added a control variable that the Class Wizard recognizes as a combo box. However, when I attempt to peform a function on the combo box using the dot operator, VisualStudio acts like it doesn't know what a CComboBox is...
  4. klharvey

    How do I disable or "gray-out" a checkbox from within a function?

    That did it. I forgot that every object is a little window. Tanks to both.
  5. klharvey

    How do I disable or "gray-out" a checkbox from within a function?

    I have several checkboxes in a dialog box that I want to disable until the user selects an item from a combobox. The only way I can find to disable a checkbox is from the properties window within ClassWizard.
  6. klharvey

    Initializing of ComboBox

    If your database table is large, another method is to use the bulk field exchange functions. They're a little tricky (at least for me) but are much faster for large amounts of data.
  7. klharvey

    Bulk Field Exchange and ComboBoxes

    Bulk field exchange requires two arrays for each data column retrieved from a database (in my case, SQL Server). One array holds the data, the other array holds the length of the data in the data column. What is the length array for? Is it used when pulling data from the arrays and putting...

Part and Inventory Search

Back
Top