Search results for query: *

  • Users: pilsdumps
  • Content: Threads
  • Order by date
  1. P

    Compile fails - no error message

    I have a solution containing 21 projects that has been working fine for a while. However, I've changed something and now compile fails. The problem is that there is no error created in the Error List so I haven't the faintest idea how to fix it. I suspect it's something to do with a missing or...
  2. P

    override combobox onpaint

    Hi, How do I override the onpaint event for a combobox so I can change the color of the text background when it's selected? I want to remove the highlighting from a combobox and the only way I can think of to do this is to override onpaint and draw the text again using my own colors. Does...
  3. P

    Remove the highlighting from combobox when selected

    Hi, There's probably some easy way to do this but it's driving me mad... I have a form with a combo box that is populated from a database. When I set the text of the combo box to the value in the db .Uc_address1.cmb_country.SelectedText = C_User.country the combobox remains highlighted, and...
  4. P

    call method in container control

    Hi, I've created a simple user control (uc_ok_cancel_apply) that includes OK, Cancel and Apply buttons. I want to use this on various user controls or forms so I can provide a consistent look. If I add this to a user control, I can call a public method by referencing the form via the 'my'...
  5. P

    Cannot place control on user control

    Hi all, I've created a user control that acts as a header for my forms onto which I can drop heading labels etc. This uses a custompanel control that inherits from panel and allows you to add curved corners, color gradients etc. I've used this in the past without any problem. I want to use my...
  6. P

    User control location

    I have a user control (that displays some basic information about some events) called AE. I have another user control called CTCAE containing a panel that I wish to populate with the AEs. Within each AE is a tablelayoutpanel control, and within each cell of this is a label. The labels are...
Back
Top