473,544 Members | 1,307 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XAML / WPF / Silverlight Forum

XAML/Silverlight/WPF
0
2,063
thread by: Bassem | last post Oct 27 '10 by: Bassem
Hello, I was wondering if there is an easy way to bold the typed part of suggestions of an AutoCompleteBox. Regards to this link: http://www.jeff.wilcox.name/2008/11/autocompletebox-missing-guide/ Thank you for your help.
0
2,179
thread by: Bassem | last post Oct 5 '10 by: Bassem
Hey, I'm trying to get a string that represents the DOM of web pages using System.NET - The only way I know. I used WebClient.DownloadStringAsync, but it acts very strange; sometimes gives result, but very short string! Does not the expected result from DownloadStringCompleted event handler is the entire string of the web page, like using...
1
6,781
ClubbieTim
thread by: ClubbieTim | last post Oct 5 '10 by: blackandcold
I have an event that I would like to sandwich with "Loading..." and "Ready!" textblocks on my status bar. This is on a WPF application (as opposed to a web app). This would be simply on a Windows Form, but in the world of WPF I am having an existential crisis. Here's the jist: XAML <!--StatusBar--> <StatusBar Height="30"...
5
3,534
sword117
thread by: sword117 | last post Sep 21 '10 by: sword117
I have a wpf project in microsoft expression blend 4, and i need to pause the storyboard at a especific time, and resume it later. without any user control button or something like that =)
2
2,240
thread by: Horeya Baioumy | last post Aug 6 '10 by: ThatThatGuy
Would you please explain why the dependecy properties are static because iam alittle bit confused !?
0
2,497
Aimee Bailey
thread by: Aimee Bailey | last post Jul 28 '10 by: Aimee Bailey
Hi there, has anyone been able to call the print preview dialog on the wpf webbrowser control? ive tried a few methods, however they dont seem to work. From my understanding, all i should need to do is pass a flag with the execCommand function. short flags = 0x04; mshtml.IHTMLDocument2 doc = homeBrowser.Document as...
3
3,029
thread by: shaahin | last post Jul 25 '10 by: Jyoti Ballabh
Hi I am developing a game with WPF technology. I want to add new Features to game every third days . the size of update is important for me. my game needs internet for start. like an online game. another challenge is size of updates. what are your suggestions? Does clickonce is good option? What are other options? thanks for your attentions....
0
1,815
LoanB
thread by: LoanB | last post Jun 22 '10 by: LoanB
Hi, I have encountered an issue today. I have a application which was originally developer using Visual Web Developer Express 2010 and Silverlight 4. I also had Silverlight 3 installed on my development PC. I have previously tested switching between 3 and 4 in the properties page and had no trouble running the app. Today.. I installed a...
1
14,671
thread by: JAnn81 | last post Jun 18 '10 by: LoanB
I have a combo box created using xaml. I bind the item source to a xml document. <Items> <Item> <Name>David</Name> <Age>20</Age> </Item> <Item> <Name>Marcus</Name> <Age>25</Age>
1
9,583
thread by: DarkArchon | last post Jun 17 '10 by: LoanB
I seem to have a recurring problem in VS2008 using the xaml designer. For some reason in my wpf code the error "Object reference not set to an instance of an object" will appear on one of the lines that has nothing wrong with it. After reloading the designer the problem moves to another line. After a couple more reloads, the designer shows the...
1
5,179
LoanB
thread by: LoanB | last post Jun 9 '10 by: LoanB
Hello team, I'm building a GIS Silverlight 4 application. I need to shut down the whole thing after a save event has taken place. So.. 1. User saves a new graphic to the SDE database, 2. Messagebox shows success or fail.. 3. User clicks OK 3. Application and browser shuts down..
0
7,678
ThatThatGuy
thread by: ThatThatGuy | last post May 28 '10 by: ThatThatGuy
This tutorial is intended to enlighten the power of XAML to build rich applications for Windows(WPF), Web(Silverlight) & Browser(XBAP). I will explain to you about building attractiveFading Glow Buttons by using pure XAML. With XAML we don't necessarily need to build a user or a custom control for a fancy looking control. Instead we use styles,...
0
2,717
ThatThatGuy
thread by: ThatThatGuy | last post May 24 '10 by: ThatThatGuy
Anyone can tell me how can i anchor controls in WPF or Silverlight as it is done in Windows Forms Programming
2
4,218
thread by: ghazark | last post Apr 26 '10 by: ghazark
I have a question related to changing the screen resolution while a WPF application is running, in Windows XP with .Net Framework V3.0. I am working with a WPF app that has graphical controls. I open the WPF app and set it to run in the taskbar. While it is sitting on the taskbar, I change the screen resolution. At this point, if I click on...
0
2,286
thread by: nidhin09 | last post Apr 25 '10 by: nidhin09
Dear friends, I have a requirement with WPF. before start I request you to view the windows media player in compact skin mode.There is a toggle button on the right side to open the playlist.I want to implement it in a grid. How can I do it? Please visualize. 1 I run the application 2. A Grid is visible inside the window.
0
1,910
thread by: rpavlicek | last post Apr 23 '10 by: rpavlicek
(This is a repost since the original was in the wrong forum, sorry). This is for a WPF application (can be either stand-alone or XBAP) I wish to read some of the properties of the application manifest during runtime using the: Microsoft.Build.Tasks.Deployment.ManifestUtilities .ApplicationManifest class.
0
2,089
thread by: Janice Hui | last post Feb 21 '10 by: Janice Hui
I am using the WPF to create two TabItem which allows the user to draw two different diagrams. Then, the user can save both diagrams in one xml file. Is that any method can be used to serialize the diagrams and deserialize the diagrams?
3
10,617
thread by: vishal1082 | last post Feb 19 '10 by: vishal1082
i made a custom skinned textbox in App.xaml, here's the XAML: <Style TargetType="{x:Type TextBox}"> <Setter Property ="Background"> <Setter.Value> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0" MappingMode="RelativeToBoundingBox"> <GradientStop...
0
1,884
thread by: gaya3 | last post Feb 19 '10 by: gaya3
Hi All, I have created the sample "Helloworld" application using silverlight 3.0. But how to integrate this same apllication with mobile? can anyone help me out..
0
2,795
thread by: Studlyami | last post Jan 12 '10 by: Studlyami
I have a simple application which includes a default window (named Window1) with no additional xaml. Window1 consists of a timerclass object which contains a timer running at 60hrz. public Window1() {//in Window1.xaml.cs MainTimerClass = new TimerClass(); //my timer class object }
3
4,623
thread by: Vineethpaliath | last post Dec 18 '08 by: Dormilich
hello is it possible to convert xaml file to svg file
2
3,221
nukefusion
thread by: nukefusion | last post Dec 16 '08 by: nukefusion
Hi All, I've recently been venturing into the world of WPF and as a bit of a newbie in the subject I need all the help I can get. I'm using VS2008 with SP1 and Intellisense works fine for me on standard XAML tags, but I don't have any for attributes. I've done a rudimentary search on the web and found a couple of similar issues but I don't have...
2
3,102
daniel aristidou
thread by: daniel aristidou | last post Dec 15 '08 by: Frinavale
hi can i ask xaml questions here?
0
5,113
thread by: furqanms | last post Dec 2 '08 by: furqanms
I have a little problem in a XAML application. When I use a popup in a WPF application, I am not able to get rid of the popup from the view even if I do Alt-Tab to move focus to other applications. Even I have set stayopen=false Following is the code which I have done. <!-- Middle Product List --> <GroupBox Grid.Column="1"...
5
2,880
daniel aristidou
thread by: daniel aristidou | last post Jul 4 '08 by: daniel aristidou
Hi guys...im making one of my new projects as a WPF - Windows Presentation Foundation.....with silver light..... i have created a control to use on one of the pages but i can seem to be able to add it to the page

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.