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

Search:

Type: Posts; User: cghvw

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    748

    Bitmmap access from another thread/event.

    Hi,

    I would like to create a bitmap on a form and add extra pixels to the existing bitmap by clicking different form buttons.

    // (A) declare bitmap object (accessible by all functions)...
  2. Replies
    1
    Views
    768

    How to play wav files from resource?

    Hi,

    It's me again.

    After publishing and installing my application it misses my wav files....
    So I added my wav files to the resource.

    How do I play wav files from the resource?

    Accessing...
  3. Replies
    1
    Views
    713

    Re: How to read a Resourced file?

    Hi Henk,

    Just let me answer myself... ;-)

    When accessing a resource which is an xml file then it will return a STRING to the CONTENTS of the resourced xml file.

    So to get the xml contents we...
  4. Replies
    1
    Views
    713

    How to read a Resourced file?

    Hi,

    my previous question about reading Resource Assembly info was greatly honoured and solved.

    but I'v encountered another issue.

    I simply access an .xml file from my application.
    But after...
  5. Replies
    2
    Views
    1,071

    Re: How to read Assembly Information?

    Hi,

    great!

    Thanks

    Henk
  6. Replies
    2
    Views
    1,071

    How to read Assembly Information?

    Hi,

    I think it's a simple question as I like to have the Assembly Version number shown in my mainform header text.
    But wherever I search on the Internet I can't find anything in that direction....
  7. Replies
    11
    Views
    2,468

    Re: Forms and Z-Order

    Hi,

    I don't think pictureboxes will work. I don't see any transparency item with pictureboxes.

    I need some transparant panel (Form) or other object (Form) to put small icons on it.

    Behind...
  8. Replies
    11
    Views
    2,468

    Re: Forms and Z-Order

    Hi,

    Form C has a air/clouds picture on it.
    Form B has a landscape picture on it with an horizon.
    Form B must always be in front of Form C.

    The (large) air/clouds picture (Form C) should be...
  9. Replies
    11
    Views
    2,468

    Forms and Z-Order

    Hi,

    I would like my 3 forms A, B and C always stay in the same Z-order no matter where I click with my mouse.
    So form B should always be positioned 'between' form A and C.

    Is that possible?
    ...
  10. Replies
    2
    Views
    787

    Re: How to evaluate a resource?

    Hi,

    Yeah, i think using the Tag property is not a solution but a workaround, although it's a good idea.

    Thanks

    Henk
  11. Replies
    2
    Views
    787

    How to evaluate a resource?

    Hi,

    My application contains a Toolstrip button. I use this button also as an indicator. The button Image property gets different bitmaps from the project Properties.

    I use several bitmaps named...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured