CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: didietexas

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    892

    Problem to place a minimized form

    Hi everyone,

    In my interface I have a main form with a view list on the left and on top I have a menu that can create different form that I add as child of the main form.
    My first problem was to...
  2. Re: Problem to change the color for item of a listbox

    I fixed the problem by replacing the list box by a list view.
  3. Replies
    1
    Views
    1,426

    How to read a XML file?

    Hi everyone,

    I am having some problems to read a xml file. Here is part of it:
    <DataSources>
    <DataSource>
    <Company>P</Company>
    <UnitsFiles>
    <UnitFile>
    <Unit>Metric</Unit>
    ...
  4. Re: Problem to change the color for item of a listbox

    I put the property to OwnerDrawFixed.
  5. Re: Problem to change the color for item of a listbox

    Thanks BigEd781. You were right about the switch (i don't know why I put it there).
    I checked a little bit in the drawing members and I found how to change the background of the item:

    ...
  6. Problem to change the color for item of a listbox

    Hi everyone,

    I am using the DrawItem and I am able to change the color of the text of each item, but in order to change it i have to click on one of the item of the list. What I would like is for...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured