Page 2 of 2
Re: Picturebox Transparent, Goes Through Everything.
Posted: Mon Dec 06, 2010 2:29 am
by GoodGuy17
Make sure you are remaking it in a WPF Application, not WPF Browser.
In the toolbox, there should be something called Media Element (under All WPF Controls).
Add it.
Where you would set the video in a normal application, it would be:
MediaElement1.Source = "C:\Path"
Before you DELETE the normal one, try to make it in WPF, because if you delete the normal one and cannot recreate it in WPF, then, well, you're screwed.
Re: Picturebox Transparent, Goes Through Everything.
Posted: Mon Dec 06, 2010 2:34 am
by 345138
GoodGuy17 wrote:Make sure you are remaking it in a WPF Application, not WPF Browser.
In the toolbox, there should be something called Media Element (under All WPF Controls).
Add it.
Where you would set the video in a normal application, it would be:
MediaElement1.Source = "C:\Path"
Before you DELETE the normal one, try to make it in WPF, because if you delete the normal one and cannot recreate it in WPF, then, well, you're screwed.
Thank you so much!
I will keep this topic open as I will likely encounter more problems.
Re: Picturebox Transparent, Goes Through Everything.
Posted: Mon Dec 06, 2010 4:09 am
by 345138
How to get a timer in a WPF application?
Re: Picturebox Transparent, Goes Through Everything.
Posted: Tue Dec 07, 2010 1:12 am
by code it
do the same thing reboh told u
Re: Picturebox Transparent, Goes Through Everything.
Posted: Tue Dec 07, 2010 2:33 am
by GoodGuy17
I didn't see a control for it, even in the choose items list. Maybe use a loop or something through code someway? Try using a Do Loop. If you don't know how to use it, I can't explain it very well because of the simplicity... probably a good idea to Google it or ask in the tutorial requests. If you can't find out how, then you should probably go back to the normal one. But first, what is the timer used for?
Re: Picturebox Transparent, Goes Through Everything.
Posted: Thu Dec 09, 2010 9:07 pm
by Axel
i think your background color is window :P