Advertisement

1 - 10 of 28 containing alltags:("C# WPF") (0.001 seconds)
How do I create a new WPF window and maximize it in the second window?
Zones: .NET Framework 3.x, C#, MS Visual C#Date Answered: 04/21/2008 Grade: A Views: 106
I'm trying to learn WPF using the baptism-by-fire method. I have a textbox which I am trying to capture the MouseUp and MouseDown events. The snippet below shows how I've coded it up, but the e...
Zones: C#, MS Visual C#Date Answered: 04/07/2008 Grade: A Views: 55
I have a combobox in an application which is in wpf and linq  <ComboBox Height="23" HorizontalAlignment="Left" Margin="70,32.24,0,0" Name="cbGroup" VerticalAlignment="Top" Width="187" AllowDrop="...
Zones: C#, .NET, .NET Framework 3.xDate Answered: 08/22/2008 Grade: A Views: 144
I am trying to bind a listbox to a list.  As you can see below, when the button is pressed it should add to the list and re-bind the list.  I have tried not re-assigning the ItemsSource.  I have he...
Zones: .NET Framework 3.x, MS Visual C#Date Answered: 08/18/2008 Grade: A Views: 174
I have a tabbed program, where the user can create new tabs. When a new tab is opened, unless otherwise specified, I'd like to load a default XAML view. I attach my code below. Problem is, I get...
Zones: .NET Framework 3.x, C#Date Answered: 08/18/2008 Grade: A Views: 113
I'm trying to create a simple C# program using WPF.  The application launches to a blank screen with a single button.  Clicking the button creates a circle in the window.  If I click again, another...
Zones: C#, Game Programming UI, MS Visual C#Date Answered: 09/28/2008 Grade: A Views: 67
I have two WPF windows with their Topmost property set to True. I want one of the windows to always be on top of the other, and for both of them to be on top of everything else. Any idea how this c...
Zones: MS Visual C#, .Net Editors & IDEs, .NET Framework...Date Answered: 08/26/2008 Grade: A Views: 100
I can query in Linq to return a collection from the database and then in turn bind that to a WPF ListView.ItemsSource. The problem is, the ListView does not update when the database is changed. ...
Zones: Visual Studio, C#, LINQDate Answered: 02/04/2008 Grade: A Views: 141
Hi All, I have a WPF application where I have a user control in a window. I need to show the user control by zooming it when the user hoves mouse on the user control. According to my application...
Zones: C#Date Answered: 03/17/2008 Grade: B Views: 103
I have a WPF and C# project created in VS 2008. I need to convert the code behind to VB.NET. I have tried using a converter, and pasted the reults in a VB.NET project, but it's generating errors. I...
Zones: Visual Studio, MS Visual Basic, MS Vi...Date Answered: 04/22/2008 Grade: A Views: 5