CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: izzetbaysal

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    744

    Re: E-mail approval of an operation???

    fcronin, thanks for the reply.

    Well, the manager will not be using the program, so he/she is supposed to be sending the response remotely.

    For instance, when an e-mail is sent to the manager,...
  2. Replies
    3
    Views
    744

    E-mail approval of an operation???

    Hi,

    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...
  3. Replies
    4
    Views
    7,982

    Re: WPF auto-generate UserControls

    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...
  4. Replies
    4
    Views
    7,982

    Re: WPF auto-generate UserControls

    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...
  5. Replies
    0
    Views
    4,021

    WPF auto-generate UserControls

    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,...
  6. Replies
    4
    Views
    7,982

    WPF auto-generate UserControls

    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,...
  7. Replies
    3
    Views
    1,090

    Re: WCF exception

    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...
  8. Replies
    3
    Views
    1,090

    WCF exception

    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...
  9. Re: Generating data using regular expressions

    No not only generating test data. Users can also provide an expression to generate custom data and i have to use regular expressions.
  10. Generating data using regular expressions

    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...
  11. Replies
    5
    Views
    1,400

    Re: Getting process arguments

    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...
  12. Replies
    5
    Views
    1,400

    Getting process arguments

    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...
  13. DataGrid ComboBox Cell in Pocket PC applications

    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...
  14. Replies
    3
    Views
    915

    Re: Code comparation

    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...
  15. Replies
    3
    Views
    915

    Code comparation

    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...
  16. Replies
    0
    Views
    1,006

    designer serialization

    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...
  17. Re: Pass value from editor to propertygrid at design time

    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...
  18. Re: Pass value from editor to propertygrid at design time

    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...
  19. Collection Editor triggering add/remove click events

    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...
  20. Re: Pass value from editor to propertygrid at design time

    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...
  21. Pass value from editor to propertygrid at design time

    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...
  22. Re: c# component class help please

    Thanks for helping JonnyPoet, i got the idea :)
  23. Re: c# component class help please

    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...
  24. [RESOLVED] c# component class help please

    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...
Results 1 to 24 of 24





Click Here to Expand Forum to Full Width

Featured