I have an application, implemented in WPF, that presents various media on full screen, such as movies, images, text etc.
these views can be presented in a slide-show, much like in PowerPoint....
Hi,
I have just recently started working with the microsoft WPF datagrid. I am trying to implement sorting on the grid. I have enabled CanUserSortColumn so sorting is enabled but I cant ...
I'm trying to utilize an arraylist inside a Silverlight 2 application. However, it does not seem to be an available object type by default. I tried adding system.Collections namespace to my ...
Hi to all,
I created a Silverlight Listbox application that displays images of the members in my database. I added the Controls toolkit found on codeplex:
http://www.codeplex.com/Wiki/Vie...
I have a dependency property name "myTop" and debug shows that it is working as expected. I need to bind this value to the "To" property of a DoubleAnimation. I have tried {TemplateBinding m...
Hello,
In my XAML code below I have six triangles of MeshGeometry3D which has been displayed OK. The problem is that when I want to map a DrawingBrush (EllipseGeometry) to my material and I...
I have a silverlight app project and I created another project inside that with the wcf service. I am getting the below error message when it trys to call the wcf.
When i run the wcf by its...
Hi,
How can i handle the Mouse Right Click in Silverlight 3. What i want to achieve is to have a context menu with some options like Add File, Delete File...etc.
Looking forward to hear...
I have a WCF services calling data from an SQL Database. The service is returning two tables, a main table and an attachments table. I have bound the tables to two different datagrids. Now I'm...
Hi to all,
I am trying to get the code below as a listbox datatemplate's ToolTip. I keep on getting an Object Reference not set to an instance of an Object. Can anybody please help.
Thanks
The following C# code is a handler that make sure that a Windows Form TextBox accepts numbers only including decimal point (one only). I want to do the same for a WPF TextBox, unfortunately th...
Trying to make treeview in xaml/wpf in c# work like forms treeview pertaining to the 'ShowPlusMinus' feature. How do you NOT show the plus sign if an item has sub items and instead of clicking...
Hi to all experts,
I created a WPF Application that display images that is being stored as binary format in my database. I converted that to a Silverlight application and all is working, ap...
Hi everyone,
I've been researching this issue for a little while now and have yet to figure out a solution. I am working with wpf and attempting to use a usercontrol as a datatemplate for a ...
Hi Experts,
I am working on an application based on Silverlight 3.0 and C#.
My requirement is as follows:
I want to have a universal dropdown in my application that lists all the them...
I have a WCF service that is using the SharePoint object model to query a list. (I need my recurrence events.)
I have a Silverlight application referencing that service to display it using...
I have 2 simple 1 tree view. 1 loaded with TreeViewItem and the other loaded with HierarchicalDataTemplate. My treeview loaded manually with item working perfectly.
But when using the Hiera...
In the following XAML the style is applied to the buttons if the TargetType property is set to Buttons and to the TextBox if set to TextBox. In theory setting TargetType to Control should resu...
Hello
I have a Canvas on a Usercontrol. Now I want, that the user can Resize the canvas with the mouse.
Like we can resize every window in Windows, moving the mouse at the side, pressing m...
Hello experts,
I have a Silverlight application that consumes a WCF Service.Obviously using http.
The service is hosted inside the seme ASP.Net WebSite that hosts the Silverligh client. Th...
Hello,
I set this color as bordbrush for the border in the below controltemplate for combobox:
FF008CFF
but the color which is shown is BLACK not blueish ?
Hi to all the experts,
I was wondering where I can get a sample or sample code to use active directory to log in users to my Silverlight application. This is an internal website, but only u...
I have build a WPF browser based application. The settings are as follows:
1. Enable ClickOnce Security Settings
2. This is a full trust application
I'm able to publish the application a...
When I'm working in a .xaml.cs code behind file, I am able to utilize FindName("ElementName") to reference an element that I've previously added dynamically to the xaml. This works because th...
i need to open msword,excel documents in silverapplication 3.0.i have button in silverlight application.when i click the button,i need to show only existing word and excel document in a dialog...