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 solinox

  1. solinox

    ChooseColor dialog does not display with hook enabled

    I'm using the ChooseColor API to display a color selection dialog. I'd like to be able to center the dialog, but when I set the OFN_ENABLEHOOK flag, the dialog doesn't display at all. I'm running Excel 2000 on Windows Vista...which could be the problem, I'm sure, but I'd like to know. Anybody...
  2. solinox

    Setting focus on a new control

    Double check all the code in your control. It sounds like you might have a typo somewhere.
  3. solinox

    Programmatically select item in DataCombo at runtime

    The DataCombo is different from the regular ComboBox. It doesn't even have a ListIndex property to use for repositioning. I tried repositioning the underlying recordset, but that didn't work for some reason. I do have 10 of these attached to the same recordset, maybe that's why. I finally...
  4. solinox

    Programmatically select item in DataCombo at runtime

    I have a set of DataCombo boxes that I'm using to provide a set list of options for the user to select from. The selections are saved, along with other data, in another database table to be retrieved later. I'm using a DataCombo to bind to the table and display the list instead of just loading...

Part and Inventory Search

Back
Top