Allignment issue with objects
Can someone tell me what i am doing wrong with the properties? see screenshots. im trying to get the text bars on top to fill the gaps when its maximized, but it does not. Unlike VB Forms, this is easy...
View ArticleExport or save delimited text file by quotation from datagrid.
Hi I have a text file delimited by quotation, that position in a datagrid which I make some changes but then I need to export it or save it to a folder. In WF do so without any inconvenience. Also take...
View Article[RESOLVED] The remote server returned an unexpected response: (413) Request...
Hi there!:wave: I'm trying to build a WCF Application service, using FW4.0. My service work correctly when transferring EntiryFramework object between Server and client. But I'm having problem passing...
View Article[RESOLVED] DevExpress Splash Screen
I'm new to this DevExpress Tools and WindowForms. Can anyone tell me about them and how to code the splashscreens. Attached Images Â
View ArticleSome help with creating dynamic question form
Hi! I am trying to find out how I can build a WPF desktop app that will look like a question form, and that will be dynamic, meaning everything will be created as the backend user chooses. It is to be...
View ArticleAGAIN with the (413) Request Entity Too Large! Any help welcome...
Okay, I thought I had this stupid problem fixed. I'm running WCF with a client/server setup. Windows 7, VS 2012, .NET 4.5. I've got the app working mostly fine, but when I started expanded testing I...
View ArticleQueue to XML
Hi i'm new here so so hello to everybody. i have a question which i already asked in a forum in my native language. But unfortunately i didn't get an answer. So i will try it here :) I will export a...
View ArticleWPF Code
Hi all, I'm a newbie in WPF and C#. I'm working on a small project and I want to make a custom window with borderless feature. I did some googling on the internet and found a sample for that. The...
View ArticleWPF - XAML - XamDataGrid - How to sort by Date Field?
Code: <Custom:XamDataGrid.FieldLayouts> <Custom:FieldLayout Key="masterRow"> Â Â <Custom:FieldLayout.SortedFields> Â Â Â Â <Custom:FieldSortDescription Direction="Ascending"...
View Article[RESOLVED] WPF - XAML - XamDataGrid - How to sort by Date Field?
Code: <Custom:XamDataGrid.FieldLayouts> <Custom:FieldLayout Key="masterRow"> Â Â <Custom:FieldLayout.SortedFields> Â Â Â Â <Custom:FieldSortDescription Direction="Ascending"...
View ArticleTrouble with persisting data from MVVM to Entity Framework
Here is my VM class: Code: Imports System.Collections.ObjectModel Imports System.ComponentModel Imports System.Collections.Specialized Public Class MainWindowVM Â Â Implements INotifyPropertyChanged...
View Articlebutton text font
I am working on WPF program and I have a button which display 2 lines of text. What I need help on is, I want the top line of the text to have bigger font than the bottom text but how. I would be...
View Articlebutton text
I am working on WPF program and I have a button which display 2 lines of text. What I need help on is, I want the top line of the text to have bigger font than the bottom text but how. I would be...
View ArticleTrying to set button image programmatically
I've got this code that creates a list of buttons to put into a toolbar strip. I am putting a StackPanel in for the Content of the buttons - and I am seeing the TEXTBLOCK but not the image. Any ideas...
View ArticlePassing array of items to service contract implementation WCF 4.5.x
I've got an issue, We are interfacing a legacy system with a new service via IBM MQ, so far this works until i get to the service. Code: public papesOrderResponse PlaceOrder(Order order, params...
View Article[RESOLVED] Passing array of items to service contract implementation WCF 4.5.x
I've got an issue, We are interfacing a legacy system with a new service via IBM MQ, so far this works until i get to the service. Code: public papesOrderResponse PlaceOrder(Order order, params...
View ArticleThe 'Microsoft.ACE.OLEDB.12.0' provider is not registered...' when I test my...
Hi Guys I've got a WCF library that I'm testing. One of the services reads data from an excel file using an OLEDB connection. The connection string reads:- Provider=Microsoft.ACE.OLEDB.12.0;Data...
View ArticleListview get select item text on double click (WPF)
I am trying to get the text from the first column of the listview row when I double click it. How can this be done. Attached Files VB.Net 1.zip (148.9 KB)
View ArticleFirst time with style triggers
Ok - so I wanted to change the cursor to a HAND if you hover over a textblock that has a tooltip that is not null. From what I've read on the interweb condition's can only be done on EQUAL. NOT EQUAL...
View ArticleWPF Listview alternating row colors
Anyone here ever do alternating row colors on a listview - not each row but actually BOUND to something in the Observable collection that feeds the listview.
View Article