CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Please Help - Problem with images.

    Well i have a form with a listbox, 2 textboxes and a picturebox and 2 buttons.
    Clicking on button 1 will open a library file and add items from it to the listbox, button 2 clears the listbox and adds new items in it. Clicking on a menu item will put the corresponding picture and text into the picture and text box. ON load it opens library one, when i switch to lib 2 and back the library one says - can't find picture and the picture name is written twice. I think I need to clear the array or something, but don't know how. Please help me.
    Thank you. My e-mail is: [email protected]


  2. #2
    Join Date
    Jan 2000
    Location
    CA
    Posts
    52

    Re: Please Help - Problem with images.

    From your description, I cannot follow what your code is doing...

    Could you post (or forward to my e-mail [email protected]) your code. I'd like to help...


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