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

Search:

Type: Posts; User: Falcon Eyes

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,172

    Re: Window_Closing problem in WPF_C#

    and i was using Application.Current.Shutdown() to exit my application and when i used mainWnd.Close(); since my main window name is "mainWnd" then every thing is working fine thanks for all of you
  2. Replies
    9
    Views
    2,172

    Re: Window_Closing problem in WPF_C#

    Hey people i have found the answer why "The MessgeBoxCustomized window doesn't work only in window closing event handler" in stackoverflow forum and here's the context literal

    "The Closing event...
  3. Replies
    9
    Views
    2,172

    Re: Window_Closing problem in WPF_C#

    Hey guys
    i'm fraud about the problem by canceling window closing event handler and created a new fun called Terminate and created a custom command "Exit" and call the Terminate fun from within it
    ...
  4. Replies
    9
    Views
    2,172

    Re: Window_Closing problem in WPF_C#

    i had stepped my code as u suggested and i made a break at the Fn
    public static MessageBoxResult Show(string msg, string title, MessageBoxButton butsta)
    if i made butsta=YesNo then every thing...
  5. Replies
    9
    Views
    2,172

    Re: Window_Closing problem in WPF_C#

    i have devoloped a custom MessageBox Class to use it in other application, as below


    # public partial class MessageBoxCustomized : Window
    # {
    #
    # static MessageBoxResult...
  6. Replies
    9
    Views
    2,172

    Re: Window_Closing problem in WPF_C#

    sorry what u mean by "Please define "Doesn't work" for us. "
  7. Replies
    9
    Views
    2,172

    Window_Closing problem in WPF_C#

    Hi every body
    i devoloped a custom MessageBox Class to use it in other application, and i made the application
    and it work fine except in one place and it's Window_Closing handler.
    If i replce...
  8. Replies
    4
    Views
    1,010

    Re: Is what i'm coding wright or wrong

    why wrong ,as i know C# support nested Types
  9. Replies
    4
    Views
    1,010

    Is what i'm coding wright or wrong

    Hi Every Body
    pls some one tell me if what i'm coding below is write or wrong , i wrote main class called "Family" inside the Family class i defined a structure called "Son" as follow


    using...
  10. Replies
    1
    Views
    638

    Serialization problem

    Hi Every body
    I have a problem and want help.
    I have created a phonebook application and it works fine after a awhile i liked to make an upgrade for my application and i started from scratch i...
  11. Replies
    3
    Views
    1,345

    Re: Problem with DataGridViewComboBoxColumn

    really that nice from u
    but really i'm newbie in C# and i didn't understand all the codes in the exampel so could you pls tell me in short the codes required to retrieve the value selected by the...
  12. Replies
    3
    Views
    1,345

    Problem with DataGridViewComboBoxColumn

    Hi Everyone
    I wrote an application for bank account manger with C# and i have data grid view with DataGridViewComboBoxColumn, and i want to populate it with enum variable has three value.
    the...
  13. Replies
    3
    Views
    1,411

    Re: how can i draw circular button

    thanks
    but should create user control for that the add the code or where can i create the circle region
  14. Replies
    11
    Views
    17,093

    Re: how to create irregular shape button?

    thanks
    but should i create custom control then the above code to it
  15. Replies
    3
    Views
    1,411

    how can i draw circular button

    hi every body
    could someone help me to make ownerdraw circular button,i know how to draw custom button but the shape of the button is always rectangle.
  16. Replies
    0
    Views
    717

    Help in port programming

    Hi every body
    I'm an electronics engineer and need help about parallel port,serial port,USB port prgramming by visual c# if any body has an idea about it , has any documentation ,simple examples or...
  17. Replies
    16
    Views
    3,187

    Re: Serializtion problem in C#

    nelo
    the problem is solved but i don't know why
    code you pls explain why this is the solution for my issue
  18. Replies
    16
    Views
    3,187

    Re: Serializtion problem in C#

    Thannnnnnnnnnnnnnx nelo very much you are right
    at the beginging code for serialization i un-register the error handler fn and after closing the file i re-register it once again and it work.
    thanks
  19. Replies
    16
    Views
    3,187

    Re: Serializtion problem in C#

    the code for Fn Save s below


    private void Save()
    {
    SaveFileDialog saveFileDlg = new SaveFileDialog();

    saveFileDlg.Filter = "Index File...
  20. Replies
    16
    Views
    3,187

    Re: Serializtion problem in C#

    BigEd781
    but i didn't place any Serialization attribute in the main Form class
  21. Replies
    16
    Views
    3,187

    Re: Serializtion problem in C#

    any way for simplification
    i created a class for holding the user information and make it serialize and call it CTeleRecord the important part of it is below


    ...
  22. Replies
    16
    Views
    3,187

    Re: Serializtion problem in C#

    sorry
    how to post my code in code tag
  23. Replies
    16
    Views
    3,187

    Serializtion problem in C#

    Hi Every Body
    I tried to write phone index Application,but i got a problem with the serialization of my object,and i don't know why can some body help please and below is my code in detail and i...
  24. Replies
    5
    Views
    19,209

    Re: Inserting a new row in datagridview

    I think you should create a table then
    create the desired columns and associated it with the table then add the row for example like the below code

    //add a datagridview to your code ->...
  25. Re: How to read acontent of a cell in datagrid view

    Don't be angry JonnyPoet booth of u r right
Results 1 to 25 of 38
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured