CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2003
    Location
    Holland
    Posts
    146

    [RESOLVED] Content listbox not visible with Windows 7

    I make programs on a computer with Windows XP.
    I am testing the programs also on a computer with Windows 7 Pro.
    99% works fine on both computers.
    However, one form gives a problem i cannot solve so far.
    Before saving data it will be controlled and the errors c.q. the missing fields are shown in a listbox on the form and 2 cmd-buttons.
    On the Windows XP Machine it looks:
    See windowsXP.jpg and on the Windows 7 machine see:
    Windows7.jpg
    When i click with the mouse on a line in the windows7-box the line becomes visible. When i print the form it is all good.
    Also when i click an (invisible) commandbutton it becoms visible and response.
    Please help.
    Herman
    Attached Images Attached Images

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Content listbox not visible with Windows 7

    Wrong colors?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Feb 2003
    Location
    Holland
    Posts
    146

    Re: Content listbox not visible with Windows 7

    The colors are right.
    Please, see my new post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured