Advanced Forum Search Results
-
I got this error
Microsoft Silverlight Streaming
A problem occurred while processing this request. This error has been logged.
-
Hi,
I am trying to open this page http://silverlight.live.com/VideoUpload.aspx But it is not opening.
Is Silverlight Streming Service is down?
Please help.
-
[quote user="mchlsync"]
Okay. I see. Don't worry. I will explain as much as I can. :) Actually, WPF and Silverlight are really different things. WPF is for windows application and Silverlight is for web application. Silverlight runs on the user's browser so that Silverlight has the limited access to the user's ...
-
[quote user="mchlsync"]
[quote user="futureking"]Please read again..[/quote]
Okay. I have read a lot of times... You said that you are using Silverlight 2 and VS 2008. You wanna run the external EXE program from Silverlight. So, you didn't say anything about WPF.
[quote user="futureking"]How can I run ...
-
I found myselfI used the following command
Imports System.Diagnostics.Process
Dim ax As String = "C:\WINDOWS\notepad.exe"
Start(ax)
...................
Now I want to create a navigation bar in which user will have some buttons. When user click on any button it will display a different page. How can I do it?
Another ...
-
Please read again... I written that I am creating exe program. I am creating WPF application with expression blend and vs2008.
again I am asking
How can I run external program in WPF. not only external program but also linking with jpg, zip etc files.
-
Hello,
I am using Silverlight 2 and VS2008
I want to know that how can we make a text (like an hyperlink) to start an external application when user click on it.
I am creating a exe program.
For example when someone click on "Start Note Pad" notepad.exe should run.
Sorry for bad ...
-
I have created a AutoRun program for CD ROM in flash CS3. I want to create same program with silverlight.
How can I link an external file from silverlight. I mean when any user click on "AVG free" the file at \software\avg8free.exe start running.
There is no option to create any "Click" event in labels. You can see the ...
-
[quote user="futureking"]Actually I don't know the difference.[/quote] Silverlight 1.0 = XAML + Javascript + no standard controls Silverlight 1.1 (2.0) Alpha = XAML + Managed Code + no standard controls Silverlight 2 beta1 = XAML + managed code + standard control + cross-domain policy + etc Yes. Both are true. Please check my message ...
-
Hi,
I am running an entertainment website. I want to use silverlight in it.But I am confused which version should I use 1.0, 2.0, or 2.5?
Actually I don't know the difference.
If my website is using silverlight 2.5 and a person visits on my website who has silverlight 1.0 installed then what will happen? Will he get any message to ...