WCF service using authentication - membership need certificate?
Hi. I am able to use WCF services but i have one question. I am looking at securing the WCF using authentication and membership database when data is passed to an asp.net application. My question is,...
View ArticleHelp with WPF DataGridTextColumn
Hi! Im managing a WPF application that has a very inconsistent UI. Now the customer want to streamline it a bit, and I have stumbled upon a problem with several of the datagrids. it seems, as for some...
View ArticleMultiple object movement control array
Hi guys. I am trying to make a dock menu with WPF but my question is on VB.NET side. Anyway, basically I want some kind of a control array but I don't know how to write it. I have objects in dock are...
View Article[RESOLVED] Displaying null date in DataGrid
Okay, I've got a DataGrid that is displaying data from our database, except when it runs across a NULL datetime value in the database it displays it as "1/1/0001 12:00:00 AM". I'd MUCH rather have it...
View Article[RESOLVED] Multiple object movement control array
Hi guys. I am trying to make a dock menu with WPF but my question is on VB.NET side. Anyway, basically I want some kind of a control array but I don't know how to write it. I have objects in dock are...
View ArticleCopy data from datagrid template column to excel
Hi! Im struggling to solve a problem. My customer want to copy grid data from the application into excel. This works out of the box almost for all standard columns. The problem is a template column...
View Article[RESOLVED] Need help with ADO.NET Entity Data Model
I created an Entity Data Model and got a WCF client-server app up and running. Now we're ready to test deploy, and the server should connect to a different database than it did during testing. I cannot...
View ArticleVery new to WPF - how could I do this
I've got an area on the screen that needs to show dates/day's and have a "graph-like" height to each tab under the date/day. Any easy way to accomplish this with WPF? I read that canvas panels are evil...
View Article[RESOLVED] How get the value of a HIDDEN DataGrid cell?
I'm having trouble getting the value of a cell in a DataGrid if that column is hidden. The following C# code works fine if the column is visible, but fails if it is hidden. Code: int id =...
View Article[RESOLVED] Very new to WPF - how could I do this
I've got an area on the screen that needs to show dates/day's and have a "graph-like" height to each tab under the date/day. Any easy way to accomplish this with WPF? I read that canvas panels are evil...
View ArticleVertically up Headers
Hi guys, I am trying to design a form with headers that read vertically up. This is to save space so I can fit many columns. I tried datagrid but am not sure how to achieve this. I use WPF and Vb.net....
View ArticlePrint pages in sequence
I need to print fixed document reports for learners as a single print job. How do I stack and send these reports in one click. I can print one page at a time by clicking the Print button on the...
View ArticleHow to handle Treeviw state in WPF?
Hi! Im currently working with a WPF application, where the customer has complained about a treeview view. When the user add an item to the treeview, and then press save, all changes are persisted in...
View ArticleAdding Datagrid Column Header Names at Runtime
I put vertical textblocks in a datagrid column headers. Now I want to add names to these header textboxes at runtime. The order of the columns is random so I can't just bind the names in the XAML. So...
View ArticleCan't get the DispatcherTimer to work
I've got this code so far - but it's not liking the .Tick assignment. This is C# Code: private DispatcherTimer mainTimer; . . . mainTimer = new DispatcherTimer(DispatcherPriority.Normal);...
View ArticleWPF Webbrowser
I have a webbrowser that hosts a winform. I have another page that hosts a winform. From one page I want to navigate to another page in the same browser. I can open that page from a button click, but...
View ArticleBuild toolbar buttons at runtime with tooltips
I was using the "commented" out code below to create BUTTONS on a TOOLBAR at runtime - worked nicely. Code: //List<String> list = new List<string>();...
View Article[RESOLVED] Build toolbar buttons at runtime with tooltips
I was using the "commented" out code below to create BUTTONS on a TOOLBAR at runtime - worked nicely. Code: //List<String> list = new List<string>();...
View Articlemy.settings
how do I save my.settings when closing a xaml page Normally do this in winform via Code: Private Sub myform_FormClosing(sender As Object, e As Forms.FormClosingEventArgs) Handles MyBase.FormClosing...
View Article[RESOLVED] Remove Item(s) From Bound Combo
Looking to do some kind of filtering on a bound combo box. Its complicated by the fact that we use Caliburn.Micro I dont want to handle the selection and revert it as thats not a good user experience....
View Article