xbap
How to stop reloading the page when the user press F5 or CTRL+R in XBAP Application
I have an XBAP Application. In XBAP Page, if th开发者_JAVA百科e user presses F5 or CTRL+R then the confirmation message must be shown to the user.[详细]
2023-03-08 11:22 分类:问答How to Open modal window/dialog in XBAP Application?
In WPF, if i want to open a modal/response window then i write code like Window1 _windowObj1 = new Window1();[详细]
2023-03-08 06:42 分类:问答workflow in XBAP linked with DB via WCF?
now i have wpf hosted (workflow re-hosted designer )in ASP.NET project via .XBAP file ( XAML Brwser APplication ).[详细]
2023-03-07 08:28 分类:问答XBAP WPF Application Unable to Access Settings Within app.config
I have an XBAP WPF application that has been working for some time now. I am recently having problems accessing settings within the app.config.[详细]
2023-03-05 21:49 分类:问答XBAP - This application type has been disabled
I have an XBAP on my website that used to work.I checked it today for the first time in ages and found it\'s not working on开发者_如何学Go Win7 x64 / IE9.[详细]
2023-03-02 09:18 分类:问答how to open xbap file?
how can I open .xbap file downloaded from internet? many Control vendor sites offers to download .xbap file to show WPF controls, but I cant Open them.[详细]
2023-02-20 19:24 分类:问答Does a wpf XBAP application only run in Internet Explorer?
Or does it also run in other browsers?The information I\'m reading is confusin开发者_C百科g. ThanksYou can check out the MSDN docs here: http://msdn.microsoft.com/en-us/library/cc716877.aspx[详细]
2023-02-20 03:53 分类:问答Trust Not Granted to Full Trust XBAP Signed With Certificate
I have an XBAP 开发者_开发技巧which needs Full Trust to run. I have had it working on a number of client machines by adding a temporary certificate to the Trusted Root Certification Authorities and Tr[详细]
2023-02-19 12:13 分类:问答Minimize WPF XBAP To Tray : Can it be done?
I\'ve seen a few implementations of tray-located apps now. Despite the urge to develop my own stuff, I think I\'d like to give this one a go : http://www.codeproject.com/KB/WPF/wpf_notifyicon.aspx[详细]
2023-02-19 10:57 分类:问答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 :[详细]
2023-02-19 10:09 分类:问答