Questions tagged [xbap]

XBAP (XAML Browser Application) are Windows Presentation Foundation (WPF) applications that run in a sandboxed environment in a user's browser

XBAP (XAML Browser Application) is a new Windows technology used for creating Rich Internet Applications.

347 questions
5
votes
1 answer

Turning off security messages for WPF XBAP applications in Internet Explorer

I'm developing a WPF XBAP application. When i try to open it in Internet Explorer (9.0.8112.16421 Update version 9.0.9 KB2722913, Windows 7) every time security warning is popped up. Twice. That's very annoying and acceptable only in developer…
Jaded
  • 1,802
  • 6
  • 25
  • 38
4
votes
2 answers

Can you easily turn a WPF Application to a WPF XBAP Application?

I'm asking this question here because after looking around the web for answers, I can't seem to find the answers i'm looking for. I'm wondering can you easily take a WPF Application you built to run on the desktop, and run it as an XBAP…
Dan Harris
  • 1,336
  • 1
  • 21
  • 44
4
votes
2 answers

XBAP in fullscreen mode

I want to Run my XBAP in full screen mode. Is there any way to make IE to open XBAP in fullscreen?
Elangovan
  • 1,449
  • 2
  • 23
  • 41
4
votes
2 answers

Why does FocusManager.GetFocusedElement(this) always returns null?

I have an app which runs fine as a simple WPF app having an event handler on GotFocus at the main window level like so : private void MainWindowGotFocus(object sender, RoutedEventArgs e) { var element =…
Andrei Rînea
  • 20,288
  • 17
  • 117
  • 166
4
votes
1 answer

Is WPF XAML Browser Application (XBAP) works on Android and Windows Phone browsers? What are the alternatives?

I want to create simple CRM website for my small company. Thanks to people on stackoverflow I assume that I can use WPF XAML Browser Application (XBAP): Does WPF XAML Browser Application (XBAP) work on Android and Windows Phone browsers? Is it…
Yoda
  • 17,363
  • 67
  • 204
  • 344
4
votes
1 answer

How to update an XBAP's config file after deployment?

We have a WPF XBAP application that we want to change the configuration on the server after it is deployed. Since the config file is embedded in the deployment files, how is this possible? For example, we want to change the database connection…
FarrEver
  • 2,951
  • 5
  • 29
  • 24
4
votes
4 answers

Cannot run Xbap application on Internet Explorer 11

I am downloading an WPF Xbap application from the follwing link: http://ttpdownload.bl.uk/app_files/xbap/BrowserApp.xbap which is opened in my Internet Explorer 11 but I got the following error: Application Download Error The application cannot be…
Mussammil
  • 864
  • 4
  • 16
  • 38
4
votes
1 answer

Difference between .Net3.5 and .Net4.0 regarding WebPermission

We developed an xbap application (partial trust) 4 years ago on top of .Net3.5 framework. Last year we upgraded to .Net4.0 for the new release so we are now supporting these 2 versions. For one of our latest developments we used…
user1271762
4
votes
1 answer

XBAP with FireFox and Windows 7

Firefox depends on an extension and plugin installed by the .NET 3.5 installer to run XBAPs. Unfortunately, in Windows 7 the .NET 3.5 runtime is already installed. Does anyone know how to get a hold of these plugins/extensions so you can actually…
Kevin Montrose
  • 22,191
  • 9
  • 88
  • 137
4
votes
3 answers

Keyboard shortcuts in an XBAP

I would like to support keyboard shortcuts in my WPF XBAP application, such as Ctrl+O for 'Open' etc. How do I disable the browsers built-in keyboard shortcuts and replace them with my own?
Phil Griesemer
4
votes
4 answers

Can WPF browser apps be used as a replacement for ASP.NET?

I don't understand the purpose of the WPF browser appliction. Is it simply another way of serving information through a browser, or is it not intended to be used for external deployment?
None
3
votes
2 answers

Binding a Popup to another control's relative screen position

I'm writing an XBAP with a complex Popup (Canvas Z-index of 99 with a grid on it...) that I would like to "attach" to the button that opens it and follow that button around wherever it goes on the screen. For example, if the button is in a ListBox…
Phil
3
votes
6 answers

Custom functions unavailable from BrowserInteropHelper.HostScript in an XBAP

I'm attempting to use an XBAP to acquire TWAIN Images but I'm not even getting that far. I can't seem to get the BrowserInteropHelper.HostScript to allow me to talk back to the javascript on the host page. I am running the XBAP in an iframe. I…
Luggage
  • 1,676
  • 1
  • 19
  • 22
3
votes
1 answer

Delegation in WCF web service

I have a WCF web service, currently served over WSHttpBinding endpoint with Transport security and Windows client credential type. The service is hosted on top of IIS 5.1 with SSL configured using a certificate from the domain certificate authority.…
Mikko Rantanen
  • 7,884
  • 2
  • 32
  • 47
3
votes
1 answer

Directly Navigating a Browser with an XBAP

I'm working on a full-trust WPF browser application (XBAP) and have come across a snag. An application on the client is wired to handle navigation requests with a certain prefix/protocol. (For example, 'foo://...") Additionally, the application…
YotaXP
  • 3,844
  • 1
  • 22
  • 24
1 2
3
23 24