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 Rhinorhino 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: cdraycott
  • Content: Threads
  • Order by date
  1. cdraycott

    CListCtrl Edit SubItem Text

    I have a Dialog with a ListView Control on it. I have enabled editing of Subitems by overriding the OnBeginLabelEdit and OnEndLabelEdit and only allow editing if a subitem is clicked and not the actual item. Then I subclass the edit control and place the edit control in the correct place over...
  2. cdraycott

    SNMP Mib File Parsing

    I would like to be able to Parse MIB files using C++ and was wondering if anyone knew how this was done. Can you help?
  3. cdraycott

    MFC using Common dialogs in Win NT and 2000

    I have an MFC application that runs under windows NT and windows 2000. It has standard File Open and File Save commands added through Class wizard. The problem is when i install on windows NT and click the File Open menu option, the file Open dialog appears. When in Windows 2000 doing the...
  4. cdraycott

    How do I use the CAPICOM.dll with Visual C++ MFC Application

    I need to use the CAPICOM.dll methods to encrypt and decrypt some information within my MFC application. Does anyone know how to use this dll to do this? Thanks in advance
  5. cdraycott

    Using UDL File in Data Environment

    Hi, I have written an ActiveX control which connects to a SQL database but i need the ability to connect to different datbase names and servers. I am currently using a UDL file for my ConnectionSource property for the DEConnection object. I manually set the ConnectionSource proprty in the...
  6. cdraycott

    Passing data back from a Form to UserControl

    Hi, Can someone help me with a problem i have at the moment. I have an activex control written in VB 6.0 and it has a popup form that a user selects some items in a listbox and then closes the form. What I want to do is to return the items that we chosen in the listbox on the form to a listbox...
  7. cdraycott

    Passing data back from a Form to UserControl

    Hi, Can someone help me with a problem i have at the moment. I have an activex control written in VB 6.0 and it has a popup form that a user selects some items in a listbox and then closes the form. What I want to do is to return the items that we chosen in the listbox on the form to a listbox...
  8. cdraycott

    VB ListView control

    How do I perform a selection of several rows in a Listview control by clicking and Dragging the mouse. Thanks in advance
  9. cdraycott

    ATL Composite Control Stock Property

    Can anyone tell me how to implement The BackColor stock property for an ATL Composite control. I selected it in the ATL Object Wizard when creating the Composite control but when i test changing the BackColor absolutely nothing happens. Has anyone else come across this or know the answer to...
  10. cdraycott

    CListCtrl performance problem

    I am currently populating a CListCtrl up to a limit of say 100 items. If more items come in then i want to get rid of the first item in the clistctrl and add the new item to the end, thus producing a rolling list. The problem is, when the list is scrolling it uses a great deal of processor time...

Part and Inventory Search

Back
Top