"Attached" TextBox in the Outlook 2007+
Hi everyone,There is a TextBox in the Outlook 2007+, that shows the attached files separeted by a semicolon. You can freely delete/move them as usual text. Would you please explain how Microsoft...
View Articlehow close window from buttom inside content template
Hi guys In the App.xaml have a style for window to define the title bar and border of all window in my app. It look like I want, also have a button to close the window but i dont know how to close the...
View ArticleSSRS Report Chart Rendering Issue
Hi,I've got a chart in one of my reports that will render all information correctly, but only when it feels like it, it seems.The chart is to display three area graphs, one stacked on another, along...
View ArticlePropertyChanged Null when not visible
hi,I am having issue with a Collection shown in a Listview giving null on PropertyChanged when the item is not visible in the UIHere is what i am trying to do.I have a Checkbox in the list view that is...
View ArticleNo ScrollBar in DataGrid and it's NOT in a Stack Panel
I have a DataGrid inside a Grid that will not display a vertical scroll bar when needed. I've read many post re:this issue and tried lot's of solutions but nothing seems to fix this issue. Below is my...
View ArticleLoading one User Control according the option selected
My aim is load an User Control in my view under user criteria selection.My View: <Window x:Class="OR_Management" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleYou could be September's TechNet Guru! Turbo charge your CV with awards and...
TechNet Wiki is partnering with... YOU! Give us some juicy technical content and we might big you up!It really is that simple! Show us your forum solutions or drop us some nifty snippets and become...
View ArticlePrinting RTF WPF
helloIm trying to print a rtf in a table cell with all format. Im really a beginner.using this code:FlowDocument myfl = new FlowDocument(); TextRange trvb = new TextRange(myfl.ContentStart,...
View ArticleTrouble finding ViewModel property from ListView
Hi,I have a rather complicated data binding template and I'm not able to find away back to myViewModel to access a property and command. This is how my xaml is set up from Top to Bottom as its...
View ArticleVirtual Kiosk
I want to run away to a safe bi bi kiosk selected fileHow to make a virtual kiosk?????sample: comodo firewall (virtual kiosk)
View ArticleUsercontrol with stackpanel of images
Hello, I would like to build a usercontrol with one inside the other ScrollViewer, StackPanel, image. In the code I would like to be able to upload the pictures in this user control and potrer then...
View Articleclrnamespace mapping not finding EF entity type
I'm a little baffled by this because it seems straightforward enough to do, yet is not working. I have a little prototype application that I have added an EF model to. I wanted to try out the...
View ArticleNested Datagrids
Hello, I have a question about nesting two datagrids.I have a main datagrid which is bound to a ObservableCollection of custom objects (classA) in my ViewModel.This custom object has a couple of...
View ArticleUser Control - Triggers not found or not accessible
Hello,I am very new to this wpf stuff and I was trying to follow a tutorial to create a user control with dependency property using wpf framework and ran into road blocks.I attempted to create a very...
View ArticleUsing Threads in WPF
Looking to do something real simple.I have a sub that gets a list of from a database select statement.If the list returns Zero count from the list I would like a Label to say "Can't find in...
View ArticleGeneric.xaml not able to be seen by the WPF designer in a Winforms application
:) first post on this forum. I'm used to Stackoverflow. Sorry if i break any of the etiquette of this forum. So to start off I have seen this problem in VS2010, 2012, and 2013 RC. The project I am...
View Articleplzzzzzzzzzz............ tell me answer
Error2 Argument 1: cannot convert from 'string' to 'System.Data.SqlClient.SqlCommand'
View ArticleCustom Dictionary in wpf
Hi....... How to import custom dictionary in wpf application?
View ArticlePushNotification to WPF Applications
Can we make a WPF desktop Application receive Push Notifications? Is this possible?Hibrisehibrise
View ArticleReopening a dialog box after it is closed.
I have the following code:----------------------------------------Window1 test = new Window1();private void button1_click(object sender, RoutedEventArgs e){ test.Owner = this;...
View Article