Cursor inside textbox disappears
Hello.In all of my grids, most of the textbox columns - when I move inside,the cursor disappears, and the user doesn't know which field he is at.In some of the textbox fields the cursor is shown,it's...
View ArticleUsing Image Control like a Forms.PictureBox
I see lots of threads with regard to using the WPF Image control in the same way as a Forms.PictureBox was used, but none seem to answer my question.My WPF application takes as input a series of...
View ArticleSwitching to full screen in tab control loses all functionality
The WPF application we're developing starts out in WindowState="Normal"We have several TabControls, each having 3 or 4 TabItems. Everything works great UNTIL you hit the Maximize button to go to full...
View ArticleWPF Toolkit Chart Can't Add Series From Code-Behind
I have the Feb. 2010 version of WPF Toolkit installed. I need to be able to dynamically add LineSeries to a chart. The following code SHOULD work:Imports...
View ArticleModel classes in WPF MVVM pattern
Hi,I am a bit confused after reading similar threads here in addition to Microsoft Prism guidelines on MVVM section. I do understand the interaction between View and ViewModel classes, but my...
View ArticleWPF Images
hi, thanks for great answer i had problem in convert image in wpf to byte[] to send it to database in window form is used this code MemoryStream ms = new MemoryStream(); picturebox.Image.Save(ms,...
View ArticleHow to sort Resource dictionary keys in wpf?
Hi EveryOne, I need to sort ResourceDictionary keys in wpf. My Resource Dictionary consists of keys and values and i need to maintain in sorting order. I tried with the help of...
View ArticleEnable/disable control if any radio buttons is checked
I have 4 radio buttons and I want to enable a slider only if any of the radio buttons is checked. How to accomplish that?<Grid Grid.ColumnSpan="2" Grid.Row="1"...
View ArticleTell me the Best way to store images in database.
I have to store multiple images in database so tell me about various option for storing images.
View ArticleHow to set the Region of a Windows Forms User Control that hosts WPF Control...
I have the following xaml code:<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"...
View ArticleHow to construct UI from XAML Resources on Window Loaded event
The user interface of my application is designed to be configured at application startup in the Window Loaded event handler. I read a configuration, either from a config file or from a database, and,...
View ArticleIs it possible to reference screen width & height as a (dynamic/static)...
I can specify system colors in xaml using "{DynamicResource {x:Static SystemColors.ControlBrushKey}}" etc. Is it possible to do something similar but for screen width and height, e.g. {x:Static...
View ArticleMixing Page navigation with view switching
Hi,I am still going through online tutorials and quickstarts as a beginner and my question is very high level design rather than technical.I am designing a simple WPF application with main window...
View Articlesound problem in dell laptop internal speaker
Hi friends,I am using the dell inspiron n5010 model laptop with windows7 homebasic laptop.Now my audio is not working in my internal speaker but works with my external speaker and headphones.I have...
View ArticleHow to change Width and Height of slidercontrol Track and Thumb in WPF
Hi All, I need modify the Width and height of Slider control's Track and Thumb in WPFCan anyone help me on this.Thanks,Gowtham
View ArticleInteract between WPF and website launched in WPF browser control
Hi, I have a WPF app that launches an website using Web Browser control(System.Windows.Controls.WebBrowser control ) . I have a button in WPF application which is out side the web browser control. On...
View ArticleBinding an image to a listview in C# is just displaying the path, not the image
What is wrong with this picture?This is a screen capture of a detail of a listview. See where it says AlethopterisYoung.bmp? That's supposed to be a picture of a prehistoric plant. Instead, all I'm...
View Articleribbon linbreak ?
hi!I have a ribbon with a alot of Buttons but there are to many Buttons in a line...I Need all the Buttons in the line!Here is a Picture with my Problem:Now I Need an idea that i can see all Buttons...
View ArticleIs it possible to bind a notification property to another non-UI property?
Is it possible to use the WPF binding mechanism in such a fashion so as to bind a notification property so that a non-UI object will be notified when the property changes? If so, how?Richard Lewis Haggard
View ArticleVscroll in tabcontrol
hi all I have tabpage I want add vertical scroll in it but I my code didn't successful tabpage.VerticalScroll.Visible = True tabpage.VerticalScroll.Enabled = True tabpage.AutoScroll = True•is there...
View Article