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

Search:

Type: Posts; User: shak_pg

Search: Search took 0.03 seconds.

  1. Blurred (See through) background for full screen window

    Hi,
    I got a full screen window with image in the center of it in 80% size of the screen. I want ONLY the rest of the window (i.e. - the parts that are not covered by the image) to be blurred so it...
  2. Re: Setting image source in only in runtime (Without define it in the XAML)

    Thanks - That is the correct answer for my problem.
    http://www.codeguru.com/forum/images/icons/icon10.gif
  3. Re: Setting image source in only in runtime (Without define it in the XAML)

    Thanks for the example but I did not understand how your example can help me.
    I was talking about XAML(WPF) that will define images in the XAML but the source to that image will be decided upon...
  4. Re: Setting image source in only in runtime (Without define it in the XAML)

    Hi,
    Thanks for your replay.
    Can you please explain further how to do the reflection?
  5. Setting image source in only in runtime (Without define it in the XAML)

    Hi,
    I'm trying to create XAML page with several images that will only be set in the code during runtime. Here is a sample of image tag from my XAML -
    <Image Name="CloseAppWindow" Width="454"...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured