473,544 Members | 2,509 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XAML / WPF / Silverlight Forum

XAML/Silverlight/WPF
1
19,293
xarzu
thread by: xarzu | last post Aug 3 '12 by: Frinavale
In a silverlight app, I have a BitmapImage defined as System.Windows.Media.Imaging.BitmapImage and it as a method called "SetSource" where I can set the source like this: BitmapImage bitmap = new BitmapImage(); System.IO.Stream stream = _scene.GetStream(); if (stream == null) return; bitmap.SetSource(stream); In a WPF...
1
6,387
thread by: michaeldebruin | last post Jul 24 '12 by: PsychoCoder
Hello all, Anyone knows how to establish a connection from a Windows Phone App to a sharepoint server? I have experience with programming C# for desktop apps and a little bit ASPX knowlegde. So some explanation how to configure things etc. would be highly appreciated. Thanks in advance Michael
1
7,602
thread by: adriancs | last post Jul 24 '12 by: PsychoCoder
Hi, I'm doing a silverlight application. Do you how to connect to MySQL in silverlight? any methods? class? plugin? assembly? thanks.
0
2,203
thread by: divya288 | last post Jun 27 '12 by: divya288
I ran into this error trying to run an app from Publish.htm I can't find what is wrong with the deployment. The following properties have been set: Property: = true {boolean} Property: = HomeSite {string} Property: = Intel {string} Property: = 6.1.1 {version} Running checks for package 'Windows Installer 3.1', phase BuildList The...
0
2,158
thread by: Wisdom1985 | last post May 9 '12 by: Wisdom1985
how to we get cursor current position on telerik radrichtextbox?
1
2,517
thread by: p pb | last post Apr 13 '12 by: Monomachus
How to get the hash fragment part of the web browser uri
1
2,707
thread by: michaeldebruin | last post Mar 7 '12 by: LoanB
Hello all, I am trying to create Windows Phone application. But I need to retrieve values from variables between the different classes. For example: I need to get the value of a variable from class2 in class1. Anyone got any ideas what's the fastest and safest way to do this? I know I will be able to do this by using the...
0
2,749
thread by: michaeldebruin | last post Feb 10 '12 by: michaeldebruin
Hello all, I am trying to establish an oAuth connection, to connect a Windows Phone app to an API. And I've found on different websites that I need to add the namespace "System.web". But somehow my visual studio won't add, because it doesn't exists. I've already tried to add reference Systen.web.dll, but my visual studio won't accept it to add...
0
2,091
thread by: michaeldebruin | last post Jan 24 '12 by: michaeldebruin
Hello all, Any of you who knows how to establish a oAuth connection to an API using Silverlight? Any help or tips would be appreciated. Thanks in advance Michael
1
4,281
thread by: rafeenatnat | last post Jan 11 '12 by: Frinavale
Hi, I can only bind 1 item even if I selected more than 1 item from my ListBox. Every time I select another item, my uniformGrid(grid to display selected items) will only display the first selection not the other selected items. My uniformGrid has 2 rows and 2 columns. I just want to fill them with my selected items(i.e. image) from my...
5
16,933
markmcgookin
thread by: markmcgookin | last post Dec 21 '11 by: Frinavale
Hi folks, I have a WPF Datagrid in a WPF Project Window. I have populated the grid with a datatable, and autogenerated the columns (unfortunately a necessity) and have a requirement to change the header colour of the columns dependant on certain other factors. I have a list of the coulmn names that need highlighted, and would easily be able...
1
7,881
Aimee Bailey
thread by: Aimee Bailey | last post Sep 30 '11 by: bruenor41
Ok today I came across one of the oddest problems so far in my programming life, I was building an application not to dissimilar to a file explorer, and I had the need to invert the row selection on the DataGrid control, something easy you say? well give it a go and you'll soon come across the same issue. The problem was that there is no specified...
0
1,707
thread by: LeLouch Fenette | last post Sep 21 '11 by: LeLouch Fenette
Every time I use Down Arrow key in Keyboard the datagrid eat more CPU Usage. How to lessen the CPU Usage consumption? Post your code to minimize the CPU Usage.
4
10,116
thread by: jbrumbaugh | last post Sep 20 '11 by: Frinavale
Hello, I am trying to create a WPF application that will have a custom rectangle shape. Since Rectangle is a sealed class I have to inherit from Shape class. Basically my rectangle will consist of four corners (triangles) and 4 edges (trapezoids) that the user can interact with by selecting and dragging the edge or corner to resize the...
3
24,092
thread by: LeLouch Fenette | last post Sep 20 '11 by: LeLouch Fenette
I have a image that is changing according to the selected image also. Ex. Code: <Image Name="ImagesStatic" /> <Button Name="btn1"> <!-- When I choose this the Image --> <Button.Header> <!-- Source of img1 copy transfer --> <StackPanel> <!-- ImagesStatic --> <Image name="img1">
1
3,654
thread by: LeLouch Fenette | last post Sep 19 '11 by: Frinavale
double currentWidth = SystemParameters.FullPrimaryScreenWidth - 205; double colNumber = 10; double newWidth=currentWidth / colNumber; datagrid1.ColumnWidth= newWidth; my code not working.
1
3,853
ammoos
thread by: ammoos | last post Sep 15 '11 by: Frinavale
Hi All, In WPF application which uses a pop up window, if we set a property ‘StaysOpen=true’ for a popup, then on navigating away from the application and taking another application, the popup will appear on top of the currently active application. If we set ‘StaysOpen=false’, then the popup window wont exist when we come back after visiting...
1
1,979
ammoos
thread by: ammoos | last post Sep 15 '11 by: Frinavale
Hi, I am using a frame in main window to load different pages. My application has a user control with one text box and a button. I am using this user control 3 times in one of the pages. Suppose I have entered “Name_1” in first user control text box, “Name_2” in second user control text box and “Name_3” in third user control text box. After...
1
1,886
thread by: cethie | last post Jul 11 '11 by: nbiswas
I need a function to return something that can either be System.Windows.Controls.Control or System.Windows.Controls.StackPanel. Ideally it should be an interface thats implemented by both or a baseclass of both of them (I hate using object for this purpose) The likes of UIElement etc seem to be exclusive to one of 'em only. Any ideas?
3
7,625
thread by: Bassem | last post Jun 21 '11 by: Curtis Rutland
Hi, How can I get the complete URL from the webbrowser? Thanks for your help! Bassem update: I use the WebBrowser to get a query value when it navigates to a page and the page redirect it with a url that contains the query.
1
3,699
ammoos
thread by: ammoos | last post May 31 '11 by: Frinavale
Dear All I am using frame in the main window of my application and in that window the NavigationUIVisibility is visible. I think this service is available only pagewise, not like the back button in web pages. my requirement is, I have a textbox and a listview in my application. When user type somthing in this textbox then the matching data...
3
3,035
thread by: shahjeet297 | last post Apr 13 '11 by: Aimee Bailey
Hi, If i used virtualization in treeview then i face two problems: 1. There is flickering during the scrolling which occurred randomly. 2. Sometimes my contents disappear if i scroll rapidly up and down.
1
4,663
thread by: JeffN825 | last post Apr 12 '11 by: Aimee Bailey
Hi, I am designing a XAML Browser Application that hosts an excel spreadsheet in a DSOFramer ActiveX control. The DSOFramer control is in a Windows Forms Host control off the main XAML page. The XAML Browser App has been configured to run in full trust mode and I have imported the pfx certificate into the Trusted Publishers and Trusted Root...
0
5,823
Curtis Rutland
thread by: Curtis Rutland | last post Nov 26 '10 by: Curtis Rutland
Have any of you ever used a Reverse Polish Notation calculator? I did in high school. It was easily the best calculator ever (the HP=32SII). RPN is great, because you don't have to use parenthesis. The stack and the order in which you key the operators maintains order of operations. Today, I'll walk you through creating one. Note this tutorial...
9
4,595
jhardman
thread by: jhardman | last post Nov 24 '10 by: ThatThatGuy
I'm pretty sure this is an easy question, I just can't figure out how to set the look and feel of my controls, so I am getting the default, and I want my controls to match on different platforms. I tried setting borderthickness for 30 minutes only to realize that it works on some look-and-feel, but not others (see attachments).

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.