Skip to main content
Home Forums Silverlight Programming Programming with .NET - General open exe in silverlight
6 replies. Latest Post by sladapter on June 12, 2008.
(0)
inbal11
Member
2 points
4 Posts
06-11-2008 7:41 AM |
Hey,I'm trying to open an exe application.I've made a window applicatiob that's open process of virtual keyboard.the windows applicatiob runs by imself ok.but when i try to open the exe from an asp page i get access problems.
How can i open an exe file in silverlight ?
party42
Participant
1102 points
338 Posts
06-11-2008 8:00 AM |
Silverlight runs in a closed environment (aka sandbox). I dont think MS would allow users inside that sandbox to open executables on the client machine. In other words, security forbids SL to open executables on the client. Imagine you opening "format" (which is actually .com but hey, for the sake of the argument) on the client....
06-12-2008 2:06 AM |
thnx for the answer!
so what you can suggest me - i need to open a virtual keyboard (i preffer osk)in my silverlight application, How can i do that?
Please Please help !
06-12-2008 8:04 AM |
I dare not to say this... but create it yourself? its not that much work anyway...
SteveWong
Contributor
6343 points
1,281 Posts
06-12-2008 8:59 AM |
I have written a post on simple OSK, you can refer to that.
http://3water.wordpress.com/2008/06/05/keyboard-osk-control/
06-12-2008 10:27 AM |
thnx a lot but what i need is for my applicatioin
my application contains menus that each menu direct to diffrent links.
4 example i have a search page that open google page.my application is silverlight menus in the left side of the screen, and in the right side of the screen i have an iframe that wach time represent a diffrent link.
What i need is akeyboard that will be open by a button click and will behave like osk keyboard, i mean that if i'm in google page i could point the mouse on the search textbox and click on any key in the virtual keyboard will write the letter in that textbox. excactlly like osk does.
Please Help !
sladapter
All-Star
17441 points
3,172 Posts
06-12-2008 10:41 AM |
Some suggestions in this thread might help:
http://silverlight.net/forums/p/17053/56888.aspx#56888