C# using WPF
-
I want to write a C# WPF application using visual studio 2010. I want to be able to allow the user to do the following: 1. enter some data, 2. select a file from a directory path, 3. error message will be displayed if the user enters wrong data, 4. the user will hit the submit button and call a windows api. Thus can you tell me how to accomplish this goal?
-
I want to write a C# WPF application using visual studio 2010. I want to be able to allow the user to do the following: 1. enter some data, 2. select a file from a directory path, 3. error message will be displayed if the user enters wrong data, 4. the user will hit the submit button and call a windows api. Thus can you tell me how to accomplish this goal?
Create a WPF project in Visual Studio. Write some code. Beyond that, it's up to you.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
I want to write a C# WPF application using visual studio 2010. I want to be able to allow the user to do the following: 1. enter some data, 2. select a file from a directory path, 3. error message will be displayed if the user enters wrong data, 4. the user will hit the submit button and call a windows api. Thus can you tell me how to accomplish this goal?
-
Thanks!