Running a WPF app from a network share
What are my options for running a .net 4.5 WPF app from a network share?I know about click once deployment. Are there any other choices?Certified Geek
View ArticleNeed help with MVVM, Usercontrols and dependency properties
Hi!Please help me do things the correct way!!My scenario is as following.I have a window, that window has two usercontrol embedded. The first user control A contains a button, the second user control B...
View ArticleHow can I connect 3D xaml robot parts and animate them?
How can I connect 3D xaml robot parts and animate them? Now that I joined all the xaml parts like legs and arms. Now lets make the robot walk (animate it)Thanks,
View ArticleWPF MVVM - dynamic binding to a specific array element
Hello All,I'm fairly new to WPF programming but so far I've got a fairly solid grasp on it. the main issue i'm running into right now is binding a specific element in an array to the view.I'm working...
View ArticleAccess the dispatcher of another Thread.
Hello guys.I the project i'm developing there was a need to create a new tread with a window with her own dispatcher, so it can run freely from the main dispatcher.I did something like this: //button...
View ArticleThreading issue
Hello all,I'm fairly new to WPF and i'm running into an issue with threads and UI.So I have a MainWindow class containing a grid which is filled initially with UserControl1.UserControl1 has a button...
View ArticleMicrosoft TechNet Wiki Guru - Winners for June!!
The results for June's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2013/07/10/technet-guru-awards-june-2013.aspx Congratulations to all our new Gurus for...
View ArticleAdding Copy ContextMenu to the Disabled TextBox
1) How can we add a Custom Copy context menu on the disabled TextBox (Standard).how to do for the standard text box.2) I have created a style for TextBox and I am trying to add a Custom Copy...
View ArticleAssigning either png or jpg file unsucessfully
Hi all of you,My aim is to assing one image in one ContextMenu item but it doesn't show anything, my xaml: <Window.ContextMenu><ContextMenu><MenuItem Name="Clientes"...
View ArticleWPF TextBox Background to 50%?
Hi all, How to Change the Background in WPF textbox to 50%?no need to fill entire textbox background. the textbox background should change based on user input like 50%.see the sample image,...
View ArticleLooking for a BusyIndicator in WPF
Hi all of you, I would like to know how to use a BusyIndicator like you do in SilverLight.Primary platform is Windows 7 Ultimate 64 bit along with VS 2012/Sql2k8 for WPF and SilverLight stuff
View Articletasks and UI thread
Hi,I wrote some code that uses the TPL and tasks specifically and another develop on my team thinks this task is actually beinf run on the UI thread. Is this correct? If so how can I modify it so its...
View ArticleWPF: MediaElement to play online videos
I am creating a WPF media player using MediaElement class in WPF. Here i can play the local videos (Available in my PC) but i cannot play an online video. Can anybody knows what i have to do for this?...
View ArticleWhat is psess/vsp files it for?
Hi all of youI see this files and I wonder about them? could i delete without risk?tia,Primary platform is Windows 7 Ultimate 64 bit along with VS 2012/Sql2k8 for WPF and SilverLight stuff
View ArticleUsing MVVM pattern in WPF
Hi,I have been trying to create my first WPF application using MVVM pattern for almost 2 months. Yes, I am going through the steep curve of learning lots of things at the same time. Because for the...
View ArticleWPF Window, how can I drop controlBox?
Is it possible in WPF projects?Thanks indeed for your help and hints,Primary platform is Windows 7 Ultimate 64 bit along with VS 2012/Sql2k8 for WPF and SilverLight stuff
View ArticleShowing BusyIndicator after clicking MenuItem option
hi, My aim is very simple. Some options in my main menu delay up to two seconds and I would like to show one BusyIndicator.Can you give me some hint about how can I do that? I mean, I don't want to use...
View ArticleError trying to load Microsoft Visual Studio 2012
Everytime i try to open Visual Studios 2012, an error message displays" Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e25' or one...
View Articleincreasing the size of navigation bar in WPF
hi all of you,is there some way to increase it? it's smaller if you compare with my fonts and the rest of UI stuff..I'm talking about two buttons (left and right) which appear on the top every XAML...
View ArticleBinding Combo Box (that is placed within a custom control) Item Source to a...
I trying to Bind the item source of the combobox contained within a custom control to a binding list collection view anyone help. ThanksPublic Property cvLanguage As BindingListCollectionView Get...
View Article