I am working on a project that has many users having different roles (manager, employees etc.) and for ex. when an employee needs to make a change on the data, program should automatically...
Thanks again Arjay. I made some searchs about datatemplates and i tried this before. It works well if i define the listbox or listview inside the window. But if i create my own user control based on...
Thanks for the reply Arjay.
Layout of the control should contain some textboxes, textblocks etc. then i should bind the results gathered from the database to those textboxes and textblocks. How can...
Hi all,
I am developing an application in WPF and i need to create a UserControl whose layout and bindings will be created in Xaml file. When i run the program, it will fetch data from the database,...
Hi all,
I am developing an application in WPF and i need to create a UserControl whose layout and bindings will be created in Xaml file. When i run the program, it will fetch data from the database,...
Thanks for the reply Danny,
The reason of the CommunicationException seems that WCF cannot serialize the class B and class C objects in class A. I made some search and found out that i should use...
Hi all,
I am developing a WCF application and i can send simple DataContract classes without problems. But when i try to send a class having a different type of class as a field, i get...
Hi all,
I am developing a program that i need to generate data by using regular expressions. There are such programs that is used to generate test data for databases accordig to the regular...
Thanks for the reply but what i am trying to do is getting the argument types of the process and generating inputs automatically. After that i will send those inputs to the .exe file and get the...
Hi all,
I am writing a program in c# and i want to get arguments of an unmanaged .exe file. I am using System.Diagnostics.Process class to start process and i think Process class only allow us to...
Hi all,
i need to use Datagrid combobox cell in Pocket PC. I know that it is possible to use DataGridViewComboBoxCell in DataGridView, but compact framework only includes datagrid and that's why i...
Thanks for replying.. Comparing the compiled assembly and checking the output by using random inputs may work in some situations but if i have more complex questions (eg. writing classes) is it...
Hi all,
i need to find a way to compare c# codes. In other words, i will have a coding question requiring the user to write some code and solution code for the question. Then i will get input code...
Hi all,
i have a form with 3 textboxes and i have a class named user which has 3 members such as name, surname and age. I use the form to get user values design time and i want to serialize these...
Thanks for the reply again Jonny. Yes, editor form is part of my component and i also use a custom CollectionEditor to insert values. By using the custom CollectionEditor everything is fine, data is...
Thanks for the reply again Jonny. Yes, editor form is part of my component and i also use a custom CollectionEditor to insert values. By using the custom CollectionEditor everything is fine, data is...
Hi everyone,
Is there a way to trigger the click events of the add/remove buttons of the collection editor? Because i need to insert/delete values of the collection outside the editor. I use...
Thanks for the reply JonnyPoet. I have a component and I created a collection editor which holds a list. I show the collection in the propertygrid of the component and i can add/remove values by...
Hi everyone,
i have designed an editor which i use it to get some string values from the user at design time and i want to pass these string values as a collection into the propertygrid and then...
First of all thanks for your reply JonnyPoet. My main problem here is creating a component class to communicate between 2 projects. I mean my component class will have a parent form and a child...
Hi all,
i am working on a project that i need to create a component class for my project and i want to be able to reach the project from the component class. Furthermore when i drag the component...