-2
votes
0answers
44 views

what are the steps needed to create a UI similar to “Connect to” popup window in C# [closed]

I am new to Windows programming and want to create a programme with a UI similar to windows 7 "Connect to". In windows 7, when one opens Network and Sharing Centre and clicks on "Connect to", it will ...
1
vote
1answer
49 views

How can I lock UI while running the long running process in the main UI Thread in WPF (code in C#)

Actually, I cannot run the long running process in the Background thread. The long running process gets its input directly from the UI and then it has to save any modifications in the database. So, ...
0
votes
0answers
20 views

What is the best way to generate vectors from bitmap source in WPF?

I have for example a bitmap image of a map , Each province is colored with unique color . My challenge is to create a vector shape from each province in the map by it's color . Why I trying to do ...
-1
votes
1answer
25 views

Can XAML based UI's built in Blend 2012 be used on Win 7?

If you'd like more info on why we need this, please see the body of this question (I've been told it was too general so I'm asking more specific questions): How should I build a proprietary, and ...
-1
votes
1answer
50 views

In terms of C# apps, which is easier (or possible) to port from Windows to OSX - XAML or WPF? [closed]

please see this question for more info on why I'm asking: How should I build a proprietary, and complex, UI that can be ported (as is) between Windows, OSX, iOS etc.?
-4
votes
0answers
13 views

designing sales order form in wpf [closed]

I am a novice WPF developer. I want to develop sales order invoice form in WPF. I am struck at designing sales order form, I mean what fields should I put into it, what controls should I use, how to ...
0
votes
1answer
20 views

WPF - Access parent properties from internal control's part ControlTemplate trigger

Short question: In case you have a control consisting of multiple parts (like DatePicker, which consists of PART_Root, PART_Button, PART_Textbox etc...), how can you bind a trigger of an inner part's ...
1
vote
1answer
51 views

WPF - prevent user actions queuing-up while application is busy

What approach would you suggest for ignoring user requests (like mouse clicks) while application is busy (meaning that UI thread is blocked doing something). Concrete example for this might be sorting ...
0
votes
0answers
26 views

WPF rendering difference between Windows client versions

I have a TextBlock where the text is getting trimmed at WordEllipsis level. The text is also Wrapped. It's working the way I want it to on all my Windows clients except for one. Example of the ...
0
votes
0answers
51 views

UI Design Process [closed]

I need some help in regards to the UI design process for WPF applications. I am predominately a back end developer. The majority of applications we create are web applications and the process is as ...
-3
votes
1answer
44 views

How to draw a board with chalky lines? [closed]

I need to draw a playing area looks like a board and make lines (drown by chalk) on it (5x5 for instance) in such a way that I will be able to operate with squares. How to accomplish such a task with ...
0
votes
1answer
65 views

setting a radio button from code

I have a WPF GUI and am loading records from disk. When I load them I need to set a radio button according to the loaded in value. I know that this is easy but I simply cannot get it to work - does ...
0
votes
3answers
24 views

Is repurposing a window okay

I'm in the process of writing an application which will allow the user to generate a variety of reports. There is a button which will bring up another window allowing the user to choose a specific ...
0
votes
2answers
64 views

changing the GUI with mvvm style

Is it possible to change the GUI in a different way (not from the code behind)? I'm learning the principles of MVVM pattern and I want, for example, to add an image to a stackpanel (when I click on ...
3
votes
2answers
76 views

WPF Animation Clock not doing anything?

I have the following code: private void UserControl_MouseEnter_1(object sender, MouseEventArgs e) { FadingBox.ApplyAnimationClock(Border.OpacityProperty, OverClock); } private void ...

1 2 3 4 5 46
15 30 50 per page