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 Wanet Telecoms Ltd 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: klharvey
  • Content: Threads
  • Order by date
  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

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