No announcements
Found 2839694 threads
-
0 Votes
WPF window and language
is.Controls for WPF and Windows Forms at http://www.divelements.co.ukAnswered | 1 Replies | 4336 Views | Created by Willie007 - Wednesday, July 30, 2008 10:18 AM | Last reply by Tim Dawson - Wednesday, July 30, 2008 12:05 PM -
0 Votes
WPF - Show record details in another Window
Hi, I have a WPF form which displays list of data.. Each row has a button when clicked should open the details for that row in a new Window... ...Answered | 1 Replies | 4155 Views | Created by AshishSuvarna - Thursday, August 28, 2008 11:15 AM | Last reply by Yiling Lai - Thursday, August 28, 2008 1:21 PM -
0 Votes
Anyone using Entity Framework (EF) for data layer?
Entity Framework works just fine in WPF for Data Layer access. The only real question you need to ask is how large your project is and what kind of ...Answered | 6 Replies | 5499 Views | Created by pretzelb - Tuesday, August 30, 2011 12:20 AM | Last reply by darnold924 - Friday, October 28, 2011 11:28 PM -
0 Votes
Another namespace for inherits Window
(); ... If the custom window class is define in another project you also need to add a reference to this ...Answered | 1 Replies | 312 Views | Created by madman20 - Thursday, April 23, 2015 1:12 PM | Last reply by Magnus (MM8) - Thursday, April 23, 2015 2:23 PM -
0 Votes
EF + RIA Services Include a Property Automatically from another Entity
metadata would have to use the Include("Entity"). Is it possible to get around and let EF handle it? Thanks, ...Answered | 3 Replies | 889 Views | Created by BradS3 - Friday, September 16, 2011 1:19 PM | Last reply by Colin Blair - Friday, September 16, 2011 5:01 PM -
0 Votes
WPF and Entity Framework
Hi, I am wirking on WPF project that uses Entity Framework. I have successfully generated the entities. is there any article ...Answered | 2 Replies | 4933 Views | Created by new-to-powershell - Wednesday, April 13, 2011 1:26 PM | Last reply by Sheldon _Xiao - Thursday, April 21, 2011 5:54 AM -
0 Votes
WPF and window manipulation
Would anybody know how to have mutiple windows when control i clicked the window is visible and when another control is fired different window is displayed but very ...Answered | 3 Replies | 1864 Views | Created by leeChar - Monday, September 10, 2012 6:48 PM | Last reply by leeChar - Thursday, September 27, 2012 11:35 AM -
0 Votes
Interaction between WPF Page and WPF Window
Sorry for late reply! CPK! You still don't get me right. The Page and Window contain their own VisualTrees. So we could not manage to find the control ...Answered | 6 Replies | 9076 Views | Created by CPK_2011 - Wednesday, June 1, 2011 6:34 AM | Last reply by Yves.Z - Monday, June 13, 2011 9:49 PM -
0 Votes
WPF/EF binding group with bound combobox no longer setting entity reference when user selects item
I am new to WPF/EF and not using MVVM pattern. I have a simple XBAP data entry page. One field is a bound combobox (to another database table/EF ...Answered | 1 Replies | 2610 Views | Created by bwagenbach - Tuesday, June 21, 2011 7:00 PM | Last reply by bwagenbach - Tuesday, June 21, 2011 7:36 PM -
0 Votes
Entity Framework Reuse Complex Class across multiple Entity Models
Hi, We have a scenario where we need to share the complex class between the multiple Entity Models. So our applicaiton contains two .edmx files ...Answered | 1 Replies | 632 Views | Created by Shailendra Damodare - Friday, August 8, 2014 11:06 AM | Last reply by Andy ONeill - Friday, August 8, 2014 11:28 AM -
2 Votes
Entity Framework and wpf binding
https://gallery.technet.microsoft.com/WPF-Entity-Framework-MVVM-78cdc204 The first in the series has rather more write up.Answered | 5 Replies | 469 Views | Created by Lionhart34 - Thursday, May 28, 2015 3:20 PM | Last reply by Andy ONeill - Thursday, May 28, 2015 5:52 PM -
0 Votes
Reuse styles created for asp.net application in wpf
There's no similarity between CSS and the styling mechanism in WPF. You will almost certainly need to rewrite them by hand.Controls for WPF, Windows Forms ...Answered | 1 Replies | 3549 Views | Created by jasukira - Tuesday, March 24, 2009 4:17 PM | Last reply by Tim Dawson - Tuesday, March 24, 2009 5:19 PM -
0 Votes
Reuse the same web browser's window?
Is it possible to reuse the same web browser's window with process.start without opening a new tab or another windows You two won't mix. If you don't want a ...Answered | 7 Replies | 1003 Views | Created by EKH10 - Friday, February 5, 2016 10:24 AM | Last reply by Acamar - Friday, February 5, 2016 8:38 PM -
0 Votes
Open Control in another wpf window
Because WPF windows are Single Threaded and are associated with one thread, to open another window to get what you want you either have to rely on a Data Area or ...Answered | 2 Replies | 1925 Views | Created by Gagan5678 - Monday, August 27, 2012 1:43 PM | Last reply by Sheldon _Xiao - Tuesday, September 4, 2012 9:22 AM -
0 Votes
Drag and Drop between Wpf main window and pop window
Hi, There is a limitation in dragging&dropping between window and the floating Popup, please refer to this post:Answered | 1 Replies | 4748 Views | Created by CP_MS - Thursday, March 25, 2010 6:39 AM | Last reply by Jim Zhou - MSFT - Sunday, March 28, 2010 11:41 AM -
0 Votes
Encapsulate WPF /Asp.net Controls and reuse in Silverlight
recommend you keep two versions for Silverlight and WPF now. WebBrowser is only enabled in Silverlight 4 Beta OOB mode and not work when ...Answered | 1 Replies | 2294 Views | Created by itpreneur - Monday, December 7, 2009 2:51 PM | Last reply by Jonathan Shen - Monday, December 14, 2009 6:38 AM -
2 Votes
Entity Framework and WPF BindingGroups
Hi Alex, Thanks for sending me the demo! After some research, I found the problem may be caused by the default behavior of binding in WPF ...Answered | 6 Replies | 4681 Views | Created by Alex Shuvalov - Saturday, April 2, 2011 6:27 PM | Last reply by Michael Sun [MSFT] - Wednesday, April 13, 2011 9:37 AM -
0 Votes
Set Parent Window for WPF Executable from Another Application
window indeed has the parent window from another program. And whenever the parent window is closed, the executable main window gets closed too. ...Answered | 2 Replies | 3611 Views | Created by tetelee - Tuesday, October 11, 2011 10:47 AM | Last reply by Min Zhu - Thursday, October 20, 2011 1:57 AM -
0 Votes
WPF Datagrid and Entity Framework
Hello, I have been searching for a good article or sample about how to implement select, delete, edit and add by using EF on WPF datagrid? I ...Answered | 5 Replies | 8164 Views | Created by emil_tr - Sunday, March 27, 2011 1:40 PM | Last reply by Sheldon _Xiao - Tuesday, April 5, 2011 2:13 AM -
0 Votes
encapsulate/reuse wpf/asp.net controls in silverlight
i, I have tried to research for a week or so since WPF and Silverlight both almost have the same features/code reusability. I was ...Answered | 1 Replies | 1806 Views | Created by itpreneur - Monday, December 7, 2009 3:04 PM | Last reply by MSDN_Forums_User - Wednesday, December 9, 2009 6:49 AM
No announcements