new in WPF how can I do this ?
Hi all, i'm WPF beginner and i'm not a pro on designe i'm just a devloper I want to create a rotatable list like this is it easy to make one ? if not some suggestions please Thank you in advance...
View ArticleSend a request to a service in a remote server
I use the ff string to send a request call to a local server and it works fine: service.DownloadStringAsyn(New Uri("http://localhost:12345/serviceName/"Service.svc/className/" & argument1 & "/"...
View ArticleChange Graphics Rendering Registry Settings
Hi, i need to change the Graphics Rendering Registry Settings to disable the hardware acceleration. I found this post: http://stackoverflow.com/questions/2...802870#9802870 But i have no idea how to...
View ArticleWcf hello world
I am trying to get started with WCF. I want to create a hello world web service that runs on ASP.NET development server. I am stuck trying to get the web server to read the service. When I open the...
View ArticleThe caller was not authenticated by the service
I have deployed my service to a remote server. It's working fine on my local machine. I can reference the remote service OK but when I try to call a function, it returns the error "The caller was not...
View ArticleWCF programmatically instantiate app.config settings
I have written a WCF service. This is the App.config file for the client application that consumes the service. I want all of this data to be set with the client application's code. How can I do this?...
View ArticleWCF with IIS7.5 custom certificate for client side login, register, erc.
Has anyone actually done this? In theory, we are ready to go but as I've read, if you create a custom certificate you get in lot and lot of problems(server denying the cert, exceptions thrown, security...
View ArticleRedirected. Blackjack- Creating cards
Hey guys, im having some problems with adding cards to my Blackjack program and after posting this in visualbasic.net section i was adviced to bring my problem here for help. At the moment I have...
View ArticleConvert a Winform Application to WPF bit by bit?
I have been developing a game simulating the use of another operating system called "ShiftOS" in VB.Net with winforms. The desktop is a full screen borderless form overlapping the users real desktop...
View ArticleIssue converting a bitmap to a bitmapsource
I'm converting a Windows Form Application to a WPF Browser Application. Currently I'm having issues converting my bitmaps that I have stored in My.Resources to BitmapSource. This is what I've tried:...
View ArticleWCF serialize deserialize WCF service
It cannot return list of T , it cannot return memorystream, cannot return anything. So how would i build that? If i do: Code: // Iservice [OperationContract] [WebInvoke(Method = "POST",...
View Article[RESOLVED] Return List will fail on WCF
So, i have this class that is referenced in both client and server app: Code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Runtime.Serialization;...
View ArticleWPF DataGrid Help
Hi All I want to loop through a datagrid and change the row color if a cell has a value is greater then my alarm value Sum thing like this Code: Dim Alarm1 as string = "245.00" For Each band As...
View Article[RESOLVED] How to set DataGrid Cell Color
I'm trying to set the cell color of a WPF datagrid. But I can't get this to work. Code: Dim firstRow As DataGridRow = TryCast(DG1.ItemContainerGenerator.ContainerFromItem(DG1.Items(0)),...
View ArticleCustom Graph
There doesn't seem to be many if any free graph controls out there so i'm going to make my own. I'm going to use a stackpanel and put a rectangle in there. the height will be worked out based on the...
View ArticleBorder Style change
I have a DockPanel where in VB.NET I'm adding borders to it at runtime. I'm adding a style resource to this border too. Via VB.NET code I want to on the mouse over event change the style and then...
View ArticleSort a gridview when column header is clicked in WPF
Hi I would like to sort the gridview when the column header is clicked. Has anyone has any sample code in vb or able to guide me on this. Thank you.
View ArticleCan I "Share" a type between two data services?
I've got a few types that are commonly used between several different WCF services. I'd like to be able to expose those types on a single endpoint and have them reusable against all the services....
View ArticleHow do I route commands to the command handler using WCF/REST?
Has anyone got any samples or good ideas on exposing the command handler part of a CQRS framework through REST? Ideally I'd like some way of generating the routing table "auto-magically" from the...
View Article