hi
i need to know when resize ends in my Silverlight application. how can i do that?
Search Result
Collapse
17 results in 0.0033 seconds.
Keywords
Members
Tags
-
910209 - Where's ResizeEnd event?
-
What You Need to Know When Selecting a Chart
Turn the pages of any magazine for developers and you will see ads for charts. Page after page is filled with images that look almost too good to be true. More than a few appear touched up with Photoshop to provide that extra glint. In this article, we will look at what makes a good chart beyond the obvious look and feel aspects.
Types of charts available out of the box
There are over 30 chart types that are used commonly in...Last edited by Rabbit; Feb 15 '12, 10:00 PM. Reason: Link to commercial site has been removed per forum policy. -
Passing Values from Silverlight Application to Outlook Add-in
Hi,
I have created an Outlook addin and added Ribbon designer to add buttons, from there I have created an instance for Internet Explorer and from that IE instance I navigated to my Silverlight aspx page .
Code:
Code:public SHDocVw.InternetExplorer IE1 ; public void IEInstanceCls() { IE1 = new SHDocVw.InternetExplorer(); object Empty
-
SocketCoder samples: Voice and Video chat simultaneously
I am trying to run Voice and Video chat samples simultaneously using SocketCoder samples (http://silverlightvide ochat.codeplex. com/).
However, after I start the webcam/video chat, when I start the voice chat sample, it says mic device already in use.
I am able to do voice chat without starting the video chat project.
Any pointers on this will be useful.
Thanks -
Play embedded video resources as stream
I've added some video resources to my winforms project. Now my purpose is to play the embedded video resource as a stream and without needing to write the resource contents to hard drive.
I'm going to prevent the users from accessing the video file. Searching the google, I came across VideoLAN, DirectShow, VLC.Net and etc.
I've also did some research on silverlight and found out that the MediaElement does support video... -
LayoutTransform error in silverlight TabPage
Hi guys,
I have a user control in Silverlight 4 as
Code:<UserControl x:Class="FamilySolutionsPlanner.Win.Agreement" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sdk="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
-
How to fix mscorlib exception: Unrecognized OS PlatformId.
On my dev machine Silverlight applications won't run out of browser. I get a blank window. The apps run fine in the browser and on other machines in or out of the browser. This happens with my apps, other people's apps, brand new VS2010 projects, etc.
A bit of digging revealed that the OOB app causes an Unrecognized OS PlatformId exception in mscorlib. Presumably this prevents it from executing.
I reinstalled all Silverlight... -
Silverlight: Line does not appear.
Hello,
I'm posting my Silverlight question to .NET section because I didn't find a Silverlight section in Bytes. I was planning to post in the feedback section about that but I can not get to that section now! I don't know where the links hide :) I'll try again.
I'm too new to Silverlight and I'm doing a basic layout. What I'm trying to solve from beginning is to add a strike through TextDecorations to my TextBlock Text.... -
Which framework RIA is right for my project?
Hi everyone I'm developing a RIA that's intended for project management.
Heres the specs...
Its form based, allowing the user to navigate between panels and tabs, entering and extracting data and images from a server-side database, and allowing collaboration between users.
That data can then be sorted and formatted into pdf using in program templates and printed by the user.
The app also... -
retrieve value from a hidden field on asp.net page
Hi, I have a access form, which has some text fields on it and a few buttons and a web browser control.
How it works:
- user enters some information in the text field.
- user clicks button to go the the web page.
- web page opens a Silverlight application.
- user does what they need to and saves (in this case) a graphic on a map.
- The Silverligth application takes the ID of the graphic and places it on the ASP.Net page using
-
How to Shut-down a Silverlight Application
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..
Has anyone got some code for me on how to do this please?
Many Thanks,
... -
Executing a Stored Procedure using Silverlight
I have a silverlight web page on which I have a button which updates the values in the database.
On the click of the button I want to execute the update query to update the table. I am not getting any clue on how to go on with. Please suggest something -
Silverlight Image Gallery
I am developing a website in which i want to use 10 images and change image one by one after 5 seconds.
I am using silverlight to develop this. but can't find any leasd on this. -
Saving Images
Hello All,
I am developing a Web Based Art Gallery. I need to save images to a folder and then retrive them.(I don't want to save images to a database) How should I proceed on it? -
Silverlight TextBox problem
Textbox after value is not showing up in the code behind.
with or with out the binding
<TextBox x:Name="txtLast Name" Text="{Binding LastName, Mode=TwoWay}"
Width="110" Margin="5,2,2,2 "/>
<TextBox x:Name="txtLast Name" Width="110" Margin="5,2,2,2 "/>
Enter any Value at runtime
and click on a button
debug
txtBox.text...