Tagged Questions
0
votes
0answers
26 views
Make Scatterview Appear After Touch
The basic idea is that I have this map image. When a user touches a building, the Scatterview box will appear next to the building.
So visibility is set to false initially for the item, but how ...
1
vote
1answer
38 views
How to Customize window title Extended,Gradient
Window x:Class="WPF_UI.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Mian ...
0
votes
3answers
203 views
Send a wpf control to front and back on a form
Is it possible in vs2010 c#
To create a picture box and a textbox on a form
where on the same form are some buttons too
And then by code put the picture and textbox as the most frontal element and ...
0
votes
1answer
44 views
Create users for a WPF application
I'm creating an application on which I want different users to use it. I want to insert a variable, only modifiable at development mode. I think maybe there should be a way of using the App.Settings ...
2
votes
2answers
117 views
WPF Change between controls
I have a simple application where I have a main screen with some operations, and a second screen that you access when first one is done and you press a button. See image:
Brown areas are fixed left ...
1
vote
1answer
171 views
WPF Show buttons inside a selected ListItem
I'm working with a WPF application to manage our main software's versions. This application has a ListBox, and I set the ListBox.DataTemplate to each ListBoxItem has a Label and 2 Buttons inside it.
...
2
votes
0answers
52 views
Communication between VS extension and user controls in design mode
I'm writing a Visual Studio extension along with a WPF user control library that will be included in the VSIX package. I have an interesting requirement that involves providing data to my user ...
0
votes
1answer
60 views
Cannot load assembly
I am baffled. I have a WPF solution in which I have split out my various views into separate projects. I also have a project for my custom controls. Finally, my application is in another project, ...
0
votes
1answer
111 views
wpf Richtextbox selected text distorted
I am experimenting with the WPF RichTextBox and it shows some text in my application. I notice that When I select some text in that RichTextBox, the selected text gets distorted and the text below to ...
1
vote
1answer
104 views
Getting the value of a TextBox after drag and drop in Canvas
I have an application that allows you to draw an activity diagram and I need to generate an algorithm from this diagram.
My question is how to get the value of a Textbox after drag and drop?
Here ...
0
votes
0answers
76 views
Blend error “the name xx does not exist in the namespace yy” - but works fine in Visual Studio
So I've been working on a WPF project with Visual Studio 2010 for awhile. I'm using several class library projects with WPF controls that I wrote. Today I opened the solution in Blend for the first ...
0
votes
1answer
292 views
How to add a closebutton to tab control with a different UI for each tab?
How can i add a closebutton to my tab control?
this what my apps look like after i build and run.
if i choose Menu 1.1, after that Menu 2.2 it will show like this.
this is my usercontrol looks ...
0
votes
1answer
115 views
Datagrid height in wpf
I only want the height of my Datagrid to be the height of as many row that are returned. I don't want the greyspace below the rows.
How Can I resolve this Please?
Thanks
<DataGrid ...
0
votes
1answer
499 views
WPF Document viewer export to PDF
Hi I'm using a WPF Document viewer to view a document
Is there any way to save the document as PDF ?
<DocumentViewer Name="documentViewer" />
I'm using WPFReports to generate a report.
-2
votes
1answer
257 views
multitouch in WPF Not working
I'm new to multi touch programming. im using windows7, VS-2010 and WPF to develop.I follow the tutorial in this link:
...
0
votes
2answers
539 views
WPF C# set trigger property in control by code behind
<ContentControl Width="130"
Height="130"
Canvas.Top="60"
Canvas.Left="50"
***Selector.IsSelected="True"***
...
0
votes
1answer
118 views
System.Windows.Controls.RadioButton problems
I'm trying to test whether a radio button is checked, and I keep getting the error that Checked and isChecked are not valid methods for that RadioButton class. I'm using C# and Visual Studio 2010.
...
1
vote
1answer
782 views
How to view Play, Pause, Stop and Volume buttons and Viedo in mediaElement controll in WPF?
I add media Element control to my WPF application. I want to play video file or audio file.
I played file manually using code. But there are such buttons on the control for stop, play, pause, volume ...
1
vote
1answer
447 views
How can i check that media element is play file or not?
i want to play an audio or video file, and i made this but i do not know how i can check whether media element is playing file or not?
Like using same button for Pause and Play how i can know that ...
2
votes
0answers
86 views
Where does VS2010 get default property values when you drag and drop a control in the WPF designer
Visual Studio 2010 creates default property values when you drag and drop a control in the WPF designer.
<UserControl x:Class="TestPanel.UserControl1"
<Grid>
<Button ...
0
votes
2answers
155 views
Issues with WPF controls and Visual Studio Toolbox
Installing WPF Controls onto a machine is a messy task.
I tested installation in various systems including VMs. Following are the issues I have seen.
Controls not installed in the VS Toolbox.
...
0
votes
1answer
129 views
WPF control frozen in Visual Studio 2010
I did a custom button control in WPF and I am trying to implement it in WinForms (c#). Now, the control is working and it compiles well, but I can't seem to access the elementhost - the control was ...
0
votes
2answers
172 views
Diisable HTML text in a TextBlock-Control
Is it possible in WPF to spend HTML text in a TextBlock? All formatting and links are displayed automatically. I have a start page in my application that will over time make several types of texts, ...
1
vote
2answers
353 views
Can we know if a window has been closed by the user or code on WPF?
I have a window control that I show on my app. Sometimes, the window is closed by the user (clicking on the 'X' button) and sometimes automatically by code.
I'm listening to the Closed event (also ...
0
votes
1answer
256 views
Visual Studio 2010 WPF Project ran in debug or relase will not allow drag and drop to any control
I had started a question here: WPF drag and drop files onto TreeView from windows explorer but I just discovered this is a totaly different problem that what I thought it was.
I have an extermely ...
1
vote
0answers
1k views
WPF 4.0 AutoCompleteBox TwoWay Binding
I have a WPF window that has several Listbox and DataGrid controls. The main Listbox displays a list of Contractors. An Address(s) datagrid is bound to the Contractor ListBox and displays address(s) ...
1
vote
2answers
613 views
How can I make a WPF custom control automatically appear in the Visual studio toolbox?
If I create a WPF user control, it appears automatically in the Visual Studio toolbox.
Is there a way to make other controls appear automatically in the Visual Studio toolbox?
Conversely, is there a ...
1
vote
2answers
1k views
WPF Navigation Window with more controls
I'm learning WPF, and NavigationWindow in particular. I want to add stuff to the window, like a status bar, a favorite bar, etc.
Unfortunately when I try adding anything, I get an error.
I'm hoping ...
0
votes
0answers
452 views
Visual Studio 2010 crashses when adding controls
I'm running Windows XP Professional, SP3 on Intel Core 2 Duo @ 2.2GHz with 2Gb RAM, with Visual Studio 2010 Professional installed.
Whenever I drag-on-drop controls from the toolbox into the design, ...
0
votes
0answers
119 views
Displaying the output in a report
I am using Visual Studio 2010 for my Project. Basically I am creating a software where I have the user input some values in textboxes and make Some selections from Comboxes. Based on those values, I ...
0
votes
2answers
654 views
Background worker not shown in WPF vs 2010
Hi all i am new to wpf in vs 2010 .I cannot find it in the toolbox when i select choose item and in .net components it is already checked but it is not there in the controls list.Any idea how to add ...
0
votes
2answers
680 views
WPF 4.0 Custom panel won't show dynamically added controls in VS 2010 Designer
I have a custom panel control that I'm trying to dynamically add controls within. When I run the application the static and dynamically added controls show up perfectly, but the dynamic controls do ...
0
votes
2answers
537 views
Adding line WPF control on ToolBox
I need to draw lines and dots (circles) in WFP. (VS 2010)
I tried using Ellipse control for dots, but I don't have the line ones.
I however added <Line element directly in XAML and this worked... ...
0
votes
1answer
2k views
WPF: Select child control within a Canvas
A quick question regarding WPF: How can I select child elements within a Canvas/Grid?
For example, in the following XAML snippet:
<Canvas Name="parentCanvas" Width="200" Height="200" ...
2
votes
3answers
259 views
What is Silverlight's relationship — if any — to WPF?
I was working with a WPF application and I decided that the controls and graphics I wanted to display on the grid might look better if it was a silverlight component.
I thought this way because of ...
1
vote
2answers
1k views
Datagrid in vs 2010
The inclusion of DataGrid and DatePicker controls was announced for WPF in Framework 4, but when I access to Visual Studio 2010 and I create a WPF project, I don't get these controls. What did I miss? ...