project inquiry
I have a final year project idea of developing a mobile app in C# that can be used in voting.What technologies should i start working on?if you give me links where i can get resources e.g...
View Articlelistbox extends past bottom of window
Hi,When I populate the listbox with items, it extends past the bottom of the Window/Grid. I want the listbox to show the vertical scroll bar if it gets to the bottom of the Window/Grid. Any help...
View Articlec# WPF Compare two directories and show how to make it identically
Let’s presume we’ve got two directories, each one contains several subdirectories and files. Each subdirectory again contains directories and files (... and so on). My task is to write an application...
View ArticleWPF: Updating property using storyboard in code behind.
I have written a storyboard animation where i am filling text in a original TextBlock(present in canvas) at specific intervals. Now, i am trying to provide another Preview Textbox where i can replicate...
View ArticleWPF 3D. Problems with converting 3D coordinates to 2D coordinates.
Hallo. For some reason the conversation from 3D to 2D fails with some rotation states of my camera. I wrote a small example application to demonstrate my problem. The wrong calculation occurs when you...
View ArticleHow to get Textbox.Text to update in realtime.
I have adopted a C# app that uses WPF.I am calling several functions, and in between I update a textbox to tell the user what work is currently being performed. The problem is that the textbox is not...
View ArticleWPF - Master - Details Datagrid
Hello, I need a Master - Details datagrid functionality. In which clicking on master grid row, will bind details of that in details Grid. I.e. Suppose master Grid contains customer details, clicking on...
View ArticleWPF Datagrid unbound cells loose values after editing
Hi All,I have a WPF Datagrid in my XAML Markup which has several bound columns and one unbound column.<DataGrid Name="dtGrdReceivedItems" ItemsSource="{Binding Path= PurchaseReceiptDetail}"...
View ArticleHow to set click event when loading controltemplate by xamlreader?
Hi everyone, I'm trying to use XamlReader to load controltemplate from code behind and I'm stuck at adding click event for each buttons in the Xaml. I couldn't find the buttons inside the...
View ArticleHow to Share a same View model object to Multiple Views in PRISM&Unity
Hi All, I have two views used in different region both has to share the same entity object for UI Update in both views. but both are using different entity object and updated using pubsub...
View ArticleHow do i input a command into an already runnnig cmd like project?
Hi,I've searched this for ages but i can't fin a solution. I want to input a command to analready running batch file when i click a button,notstart the program with a command or paramaters. Any help...
View ArticleCapturing Touch event in windows 8.1 tablets
new to windows 8 environmentI like to capture the user touch event on the windows 8.1 tablets. need help on how to start with ..
View ArticleQuestion Regarding FillBehaviour = HoldEnd Property in storyboard
HI,I have seen that using "HoldEnd" in the fillbehaviour, will lock that particular property and will not allow for changing that property's value again.But i cannot able to see that effect here....
View ArticleTouch Closes Window
I have a program that works great with a mouse. When I use the touch screen in Windows 8.X it closes the window no matter where I touch. If I touch a control, it preforms the operation for the control...
View ArticleHow to get FontFamily at caret position in RichTextBox?
Hello. I'm using a RichTextBox along with some controls for FontFamily, foreground color, and font size to enable some simple text input/editing in my application. I'm able to change the overall...
View ArticleDPI ZOOM / SCALE ISSUE, how get screen size of the virtual scaled screens?
i need locate my App in specific location of dual screen, extended desktop. For pikcup the screen cordinates at current resolution I use:SystemInformation.PrimaryMonitorSize...
View ArticleWPF Binding Grid IsEnabled
Dear AllThanks in advanceI would like to bind a Grid's isEnabled to the access right of user (which is calculated using database information)Purpose: display different grid according to different user...
View ArticleWPF InkCanvas Convert Text to StrokesCollection
Hi, I've been working on my first WPF paint application for some time now. Having said that, I'm consolidating all the drawn objects into multiple Stroke Collections, so that strokes could easily be...
View ArticleDataGrid with button in sub DataGrid
I have a datagrid with another datagrid in the row details. This works well and everything shows up. However in my sub datagrid, i have a column that just holds a button. If i try to attach any...
View ArticleWinsock
All of the applications I have developed in the past have a push notification designed inside them. So that when a user brings a record up in a master file it locks that record. Then lets say they walk...
View Article